You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wt-game/go.mod

14 lines
219 B
Modula-2

2 months ago
module gitea.weitiangame.com/sdk/wt-game
2 months ago
go 1.20
2 months ago
require (
github.com/go-resty/resty/v2 v2.16.3
go.uber.org/zap v1.27.0
)
2 months ago
require (
go.uber.org/multierr v1.10.0 // indirect
golang.org/x/net v0.33.0 // indirect
)