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 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 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 github.com/ssgo/config v1.7.7 github.com/ssgo/httpclient v1.7.7 github.com/ssgo/log v1.7.7 github.com/ssgo/u v1.7.7 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 gopkg.in/yaml.v3 v3.0.1 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/kr/text v0.2.0 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect github.com/ssgo/standard v1.7.7 // indirect golang.org/x/sys v0.25.0 // indirect )