WeChatFerry/clients/go/go.mod
2023-07-15 09:46:40 +08:00

19 lines
455 B
Modula-2

module github.com/danbai225/WeChatFerry-go
go 1.20
require (
github.com/danbai225/go-logs v0.1.9
go.nanomsg.org/mangos/v3 v3.4.2
google.golang.org/protobuf v1.30.0
)
require (
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/goccy/go-json v0.9.11 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/kpango/fastime v1.1.4 // indirect
github.com/kpango/glg v1.6.13 // indirect
golang.org/x/sys v0.7.0 // indirect
)