|
|
|
@ -26,7 +26,6 @@ require (
|
|
|
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
|
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
|
|
|
github.com/fullstorydev/grpcurl v1.5.1 // indirect
|
|
|
|
|
github.com/garyburd/redigo v1.6.0
|
|
|
|
|
github.com/go-redis/redis/v7 v7.4.0
|
|
|
|
|
github.com/go-sql-driver/mysql v1.5.0
|
|
|
|
|
github.com/go-xorm/cmd/xorm v0.0.0-20190426080617-f87981e709a1 // indirect
|
|
|
|
@ -34,6 +33,7 @@ require (
|
|
|
|
|
github.com/gogo/protobuf v1.3.1 // indirect
|
|
|
|
|
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
|
|
|
|
|
github.com/golang/protobuf v1.4.2
|
|
|
|
|
github.com/gomodule/redigo v1.8.2
|
|
|
|
|
github.com/google/uuid v1.1.1 // indirect
|
|
|
|
|
github.com/grpc-ecosystem/grpc-gateway v1.14.4 // indirect
|
|
|
|
|
github.com/hashicorp/go-hclog v0.12.2 // indirect
|
|
|
|
@ -75,7 +75,6 @@ require (
|
|
|
|
|
go.opencensus.io v0.22.3 // indirect
|
|
|
|
|
go.opentelemetry.io/otel v0.9.0 // indirect
|
|
|
|
|
golang.org/x/crypto v0.0.0-20200204104054-c9f3fb736b72
|
|
|
|
|
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
|
|
|
|
|
google.golang.org/appengine v1.6.5 // indirect
|
|
|
|
|
google.golang.org/genproto v0.0.0-20200429120912-1f37eeb960b2 // indirect
|
|
|
|
|
google.golang.org/grpc v1.30.0
|
|
|
|
|