|
|
|
@ -16,7 +16,6 @@ require (
|
|
|
|
|
github.com/go-redis/redis/v8 v8.11.4
|
|
|
|
|
github.com/go-resty/resty/v2 v2.7.0
|
|
|
|
|
github.com/gofrs/uuid v3.3.0+incompatible
|
|
|
|
|
github.com/golang/protobuf v1.5.2
|
|
|
|
|
github.com/google/go-cmp v0.5.7 // indirect
|
|
|
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
|
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
@ -28,6 +27,7 @@ require (
|
|
|
|
|
golang.org/x/image v0.0.0-20220413100746-70e8d0d3baa9 // indirect
|
|
|
|
|
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
|
|
|
|
|
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
|
|
|
|
|
google.golang.org/protobuf v1.27.1
|
|
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
|
|
|
gopkg.in/resty.v1 v1.12.0
|
|
|
|
|
gorm.io/driver/mysql v1.3.2
|
|
|
|
|