go.mod per package (#450)

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-01-17 14:03:02 +03:00
parent 8ab7bf693d
commit 659f977060
2 changed files with 519 additions and 0 deletions

9
go.mod Normal file
View File

@@ -0,0 +1,9 @@
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
)