52 lines
1.7 KiB
Modula-2
52 lines
1.7 KiB
Modula-2
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/go-sql-driver/mysql v1.5.0
|
|
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/dao v0.1.1
|
|
github.com/ssgo/db v1.7.8
|
|
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
|
|
modernc.org/sqlite v1.33.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.17 // indirect
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
github.com/ssgo/standard v1.7.7 // indirect
|
|
golang.org/x/sys v0.25.0 // indirect
|
|
modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6 // indirect
|
|
modernc.org/libc v1.55.3 // indirect
|
|
modernc.org/mathutil v1.6.0 // indirect
|
|
modernc.org/memory v1.8.0 // indirect
|
|
modernc.org/strutil v1.2.0 // indirect
|
|
modernc.org/token v1.1.0 // indirect
|
|
)
|