-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from owncloud/update-ocis-pkg
update ocis-pkg to v2.0.1 and micro/cli to v2
- Loading branch information
Showing
15 changed files
with
123 additions
and
352 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,11 @@ import ( | |
"os" | ||
"strings" | ||
|
||
"github.com/micro/cli" | ||
"github.com/micro/cli/v2" | ||
"github.com/owncloud/ocis-graph-explorer/pkg/config" | ||
"github.com/owncloud/ocis-graph-explorer/pkg/flagset" | ||
"github.com/owncloud/ocis-graph-explorer/pkg/version" | ||
"github.com/owncloud/ocis-pkg/log" | ||
"github.com/owncloud/ocis-pkg/v2/log" | ||
"github.com/spf13/viper" | ||
) | ||
|
||
|
@@ -22,7 +22,7 @@ func Execute() error { | |
Usage: "Serve Graph-Explorer for oCIS", | ||
Compiled: version.Compiled(), | ||
|
||
Authors: []cli.Author{ | ||
Authors: []*cli.Author{ | ||
{ | ||
Name: "ownCloud GmbH", | ||
Email: "[email protected]", | ||
|
@@ -73,7 +73,7 @@ func Execute() error { | |
return nil | ||
}, | ||
|
||
Commands: []cli.Command{ | ||
Commands: []*cli.Command{ | ||
Server(cfg), | ||
Health(cfg), | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters