Skip to content

Commit

Permalink
Added github.com/spf13/viper to dep toml
Browse files Browse the repository at this point in the history
This was missing, and wasn't versioned. It now is.
  • Loading branch information
markmandel committed Aug 24, 2018
1 parent 6d0ac2c commit d6d5d10
Show file tree
Hide file tree
Showing 8 changed files with 717 additions and 129 deletions.
209 changes: 185 additions & 24 deletions Gopkg.lock

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
name = "github.com/sirupsen/logrus"
version = "1.0.3"

[[constraint]]
name = "github.com/spf13/viper"
version = "1.1.0"

[[constraint]]
name = "k8s.io/client-go"
version = "7.0.0"
Expand Down
28 changes: 25 additions & 3 deletions vendor/github.com/spf13/viper/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion vendor/github.com/spf13/viper/nohup.out

This file was deleted.

5 changes: 3 additions & 2 deletions vendor/github.com/spf13/viper/remote/remote.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 3 additions & 64 deletions vendor/github.com/spf13/viper/util.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d6d5d10

Please sign in to comment.