Revert "Cater for case-sensitive dependencies (#463)"

This reverts commit b56071875a.
This commit is contained in:
Andrew Stuart 2018-09-29 21:41:27 -07:00
parent b56071875a
commit 62edee3196
No known key found for this signature in database
GPG Key ID: D409317C5B5ACD4D
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ import (
"github.com/spf13/afero" "github.com/spf13/afero"
"github.com/spf13/cast" "github.com/spf13/cast"
jww "github.com/spf13/jWalterWeatherman" jww "github.com/spf13/jwalterweatherman"
) )
// ConfigParseError denotes failing to parse configuration file. // ConfigParseError denotes failing to parse configuration file.

View File

@ -43,7 +43,7 @@ import (
toml "github.com/pelletier/go-toml" toml "github.com/pelletier/go-toml"
"github.com/spf13/afero" "github.com/spf13/afero"
"github.com/spf13/cast" "github.com/spf13/cast"
jww "github.com/spf13/jWalterWeatherman" jww "github.com/spf13/jwalterweatherman"
"github.com/spf13/pflag" "github.com/spf13/pflag"
) )