From 9bbdff2bf1f2a0fa0b4ee7d7d83f92ec47edde25 Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Fri, 23 Feb 2018 15:21:41 -0600 Subject: [PATCH] Fix incorrect import casing --- util.go | 2 +- viper.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/util.go b/util.go index 952cad4..e50d69b 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 ad8a037..222e0f3 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" )