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.
|
module gitea.weitiangame.com/sdk/wt-game
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/go-resty/resty/v2 v2.16.3
|
|
go.uber.org/zap v1.27.0
|
|
)
|
|
|
|
require (
|
|
go.uber.org/multierr v1.10.0 // indirect
|
|
golang.org/x/net v0.33.0 // indirect
|
|
)
|