From 05116ad639474f7858b82b48004bfbdb4c51e367 Mon Sep 17 00:00:00 2001 From: Aarti Parikh Date: Tue, 28 Aug 2018 02:34:36 -0600 Subject: [PATCH] Revert "fix dep wrong case (#484)" This reverts commit b7a62b2c001b4ad829bff1775d83509d19d89a68. --- util.go | 2 +- viper.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/util.go b/util.go index e50d69b..952cad4 100644 --- a/util.go +++ b/util.go @@ -20,7 +20,7 @@ import ( "github.com/spf13/afero" "github.com/spf13/cast" - jww "github.com/spf13/jWalterWeatherman" + jww "github.com/spf13/jwalterweatherman" ) // ConfigParseError denotes failing to parse configuration file. diff --git a/viper.go b/viper.go index 16de6c3..cfa1241 100644 --- a/viper.go +++ b/viper.go @@ -42,7 +42,7 @@ import ( toml "github.com/pelletier/go-toml" "github.com/spf13/afero" "github.com/spf13/cast" - jww "github.com/spf13/jWalterWeatherman" + jww "github.com/spf13/jwalterweatherman" "github.com/spf13/pflag" )