mirror of https://github.com/spf13/viper.git
Cater for case-sensitive dependencies (#463)
Switching jww from jwalterweatherman to jWalterWeatherman for cases when vgo is broken
This commit is contained in:
parent
8e194e8ad2
commit
b56071875a
2
util.go
2
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.
|
||||
|
|
Loading…
Reference in New Issue