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:
4
go.mod
4
go.mod
@@ -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
|
||||
|
Reference in New Issue
Block a user