mirror of
https://github.com/yincongcyincong/wechat_chatter.git
synced 2026-07-15 10:26:52 +08:00
24 lines
736 B
AMPL
24 lines
736 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/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
|
|
github.com/rs/zerolog v1.34.0
|
|
github.com/wdvxdr1123/go-silk v0.0.0-20220304095002-f67345df09ea
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
)
|
|
|
|
require (
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
|
|
golang.org/x/sys v0.12.0 // indirect
|
|
modernc.org/libc v1.8.1 // indirect
|
|
modernc.org/mathutil v1.2.2 // indirect
|
|
modernc.org/memory v1.0.4 // indirect
|
|
)
|