mirror of
https://github.com/go-micro/go-micro.git
synced 2025-11-29 21:47:44 +02:00
continue fix pre version go get bug that unknown v3.5.1 (#2188)
* 1.fix plugins go get bug. 2.update all mode. 3.add tidy tools * continue fix pre version go get bug that unknown v3.5.1
This commit is contained in:
@@ -3,8 +3,8 @@ module github.com/asim/go-micro/plugins/wrapper/breaker/gobreaker/v3
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/asim/go-micro/plugins/registry/memory/v3 v3.0.0-20210629124054-4929a7c16ecc
|
||||
github.com/asim/go-micro/v3 v3.5.2-0.20210629124054-4929a7c16ecc
|
||||
github.com/asim/go-micro/plugins/registry/memory/v3 v3.0.0-20210630062103-c13bb07171bc
|
||||
github.com/asim/go-micro/v3 v3.5.2-0.20210630062103-c13bb07171bc
|
||||
github.com/sony/gobreaker v0.4.1
|
||||
)
|
||||
|
||||
|
||||
@@ -4,8 +4,8 @@ go 1.16
|
||||
|
||||
require (
|
||||
github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5
|
||||
github.com/asim/go-micro/plugins/registry/memory/v3 v3.0.0-20210629124054-4929a7c16ecc
|
||||
github.com/asim/go-micro/v3 v3.5.2-0.20210629124054-4929a7c16ecc
|
||||
github.com/asim/go-micro/plugins/registry/memory/v3 v3.0.0-20210630062103-c13bb07171bc
|
||||
github.com/asim/go-micro/v3 v3.5.2-0.20210630062103-c13bb07171bc
|
||||
)
|
||||
|
||||
replace (
|
||||
|
||||
@@ -2,6 +2,6 @@ module github.com/asim/go-micro/plugins/wrapper/endpoint/v3
|
||||
|
||||
go 1.16
|
||||
|
||||
require github.com/asim/go-micro/v3 v3.5.2-0.20210629124054-4929a7c16ecc
|
||||
require github.com/asim/go-micro/v3 v3.5.2-0.20210630062103-c13bb07171bc
|
||||
|
||||
replace github.com/asim/go-micro/v3 => ../../../../go-micro
|
||||
|
||||
@@ -3,9 +3,9 @@ module github.com/asim/go-micro/plugins/wrapper/monitoring/prometheus/v3
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/asim/go-micro/plugins/broker/memory/v3 v3.0.0-20210629124054-4929a7c16ecc
|
||||
github.com/asim/go-micro/plugins/registry/memory/v3 v3.0.0-20210629124054-4929a7c16ecc
|
||||
github.com/asim/go-micro/v3 v3.5.2-0.20210629124054-4929a7c16ecc
|
||||
github.com/asim/go-micro/plugins/broker/memory/v3 v3.0.0-20210630062103-c13bb07171bc
|
||||
github.com/asim/go-micro/plugins/registry/memory/v3 v3.0.0-20210630062103-c13bb07171bc
|
||||
github.com/asim/go-micro/v3 v3.5.2-0.20210630062103-c13bb07171bc
|
||||
github.com/prometheus/client_golang v1.11.0
|
||||
github.com/prometheus/client_model v0.2.0
|
||||
github.com/stretchr/testify v1.7.0
|
||||
|
||||
@@ -4,8 +4,8 @@ go 1.16
|
||||
|
||||
require (
|
||||
github.com/VictoriaMetrics/metrics v1.17.2
|
||||
github.com/asim/go-micro/plugins/registry/memory/v3 v3.0.0-20210629124054-4929a7c16ecc
|
||||
github.com/asim/go-micro/v3 v3.5.2-0.20210629124054-4929a7c16ecc
|
||||
github.com/asim/go-micro/plugins/registry/memory/v3 v3.0.0-20210630062103-c13bb07171bc
|
||||
github.com/asim/go-micro/v3 v3.5.2-0.20210630062103-c13bb07171bc
|
||||
github.com/stretchr/testify v1.7.0
|
||||
)
|
||||
|
||||
|
||||
@@ -3,10 +3,10 @@ module github.com/asim/go-micro/plugins/wrapper/ratelimiter/ratelimit/v3
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/asim/go-micro/plugins/broker/memory/v3 v3.0.0-20210629124054-4929a7c16ecc
|
||||
github.com/asim/go-micro/plugins/registry/memory/v3 v3.0.0-20210629124054-4929a7c16ecc
|
||||
github.com/asim/go-micro/plugins/transport/memory/v3 v3.0.0-20210629124054-4929a7c16ecc
|
||||
github.com/asim/go-micro/v3 v3.5.2-0.20210629124054-4929a7c16ecc
|
||||
github.com/asim/go-micro/plugins/broker/memory/v3 v3.0.0-20210630062103-c13bb07171bc
|
||||
github.com/asim/go-micro/plugins/registry/memory/v3 v3.0.0-20210630062103-c13bb07171bc
|
||||
github.com/asim/go-micro/plugins/transport/memory/v3 v3.0.0-20210630062103-c13bb07171bc
|
||||
github.com/asim/go-micro/v3 v3.5.2-0.20210630062103-c13bb07171bc
|
||||
github.com/juju/ratelimit v1.0.1
|
||||
)
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ module github.com/asim/go-micro/plugins/wrapper/ratelimiter/uber/v3
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/asim/go-micro/v3 v3.5.2-0.20210629124054-4929a7c16ecc
|
||||
github.com/asim/go-micro/v3 v3.5.2-0.20210630062103-c13bb07171bc
|
||||
go.uber.org/ratelimit v0.2.0
|
||||
)
|
||||
|
||||
|
||||
@@ -2,6 +2,6 @@ module github.com/asim/go-micro/plugins/wrapper/select/roundrobin/v3
|
||||
|
||||
go 1.16
|
||||
|
||||
require github.com/asim/go-micro/v3 v3.5.2-0.20210629124054-4929a7c16ecc
|
||||
require github.com/asim/go-micro/v3 v3.5.2-0.20210630062103-c13bb07171bc
|
||||
|
||||
replace github.com/asim/go-micro/v3 => ../../../../../go-micro
|
||||
|
||||
@@ -2,6 +2,6 @@ module github.com/asim/go-micro/plugins/wrapper/select/shard/v3
|
||||
|
||||
go 1.16
|
||||
|
||||
require github.com/asim/go-micro/v3 v3.5.2-0.20210629124054-4929a7c16ecc
|
||||
require github.com/asim/go-micro/v3 v3.5.2-0.20210630062103-c13bb07171bc
|
||||
|
||||
replace github.com/asim/go-micro/v3 => ../../../../../go-micro
|
||||
|
||||
@@ -2,6 +2,6 @@ module github.com/asim/go-micro/plugins/wrapper/select/version/v3
|
||||
|
||||
go 1.16
|
||||
|
||||
require github.com/asim/go-micro/v3 v3.5.2-0.20210629124054-4929a7c16ecc
|
||||
require github.com/asim/go-micro/v3 v3.5.2-0.20210630062103-c13bb07171bc
|
||||
|
||||
replace github.com/asim/go-micro/v3 => ../../../../../go-micro
|
||||
|
||||
@@ -2,6 +2,6 @@ module github.com/asim/go-micro/plugins/wrapper/service/v3
|
||||
|
||||
go 1.16
|
||||
|
||||
require github.com/asim/go-micro/v3 v3.5.2-0.20210629124054-4929a7c16ecc
|
||||
require github.com/asim/go-micro/v3 v3.5.2-0.20210630062103-c13bb07171bc
|
||||
|
||||
replace github.com/asim/go-micro/v3 => ../../../../go-micro
|
||||
|
||||
@@ -4,7 +4,7 @@ go 1.16
|
||||
|
||||
require (
|
||||
github.com/asim/go-awsxray v0.0.0-20161209120537-0d8a60b6e205
|
||||
github.com/asim/go-micro/v3 v3.5.2-0.20210629124054-4929a7c16ecc
|
||||
github.com/asim/go-micro/v3 v3.5.2-0.20210630062103-c13bb07171bc
|
||||
github.com/aws/aws-sdk-go v1.38.69
|
||||
)
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@ module github.com/asim/go-micro/plugins/wrapper/trace/datadog/v3
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/asim/go-micro/plugins/registry/memory/v3 v3.0.0-20210629124054-4929a7c16ecc
|
||||
github.com/asim/go-micro/v3 v3.5.2-0.20210629124054-4929a7c16ecc
|
||||
github.com/asim/go-micro/plugins/registry/memory/v3 v3.0.0-20210630062103-c13bb07171bc
|
||||
github.com/asim/go-micro/v3 v3.5.2-0.20210630062103-c13bb07171bc
|
||||
github.com/opentracing/opentracing-go v1.2.0 // indirect
|
||||
github.com/philhofer/fwd v1.1.1 // indirect
|
||||
github.com/stretchr/testify v1.7.0
|
||||
|
||||
@@ -3,7 +3,7 @@ module github.com/asim/go-micro/plugins/wrapper/trace/opencensus/v3
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/asim/go-micro/v3 v3.5.2-0.20210629124054-4929a7c16ecc
|
||||
github.com/asim/go-micro/v3 v3.5.2-0.20210630062103-c13bb07171bc
|
||||
go.opencensus.io v0.23.0
|
||||
google.golang.org/genproto v0.0.0-20210624195500-8bfb893ecb84
|
||||
)
|
||||
|
||||
@@ -3,8 +3,8 @@ module github.com/asim/go-micro/plugins/wrapper/trace/opentracing/v3
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/asim/go-micro/plugins/registry/memory/v3 v3.0.0-20210629124054-4929a7c16ecc
|
||||
github.com/asim/go-micro/v3 v3.5.2-0.20210629124054-4929a7c16ecc
|
||||
github.com/asim/go-micro/plugins/registry/memory/v3 v3.0.0-20210630062103-c13bb07171bc
|
||||
github.com/asim/go-micro/v3 v3.5.2-0.20210630062103-c13bb07171bc
|
||||
github.com/opentracing/opentracing-go v1.2.0
|
||||
github.com/stretchr/testify v1.7.0
|
||||
)
|
||||
|
||||
@@ -2,6 +2,6 @@ module github.com/asim/go-micro/plugins/wrapper/validator/v3
|
||||
|
||||
go 1.16
|
||||
|
||||
require github.com/asim/go-micro/v3 v3.5.2-0.20210629124054-4929a7c16ecc
|
||||
require github.com/asim/go-micro/v3 v3.5.2-0.20210630062103-c13bb07171bc
|
||||
|
||||
replace github.com/asim/go-micro/v3 => ../../../../go-micro
|
||||
|
||||
Reference in New Issue
Block a user