Skip to content

Commit

Permalink
update deps / mod
Browse files Browse the repository at this point in the history
  • Loading branch information
yinheli committed Jul 8, 2021
1 parent 7879855 commit 93e7232
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,34 +11,45 @@ require (
github.com/getsentry/sentry-go v0.11.0
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/validator v9.31.0+incompatible
github.com/go-redis/redis/v8 v8.10.0
github.com/google/gops v0.3.18
github.com/go-redis/redis/v8 v8.11.0
github.com/golang/snappy v0.0.4 // indirect
github.com/google/gops v0.3.19
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0
github.com/jinzhu/copier v0.3.2
github.com/klauspost/compress v1.13.1 // indirect
github.com/labstack/echo-contrib v0.11.0
github.com/labstack/echo/v4 v4.3.0
github.com/labstack/gommon v0.3.0
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/opentracing/opentracing-go v1.2.0
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.29.0 // indirect
github.com/prometheus/procfs v0.7.0 // indirect
github.com/robfig/cron/v3 v3.0.1
github.com/soheilhy/cmux v0.1.5
github.com/speps/go-hashids/v2 v2.0.1
github.com/spf13/cobra v1.1.3
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.8.1
github.com/stretchr/testify v1.7.0
github.com/uber/jaeger-client-go v2.29.1+incompatible
github.com/uber/jaeger-lib v2.4.1+incompatible
go.etcd.io/etcd/api/v3 v3.5.0
go.etcd.io/etcd/client/v3 v3.5.0
go.uber.org/zap v1.17.0
google.golang.org/grpc v1.38.0
go.uber.org/atomic v1.8.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.18.1
golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6 // indirect
google.golang.org/genproto v0.0.0-20210707164411-8c882eb9abba // indirect
google.golang.org/grpc v1.39.0
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.4.0
gorm.io/datatypes v1.0.1
gorm.io/driver/mysql v1.1.1
gorm.io/gorm v1.21.11
gorm.io/plugin/opentracing v0.0.0-20210506132430-24a9caea7709
gorm.io/plugin/opentracing v0.0.0-20210706093620-707e98269c0e
)

0 comments on commit 93e7232

Please sign in to comment.