|
@@ -17,12 +17,11 @@ require (
|
|
github.com/go-resty/resty/v2 v2.14.0
|
|
github.com/go-resty/resty/v2 v2.14.0
|
|
github.com/gofrs/uuid/v5 v5.0.0
|
|
github.com/gofrs/uuid/v5 v5.0.0
|
|
github.com/golang-jwt/jwt/v4 v4.3.0
|
|
github.com/golang-jwt/jwt/v4 v4.3.0
|
|
-
|
|
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
github.com/golang-jwt/jwt/v5 v5.2.1
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/imroc/req/v3 v3.43.1
|
|
github.com/imroc/req/v3 v3.43.1
|
|
github.com/mojocn/base64Captcha v1.3.6
|
|
github.com/mojocn/base64Captcha v1.3.6
|
|
- github.com/openai/openai-go v0.1.0-alpha.62
|
|
|
|
|
|
+ github.com/openai/openai-go v0.1.0-beta.9
|
|
github.com/redis/go-redis/v9 v9.6.1
|
|
github.com/redis/go-redis/v9 v9.6.1
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/russross/blackfriday v1.6.0
|
|
github.com/russross/blackfriday v1.6.0
|
|
@@ -44,13 +43,9 @@ require (
|
|
gorm.io/plugin/dbresolver v1.5.0
|
|
gorm.io/plugin/dbresolver v1.5.0
|
|
)
|
|
)
|
|
|
|
|
|
-require (
|
|
|
|
- github.com/invopop/jsonschema v0.13.0
|
|
|
|
- github.com/openai/openai-go v0.1.0-beta.9
|
|
|
|
-//github.com/openai/openai-go v0.1.0-alpha.62
|
|
|
|
-)
|
|
|
|
|
|
+require github.com/invopop/jsonschema v0.13.0
|
|
|
|
|
|
-require github.com/stretchr/testify v1.9.0
|
|
|
|
|
|
+require github.com/google/uuid v1.6.0
|
|
|
|
|
|
require (
|
|
require (
|
|
ariga.io/atlas v0.19.2 // indirect
|
|
ariga.io/atlas v0.19.2 // indirect
|
|
@@ -103,7 +98,6 @@ require (
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/google/gofuzz v1.2.0 // indirect
|
|
github.com/google/pprof v0.0.0-20240320155624-b11c3daa6f07 // indirect
|
|
github.com/google/pprof v0.0.0-20240320155624-b11c3daa6f07 // indirect
|
|
- github.com/google/uuid v1.6.0 // indirect
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.0 // indirect
|
|
github.com/guonaihong/gout v0.3.1 // indirect
|
|
github.com/guonaihong/gout v0.3.1 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
@@ -139,7 +133,6 @@ require (
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
- github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
|
|
github.com/prometheus/client_golang v1.19.0 // indirect
|
|
github.com/prometheus/client_golang v1.19.0 // indirect
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
github.com/prometheus/client_model v0.5.0 // indirect
|
|
github.com/prometheus/common v0.48.0 // indirect
|
|
github.com/prometheus/common v0.48.0 // indirect
|
|
@@ -148,7 +141,6 @@ require (
|
|
github.com/quic-go/quic-go v0.42.0 // indirect
|
|
github.com/quic-go/quic-go v0.42.0 // indirect
|
|
github.com/refraction-networking/utls v1.6.3 // indirect
|
|
github.com/refraction-networking/utls v1.6.3 // indirect
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect
|
|
- github.com/stretchr/objx v0.5.2 // indirect
|
|
|
|
github.com/tidwall/gjson v1.17.1 // indirect
|
|
github.com/tidwall/gjson v1.17.1 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|