mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-23 20:46:15 -04:00
Merge pull request #25 from owncloud/bugfix/module-version
add module version to module path
This commit is contained in:
2 files changed
+2
-2
No files matched your search
@@ -1,4 +1,4 @@
|
||||
module github.com/owncloud/ocis-pkg
|
||||
module github.com/owncloud/ocis-pkg/v2
|
||||
|
||||
go 1.13
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in new issue
Block a user