huoshan/go.mod

30 lines
799 B
Modula-2
Raw Normal View History

2024-10-02 17:37:01 +08:00
module apigo.cc/ai/huoshan
2024-10-02 17:35:29 +08:00
go 1.18
require (
2024-10-13 11:55:28 +08:00
apigo.cc/gojs v0.0.1
2024-10-02 17:35:29 +08:00
github.com/ssgo/config v1.7.7
github.com/ssgo/log v1.7.7
2024-10-13 11:55:28 +08:00
github.com/ssgo/u v1.7.9
2024-10-02 17:35:29 +08:00
github.com/volcengine/volc-sdk-golang v1.0.178
)
require (
2024-10-13 11:55:28 +08:00
golang.org/x/net v0.30.0 // indirect
golang.org/x/text v0.19.0 // indirect
2024-10-02 17:35:29 +08:00
gopkg.in/yaml.v3 v3.0.1 // indirect
)
require (
github.com/cenkalti/backoff/v4 v4.1.2 // indirect
github.com/dlclark/regexp2 v1.11.4 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/ssgo/standard v1.7.7 // indirect
github.com/ssgo/tool v0.4.27 // indirect
2024-10-13 11:55:28 +08:00
golang.org/x/sys v0.26.0 // indirect
2024-10-02 17:35:29 +08:00
)