mirror of
https://github.com/yincongcyincong/wechat_chatter.git
synced 2026-07-15 10:26:52 +08:00
20 lines
582 B
AMPL
20 lines
582 B
AMPL
module github.com/yincongcyincong/weixin-macos/onebot
|
|
|
|
go 1.25.0
|
|
|
|
require (
|
|
github.com/frida/frida-go v1.0.0
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/wdvxdr1123/go-silk v0.0.0-20220304095002-f67345df09ea
|
|
)
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
|
|
golang.org/x/sys v0.0.0-20201126233918-771906719818 // indirect
|
|
modernc.org/libc v1.8.1 // indirect
|
|
modernc.org/mathutil v1.2.2 // indirect
|
|
modernc.org/memory v1.0.4 // indirect
|
|
)
|