From 62edee319679b6ceaec16de03b966102d2dea709 Mon Sep 17 00:00:00 2001 From: Andrew Stuart Date: Sat, 29 Sep 2018 21:41:27 -0700 Subject: [PATCH] Revert "Cater for case-sensitive dependencies (#463)" This reverts commit b56071875ac96633371c07c0ff77c0ba69f7fd82. --- 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 44da43d..a32ab73 100644 --- a/viper.go +++ b/viper.go @@ -43,7 +43,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" )