use own fork

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-01-19 16:51:58 +03:00
parent bc88b9f922
commit bea52c961f
19 changed files with 1309 additions and 462 deletions

14
go.mod
View File

@@ -1,12 +1,10 @@
module github.com/micro/go-plugins/wrapper/monitoring/prometheus/v2
module github.com/unistack-org/micro-meter-prometheus/v3
go 1.13
go 1.15
require (
github.com/micro/go-micro/v2 v2.9.1-0.20200716153311-f9bf56239306
github.com/prometheus/client_golang v1.5.1
github.com/prometheus/client_model v0.2.0
github.com/stretchr/testify v1.4.0
github.com/google/go-cmp v0.5.1 // indirect
github.com/prometheus/client_golang v1.9.0
github.com/unistack-org/micro/v3 v3.1.3
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)
replace github.com/coreos/etcd => github.com/ozonru/etcd v3.3.20-grpc1.27-origmodule+incompatible