fix import path for v2 release (#457)

* fix import path for v2 release

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-01-31 01:26:39 +03:00
parent 65e0af3a8b
commit 107f961659
4 changed files with 138 additions and 7 deletions

4
go.mod
View File

@@ -1,9 +1,9 @@
module github.com/micro/go-plugins/wrapper/monitoring/prometheus
module github.com/micro/go-plugins/wrapper/monitoring/prometheus/v2
go 1.13
require (
github.com/micro/go-micro v1.18.0
github.com/micro/go-micro/v2 v2.0.0
github.com/prometheus/client_golang v1.3.0
github.com/prometheus/client_model v0.1.0
github.com/stretchr/testify v1.4.0