This commit is contained in:
coward
2024-01-05 12:15:01 +08:00
parent b4b6ebc7bb
commit f83cb27fac
2 changed files with 4 additions and 2 deletions

4
go.mod
View File

@@ -1,8 +1,8 @@
module gitea.mrx.ltd/coward/wx_helper_sdk
module gitea.mrx.ltd/go-pkg/wx_helper_sdk
go 1.21
require (
github.com/go-resty/resty/v2 v2.11.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/net v0.19.0 // indirect
)