19 lines
483 B
Modula-2
19 lines
483 B
Modula-2
module github.com/danbai225/WeChatFerry-go
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/danbai225/go-logs v0.2.2
|
|
go.nanomsg.org/mangos/v3 v3.4.2
|
|
google.golang.org/protobuf v1.31.0
|
|
)
|
|
|
|
require (
|
|
github.com/Microsoft/go-winio v0.5.2 // indirect
|
|
github.com/goccy/go-json v0.10.2 // indirect
|
|
github.com/gorilla/websocket v1.5.0 // indirect
|
|
github.com/kpango/fastime v1.1.9 // indirect
|
|
github.com/kpango/glg v1.6.15 // indirect
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
|
)
|