ai_old/go.mod

34 lines
973 B
Modula-2
Raw Permalink Normal View History

2024-09-07 23:17:32 +08:00
module apigo.cc/ai/ai
go 1.22
require (
github.com/Masterminds/semver/v3 v3.3.0
github.com/dlclark/regexp2 v1.11.4
github.com/dop251/base64dec v0.0.0-20231022112746-c6c9f9a96217
2024-09-20 16:50:35 +08:00
github.com/fsnotify/fsnotify v1.7.0
github.com/go-resty/resty/v2 v2.15.2
github.com/go-sourcemap/sourcemap v2.1.4+incompatible
2024-09-17 18:44:21 +08:00
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/google/pprof v0.0.0-20240910150728-a0b0bb1d4134
github.com/sashabaranov/go-openai v1.30.3
2024-09-07 23:17:32 +08:00
github.com/ssgo/config v1.7.7
2024-09-20 16:50:35 +08:00
github.com/ssgo/httpclient v1.7.7
2024-09-17 18:44:21 +08:00
github.com/ssgo/log v1.7.7
2024-09-07 23:17:32 +08:00
github.com/ssgo/u v1.7.7
2024-09-17 18:44:21 +08:00
github.com/stretchr/testify v1.9.0
go.uber.org/goleak v1.3.0
golang.org/x/net v0.29.0
golang.org/x/text v0.18.0
gopkg.in/yaml.v2 v2.4.0
2024-09-20 16:50:35 +08:00
gopkg.in/yaml.v3 v3.0.1
2024-09-07 23:17:32 +08:00
)
2024-09-17 18:44:21 +08:00
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/text v0.2.0 // indirect
2024-09-17 18:44:21 +08:00
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/ssgo/standard v1.7.7 // indirect
2024-09-20 16:50:35 +08:00
golang.org/x/sys v0.25.0 // indirect
2024-09-17 18:44:21 +08:00
)