|
|
|
@ -21,8 +21,10 @@ require (
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
|
|
|
|
|
github.com/asim/go-micro/plugins/registry/consul/v4 v4.7.0
|
|
|
|
|
github.com/gin-gonic/gin v1.8.1
|
|
|
|
|
github.com/go-micro/plugins/v4/wrapper/ratelimiter/uber v1.1.0
|
|
|
|
|
github.com/go-micro/plugins/v4/wrapper/trace/opentracing v1.1.0
|
|
|
|
|
github.com/opentracing/opentracing-go v1.2.0
|
|
|
|
|
github.com/spf13/viper v1.12.0
|
|
|
|
@ -39,6 +41,7 @@ require (
|
|
|
|
|
github.com/Microsoft/go-winio v0.5.0 // indirect
|
|
|
|
|
github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7 // indirect
|
|
|
|
|
github.com/acomagu/bufpipe v1.0.3 // indirect
|
|
|
|
|
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 // indirect
|
|
|
|
|
github.com/armon/go-metrics v0.3.10 // indirect
|
|
|
|
|
github.com/bitly/go-simplejson v0.5.0 // indirect
|
|
|
|
|
github.com/coreos/go-semver v0.3.0 // indirect
|
|
|
|
@ -54,6 +57,7 @@ require (
|
|
|
|
|
github.com/go-git/gcfg v1.5.0 // indirect
|
|
|
|
|
github.com/go-git/go-billy/v5 v5.3.1 // indirect
|
|
|
|
|
github.com/go-git/go-git/v5 v5.4.2 // indirect
|
|
|
|
|
github.com/go-micro/plugins/v4/wrapper/select/roundrobin v1.1.0 // indirect
|
|
|
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
|
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
|
|
|
github.com/go-playground/validator/v10 v10.10.0 // indirect
|
|
|
|
@ -90,9 +94,6 @@ require (
|
|
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
|
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
|
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
|
|
|
|
github.com/opentracing-contrib/go-observer v0.0.0-20170622124052-a52f23424492 // indirect
|
|
|
|
|
github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5 // indirect
|
|
|
|
|
github.com/openzipkin/zipkin-go v0.4.0 // indirect
|
|
|
|
|
github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect
|
|
|
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
|
|
|
|
|
github.com/pelletier/go-toml v1.9.5 // indirect
|
|
|
|
@ -118,6 +119,7 @@ require (
|
|
|
|
|
go.opencensus.io v0.23.0 // indirect
|
|
|
|
|
go.uber.org/atomic v1.7.0 // indirect
|
|
|
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
|
|
|
go.uber.org/ratelimit v0.2.0 // indirect
|
|
|
|
|
go.uber.org/zap v1.17.0 // indirect
|
|
|
|
|
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
|
|
|
|
|
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
|
|
|
|
|