|
@@ -5,12 +5,12 @@ go 1.21
|
|
require (
|
|
require (
|
|
github.com/aliyun/alibaba-cloud-sdk-go v1.62.789
|
|
github.com/aliyun/alibaba-cloud-sdk-go v1.62.789
|
|
github.com/aliyun/aliyun-oss-go-sdk v3.0.2+incompatible
|
|
github.com/aliyun/aliyun-oss-go-sdk v3.0.2+incompatible
|
|
- github.com/aws/aws-sdk-go v1.54.18
|
|
|
|
github.com/beego/bee/v2 v2.1.0
|
|
github.com/beego/bee/v2 v2.1.0
|
|
github.com/beego/beego/v2 v2.1.0
|
|
github.com/beego/beego/v2 v2.1.0
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/dgrijalva/jwt-go v3.2.0+incompatible
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/go-sql-driver/mysql v1.7.0
|
|
github.com/go-sql-driver/mysql v1.7.0
|
|
|
|
+ github.com/olivere/elastic/v7 v7.0.32
|
|
github.com/rdlucklib/rdluck_tools v1.0.3
|
|
github.com/rdlucklib/rdluck_tools v1.0.3
|
|
)
|
|
)
|
|
|
|
|
|
@@ -21,7 +21,9 @@ require (
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/hashicorp/golang-lru v0.5.4 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
|
|
+ github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
|
|
+ github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/mitchellh/mapstructure v1.5.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|