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" )