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

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

No files matched your search

+1 -1
View File
@@ -1,4 +1,4 @@
module github.com/owncloud/ocis-pkg
module github.com/owncloud/ocis-pkg/v2
go 1.13
+1 -1
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.