10 lines
206 B
Modula-2
10 lines
206 B
Modula-2
module github.com/micro/go-plugins/wrapper/monitoring/victoriametrics
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/VictoriaMetrics/metrics v1.9.3
|
|
github.com/micro/go-micro v1.18.0
|
|
github.com/stretchr/testify v1.4.0
|
|
)
|