From c0bb168633a258a4416d97ce2ebb84f7e45fdaae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 5 Dec 2018 21:49:16 +0000 Subject: [PATCH] build(deps): bump github.com/spf13/viper from 1.2.1 to 1.3.0 Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](https://github.com/spf13/viper/compare/v1.2.1...v1.3.0) Signed-off-by: dependabot[bot] --- Gopkg.lock | 6 +++--- Gopkg.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index 625e1d1a0..e5b2d415e 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -346,12 +346,12 @@ version = "v1.0.3" [[projects]] - digest = "1:214775c11fd26da94a100111a62daa25339198a4f9c57cb4aab352da889f5b93" + digest = "1:34c2a71c3317bd76711f66330d7846597bea8cd26c9df5bfd4603d156503e1bf" name = "github.com/spf13/viper" packages = ["."] pruneopts = "UT" - revision = "2c12c60302a5a0e62ee102ca9bc996277c2f64f5" - version = "v1.2.1" + revision = "41cd1c3aa32b2685fae6c296e6f044bc68922c0e" + version = "v1.3.0" [[projects]] digest = "1:03aa6e485e528acb119fb32901cf99582c380225fc7d5a02758e08b180cb56c3" diff --git a/Gopkg.toml b/Gopkg.toml index 21013da04..30e659336 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -95,7 +95,7 @@ [[constraint]] name = "github.com/spf13/viper" - version = "=1.2.1" + version = "=1.3.0" [[constraint]] branch = "v1"