Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

add module version to module path #25

Merged
merged 2 commits into from
Feb 4, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/owncloud/ocis-pkg
module github.com/owncloud/ocis-pkg/v2

go 1.13

Expand Down
2 changes: 1 addition & 1 deletion service/grpc/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down