huoshan/go.mod

36 lines
1.0 KiB
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
2024-11-03 11:36:02 +08:00
go 1.18
2024-10-02 17:35:29 +08:00
require (
2024-11-03 11:36:02 +08:00
apigo.cc/ai v0.0.2
2024-10-31 15:31:37 +08:00
apigo.cc/gojs v0.0.4
apigo.cc/gojs/console v0.0.1
2024-11-03 11:36:02 +08:00
apigo.cc/gojs/file v0.0.2
apigo.cc/gojs/util v0.0.3
2024-10-13 11:55:28 +08:00
github.com/ssgo/u v1.7.9
2024-10-31 15:31:37 +08:00
github.com/volcengine/volc-sdk-golang v1.0.182
github.com/volcengine/volcengine-go-sdk v1.0.162
2024-10-02 17:35:29 +08:00
)
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 (
2024-10-31 15:31:37 +08:00
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
2024-10-02 17:35:29 +08:00
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
2024-11-03 11:36:02 +08:00
github.com/google/pprof v0.0.0-20230207041349-798e818bf904 // indirect
2024-10-02 17:35:29 +08:00
github.com/google/uuid v1.6.0 // indirect
2024-10-31 15:31:37 +08:00
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/ssgo/config v1.7.8 // indirect
github.com/ssgo/log v1.7.7 // indirect
2024-10-02 17:35:29 +08:00
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
)