PLT-6076 Adding viper libs for config file changes (#5871)

* Adding viper libs for config file changes

* Removing the old fsnotify lib

* updating some missing libs
Этот коммит содержится в:
Corey Hulen
2017-03-24 23:31:34 -07:00
коммит произвёл enahum
родитель 7460302dec
Коммит 54d3d47daf
752 изменённых файлов: 463112 добавлений и 461 удалений

1
vendor/github.com/spf13/cobra/command.go сгенерированный поставляемый
Просмотреть файл

@@ -788,6 +788,7 @@ func (c *Command) initHelpCmd() {
},
}
}
c.RemoveCommand(c.helpCommand)
c.AddCommand(c.helpCommand)
}