Merge pull request #25 from owncloud/bugfix/module-version

add module version to module path
This commit is contained in:
David Christofas
2020-02-04 17:06:48 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@@ -1,4 +1,4 @@
module github.com/owncloud/ocis-pkg
module github.com/owncloud/ocis-pkg/v2
go 1.13

View File

@@ -6,7 +6,7 @@ import (
"github.com/micro/go-micro/v2"
"github.com/micro/go-plugins/wrapper/trace/opencensus/v2"
"github.com/owncloud/ocis-pkg/wrapper/prometheus"
"github.com/owncloud/ocis-pkg/v2/wrapper/prometheus"
)
// Service simply wraps the go-micro grpc service.