|
|
@@ -3,10 +3,10 @@ module sportfitness/base
|
|
|
go 1.16
|
|
|
|
|
|
require (
|
|
|
- git.beswell.com/gframe/application v0.2.0
|
|
|
- github.com/go-redis/redis/v8 v8.7.1 // indirect
|
|
|
- github.com/golang/protobuf v1.4.3
|
|
|
+ git.beswell.com/gframe/application v0.2.1
|
|
|
+ github.com/go-redis/redis/v8 v8.7.1
|
|
|
+ github.com/golang/protobuf v1.5.1
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
google.golang.org/grpc v1.36.0
|
|
|
- google.golang.org/protobuf v1.25.0
|
|
|
+ google.golang.org/protobuf v1.26.0
|
|
|
)
|