2024-09-07 23:17:32 +08:00
|
|
|
module apigo.cc/ai/ai
|
|
|
|
|
|
|
|
go 1.22
|
|
|
|
|
|
|
|
require (
|
2024-09-17 18:44:21 +08:00
|
|
|
github.com/dop251/goja v0.0.0-20240828124009-016eb7256539
|
2024-09-18 18:29:21 +08:00
|
|
|
github.com/dop251/goja_nodejs v0.0.0-20240728170619-29b559befffc
|
2024-09-20 16:50:35 +08:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0
|
2024-09-17 18:44:21 +08:00
|
|
|
github.com/go-resty/resty/v2 v2.15.0
|
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
|
|
github.com/sashabaranov/go-openai v1.29.2
|
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
|
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/dlclark/regexp2 v1.11.4 // indirect
|
|
|
|
github.com/go-sourcemap/sourcemap v2.1.4+incompatible // indirect
|
|
|
|
github.com/google/pprof v0.0.0-20240910150728-a0b0bb1d4134 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
github.com/ssgo/standard v1.7.7 // indirect
|
|
|
|
golang.org/x/net v0.29.0 // 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
|
|
|
golang.org/x/text v0.18.0 // indirect
|
|
|
|
)
|
2024-09-20 16:50:35 +08:00
|
|
|
|
|
|
|
replace github.com/dop251/goja v0.0.0-20240828124009-016eb7256539 => ./goja
|