Skip to content

Commit

Permalink
Revert "Cater for case-sensitive dependencies (spf13#463)"
Browse files Browse the repository at this point in the history
This reverts commit b560718.
  • Loading branch information
andrewstuart committed Sep 30, 2018
1 parent b560718 commit 62edee3
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 @@ -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"
)

Expand Down

0 comments on commit 62edee3

Please sign in to comment.