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 bf81c82a09
commit 65e0af3a8b
2 changed files with 532 additions and 0 deletions

10
go.mod Normal file
View File

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