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