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/victoriametrics
|
||||
module github.com/micro/go-plugins/wrapper/monitoring/victoriametrics/v2
|
||||
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
github.com/VictoriaMetrics/metrics v1.9.3
|
||||
github.com/micro/go-micro v1.18.0
|
||||
github.com/micro/go-micro/v2 v2.0.0
|
||||
github.com/stretchr/testify v1.4.0
|
||||
)
|
||||
|
Reference in New Issue
Block a user