|
|
|
@ -4,7 +4,6 @@ go 1.15
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
firebase.google.com/go v3.13.0+incompatible
|
|
|
|
|
github.com/OpenIMSDK/Open-IM-Server v1.0.8-0.20230525030910-b2e67b38c751 // indirect
|
|
|
|
|
github.com/Shopify/sarama v1.32.0
|
|
|
|
|
github.com/alibabacloud-go/darabonba-openapi v0.1.11
|
|
|
|
|
github.com/alibabacloud-go/dysmsapi-20170525/v2 v2.0.8
|
|
|
|
@ -21,15 +20,21 @@ require (
|
|
|
|
|
github.com/gin-gonic/gin v1.8.2
|
|
|
|
|
github.com/go-openapi/spec v0.20.6 // indirect
|
|
|
|
|
github.com/go-openapi/swag v0.21.1 // indirect
|
|
|
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
|
|
|
github.com/go-playground/validator/v10 v10.11.1
|
|
|
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
|
|
|
github.com/goccy/go-json v0.10.0 // indirect
|
|
|
|
|
github.com/gogo/protobuf v1.3.2
|
|
|
|
|
github.com/golang-jwt/jwt/v4 v4.4.2
|
|
|
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
|
|
|
github.com/golang/protobuf v1.5.3
|
|
|
|
|
github.com/gorilla/websocket v1.4.2
|
|
|
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
|
|
|
|
github.com/jinzhu/copier v0.3.5
|
|
|
|
|
github.com/jonboulle/clockwork v0.3.0 // indirect
|
|
|
|
|
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
|
|
|
|
|
github.com/lestrrat-go/strftime v1.0.6 // indirect
|
|
|
|
|
github.com/mattn/go-isatty v0.0.17 // indirect
|
|
|
|
|
github.com/minio/minio-go/v7 v7.0.22
|
|
|
|
|
github.com/mitchellh/mapstructure v1.4.2
|
|
|
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
|
|
@ -46,14 +51,19 @@ require (
|
|
|
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.428
|
|
|
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/sms v1.0.428
|
|
|
|
|
github.com/tencentyun/qcloud-cos-sts-sdk v0.0.0-20210325043845-84a0811633ca
|
|
|
|
|
github.com/ugorji/go/codec v1.2.8 // indirect
|
|
|
|
|
go.etcd.io/etcd/api/v3 v3.5.4
|
|
|
|
|
go.etcd.io/etcd/client/v3 v3.5.4
|
|
|
|
|
go.mongodb.org/mongo-driver v1.8.3
|
|
|
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
|
|
|
go.uber.org/multierr v1.7.0 // indirect
|
|
|
|
|
go.uber.org/zap v1.24.0 // indirect
|
|
|
|
|
golang.org/x/crypto v0.5.0 // indirect
|
|
|
|
|
golang.org/x/image v0.3.0
|
|
|
|
|
golang.org/x/net v0.9.0
|
|
|
|
|
golang.org/x/sys v0.8.0 // indirect
|
|
|
|
|
google.golang.org/api v0.114.0
|
|
|
|
|
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
|
|
|
|
|
google.golang.org/grpc v1.55.0
|
|
|
|
|
google.golang.org/protobuf v1.30.0
|
|
|
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
|
|
|