zhipu/go.mod
2024-09-07 23:14:12 +08:00

18 lines
369 B
Modula-2

module apigo.cc/ai/zhipu
go 1.22
require (
apigo.cc/ai/agent v0.0.1
github.com/go-resty/resty/v2 v2.14.0
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/stretchr/testify v1.9.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.29.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)