Cater for case-sensitive dependencies (#463)

Switching jww from jwalterweatherman to jWalterWeatherman for cases when vgo is broken
This commit is contained in:
Panagiotis Moustafellos 2018-09-30 06:32:38 +03:00 committed by Andrew Stuart
parent 8e194e8ad2
commit b56071875a
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

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