11 lines
250 B
Modula-2
11 lines
250 B
Modula-2
module github.com/micro/go-plugins/wrapper/monitoring/prometheus/v2
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/micro/go-micro/v2 v2.5.0
|
|
github.com/prometheus/client_golang v1.3.0
|
|
github.com/prometheus/client_model v0.1.0
|
|
github.com/stretchr/testify v1.4.0
|
|
)
|