Merge branch 'master' into go-embed

This commit is contained in:
jkoberg
2021-10-18 09:20:19 +02:00
73 changed files with 428 additions and 2059 deletions
+1 -1
View File
@@ -4,12 +4,12 @@ import (
"fmt"
"os"
mreg "github.com/asim/go-micro/v3/registry"
tw "github.com/olekukonko/tablewriter"
"github.com/owncloud/ocis/ocis-pkg/config"
"github.com/owncloud/ocis/ocis-pkg/registry"
"github.com/owncloud/ocis/ocis/pkg/register"
"github.com/urfave/cli/v2"
mreg "go-micro.dev/v4/registry"
)
// VersionCommand is the entrypoint for the version command.
+1 -1
View File
@@ -14,7 +14,6 @@ import (
"time"
mzlog "github.com/asim/go-micro/plugins/logger/zerolog/v3"
"github.com/asim/go-micro/v3/logger"
"github.com/mohae/deepcopy"
"github.com/olekukonko/tablewriter"
accounts "github.com/owncloud/ocis/accounts/pkg/command"
@@ -35,6 +34,7 @@ import (
webdav "github.com/owncloud/ocis/webdav/pkg/command"
"github.com/rs/zerolog"
"github.com/thejerf/suture/v4"
"go-micro.dev/v4/logger"
)
var (