|
|
@@ -3,10 +3,9 @@ module sportfitness/base
|
|
|
go 1.16
|
|
|
|
|
|
require (
|
|
|
- git.beswell.com/gframe/application v0.3.5
|
|
|
+ git.beswell.com/gframe/application v0.3.6
|
|
|
github.com/ZR233/glog/v2 v2.0.1
|
|
|
github.com/armon/go-metrics v0.3.6 // indirect
|
|
|
- github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
|
|
|
github.com/fatih/color v1.10.0 // indirect
|
|
|
github.com/go-redis/redis/v8 v8.8.0
|
|
|
github.com/golang/protobuf v1.5.1
|
|
|
@@ -19,7 +18,6 @@ require (
|
|
|
github.com/jinzhu/now v1.1.2 // indirect
|
|
|
github.com/klauspost/compress v1.11.12 // indirect
|
|
|
github.com/mitchellh/mapstructure v1.4.1 // indirect
|
|
|
- github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 // indirect
|
|
|
golang.org/x/net v0.0.0-20210324051636-2c4c8ecb7826 // indirect
|
|
|
@@ -27,5 +25,4 @@ require (
|
|
|
google.golang.org/genproto v0.0.0-20210323160006-e668133fea6a // indirect
|
|
|
google.golang.org/grpc v1.36.0
|
|
|
google.golang.org/protobuf v1.26.0
|
|
|
- gorm.io/gorm v1.21.5 // indirect
|
|
|
)
|