| commit | d028fd65ba5c356e75b72f496f6a8b41fa2a2506 | [log] [tgz] |
|---|---|---|
| author | jackspirou <jack.spirou@target.com> | Thu Jul 30 15:44:12 2015 -0500 |
| committer | spf13 <steve.francia@gmail.com> | Wed Aug 26 08:50:40 2015 -0400 |
| tree | a871ba176b84bc9b96ccb77478bacb8dbd96a760 | |
| parent | cc1c9a82a5b88b5d08a4cb9a097eeaf76aff12a5 [diff] |
changing import statements back
diff --git a/viper.go b/viper.go index ce86ce3..9eba0cd 100644 --- a/viper.go +++ b/viper.go
@@ -30,9 +30,9 @@ "strings" "time" - "github.com/jackspirou/cast" "github.com/kr/pretty" "github.com/mitchellh/mapstructure" + "github.com/spf13/cast" jww "github.com/spf13/jwalterweatherman" "github.com/spf13/pflag" )