commit | 0a12778a8c4105a49084fe17833c25de12fdf9c0 | [log] [tgz] |
---|---|---|
author | jackspirou <jack.spirou@target.com> | Thu Jul 30 15:38:59 2015 -0500 |
committer | spf13 <steve.francia@gmail.com> | Wed Aug 26 08:50:40 2015 -0400 |
tree | 2c4f6e0beac4cfa384b451933fe2f73536a7ced2 | |
parent | b9316c3299b95d429c49f2f67d5ec824cd87c95e [diff] |
using my own version of github.com/spf13/cast for now
diff --git a/viper.go b/viper.go index f68226b..639cf3b 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" )