From d78f9b834ade0f1ebcf2532bf90d01c85ad50a8e Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 10 Jan 2017 19:33:17 +0100 Subject: vendor: update all dependencies except Azure SDK The Azure SDK doesn't support Go 1.5 anymore. We can't upgrade it until Go 1.8 comes out. --- cmd/utils/customflags.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'cmd/utils') diff --git a/cmd/utils/customflags.go b/cmd/utils/customflags.go index 8e5944a50..52cd7b8c7 100644 --- a/cmd/utils/customflags.go +++ b/cmd/utils/customflags.go @@ -23,8 +23,6 @@ import ( "os/user" "path" "strings" - - "gopkg.in/urfave/cli.v1" ) // Custom type which is registered in the flags library which cli uses for @@ -46,7 +44,6 @@ func (self *DirectoryString) Set(value string) error { // Custom cli.Flag type which expand the received string to an absolute path. // e.g. ~/.ethereum -> /home/username/.ethereum type DirectoryFlag struct { - cli.GenericFlag Name string Value DirectoryString Usage string @@ -117,7 +114,7 @@ func withEnvHint(envVar, str string) string { return str + envText } -func (self DirectoryFlag) getName() string { +func (self DirectoryFlag) GetName() string { return self.Name } -- cgit v1.2.3