32 lines
941 B
Modula-2
32 lines
941 B
Modula-2
module apigo.cc/ai/ai
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/dop251/goja v0.0.0-20240828124009-016eb7256539
|
|
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
|
|
github.com/ssgo/config v1.7.7
|
|
github.com/ssgo/log v1.7.7
|
|
github.com/ssgo/u v1.7.7
|
|
github.com/stretchr/testify v1.9.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dlclark/regexp2 v1.11.4 // indirect
|
|
github.com/dop251/goja_nodejs v0.0.0-20240728170619-29b559befffc // 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
|
|
golang.org/x/text v0.18.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace (
|
|
github.com/ssgo/config v1.7.7 => ../../ssgo/config
|
|
)
|