From 0a6b96cb40d9dd5acca7e366df9cd14fa4eff6a7 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Mon, 9 Apr 2018 12:16:11 -0400 Subject: MM-9849 Added tracking of which settings are set through environment variables (#8586) * MM-9849 Added tracking of which settings are set through environment variables * Removed old version of viper * Added forked version of viper * Fixed unit tests * Fixed more unit tests * Removed copy from App.GetEnvironmentConfig --- glide.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'glide.yaml') diff --git a/glide.yaml b/glide.yaml index 195be0847..62131f91f 100644 --- a/glide.yaml +++ b/glide.yaml @@ -49,6 +49,8 @@ import: version: 2.1.1 - package: github.com/spf13/cobra - package: github.com/spf13/viper + vcs: git + repo: https://github.com/hmhealey/viper.git - package: github.com/stretchr/testify version: v1.2.1 subpackages: -- cgit v1.2.3-1-g7c22