From ad6e27e68a9890db43f4f75c60a98464add70210 Mon Sep 17 00:00:00 2001 From: Firas Qutishat Date: Wed, 20 Dec 2017 21:16:56 -0500 Subject: [PATCH] [FAB-7530] Update version of viper Change-Id: I5c73fb21474cdc4f15427765c966b392bb613376 Signed-off-by: Firas Qutishat --- Gopkg.lock | 8 ++++---- Gopkg.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gopkg.lock b/Gopkg.lock index a1472ecc19..318369785c 100644 --- a/Gopkg.lock +++ b/Gopkg.lock @@ -46,7 +46,7 @@ [[projects]] branch = "master" name = "github.com/hashicorp/hcl" - packages = [".","hcl/ast","hcl/parser","hcl/scanner","hcl/strconv","hcl/token","json/parser","json/scanner","json/token"] + packages = [".","hcl/ast","hcl/parser","hcl/printer","hcl/scanner","hcl/strconv","hcl/token","json/parser","json/scanner","json/token"] revision = "68e816d1c783414e79bc65b3994d9ab6b0a722ab" [[projects]] @@ -110,10 +110,10 @@ version = "v1.0.0" [[projects]] + branch = "master" name = "github.com/spf13/viper" packages = ["."] - revision = "25b30aa063fc18e48662b86996252eabdcf2f0c7" - version = "v1.0.0" + revision = "1a0c4a370c3e8286b835467d2dfcdaf636c3538b" [[projects]] branch = "master" @@ -166,6 +166,6 @@ [solve-meta] analyzer-name = "dep" analyzer-version = 1 - inputs-digest = "4d7119adcfebc886fcf3b7c7e62a76012f4f71eadfff8d9280d2932eaafcb7f9" + inputs-digest = "ec61895dd39eb7d93cce28a3a33903220d68a760ae035d31106a8f123d6947b5" solver-name = "gps-cdcl" solver-version = 1 diff --git a/Gopkg.toml b/Gopkg.toml index f747350e85..ba3014e505 100644 --- a/Gopkg.toml +++ b/Gopkg.toml @@ -10,7 +10,7 @@ [[constraint]] name = "github.com/spf13/viper" - version = "1.0.0" + branch = "master" [[constraint]] name = "google.golang.org/grpc"