go mod tidy, recommended to run go mod vendor on your machine. Fix linter

This commit is contained in:
A.Unger
2020-11-12 10:33:03 +01:00
parent bdfea8ee2e
commit 634c06571c
5 changed files with 89 additions and 22 deletions
+4 -2
View File
@@ -4,11 +4,13 @@ import (
"os"
"strings"
"github.com/owncloud/ocis/ocis-pkg/registry"
"github.com/micro/go-micro/v2"
"github.com/micro/cli/v2"
"github.com/owncloud/ocis/ocis-pkg/log"
oregistry "github.com/owncloud/ocis/ocis-pkg/registry"
"github.com/owncloud/ocis/ocis/pkg/config"
"github.com/owncloud/ocis/ocis/pkg/flagset"
"github.com/owncloud/ocis/ocis/pkg/register"
@@ -47,7 +49,7 @@ func Execute() error {
)
}
r := *oregistry.GetRegistry()
r := *registry.GetRegistry()
opts := micro.Options{
Registry: r,