Skip to content

Commit

Permalink
Revert "fix dep wrong case (spf13#484)"
Browse files Browse the repository at this point in the history
This reverts commit b7a62b2.
  • Loading branch information
Aarti Parikh committed Aug 28, 2018
1 parent b7a62b2 commit 05116ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion util.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion viper.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down

0 comments on commit 05116ad

Please sign in to comment.