micro-meter-prometheus/go.mod
Vasiliy Tolstov bc88b9f922 update go-micro and fix client/selector usage
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2021-01-19 16:42:30 +03:00

13 lines
379 B
Modula-2

module github.com/micro/go-plugins/wrapper/monitoring/prometheus/v2
go 1.13
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
)
replace github.com/coreos/etcd => github.com/ozonru/etcd v3.3.20-grpc1.27-origmodule+incompatible