Revert "fix dep wrong case (#484)"

This reverts commit b7a62b2c00.
This commit is contained in:
Aarti Parikh 2018-08-28 02:34:36 -06:00
parent b7a62b2c00
commit 05116ad639
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

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