Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ullaakut committed Dec 25, 2018
1 parent 24f86b7 commit 878ca9f
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 78 deletions.
143 changes: 71 additions & 72 deletions Gopkg.lock

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

12 changes: 6 additions & 6 deletions Gopkg.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
Expand Down Expand Up @@ -31,7 +31,7 @@

[[constraint]]
name = "github.com/fatih/color"
version = "1.5.0"
version = "1.7.0"

[[constraint]]
branch = "master"
Expand All @@ -43,19 +43,19 @@

[[constraint]]
name = "github.com/spf13/pflag"
version = "1.0.0"
version = "1.0.3"

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

[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.1"
version = "1.2.2"

[[constraint]]
name = "gopkg.in/go-playground/validator.v9"
version = "9.9.3"
version = "9.24.0"

[prune]
go-tests = true
Expand Down

0 comments on commit 878ca9f

Please sign in to comment.