13 lines
379 B
Modula-2
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
|