From 30232be240977ed707de6e2d8749c4d864a20de7 Mon Sep 17 00:00:00 2001 From: jackspirou Date: Thu, 30 Jul 2015 15:38:59 -0500 Subject: [PATCH] using my own version of github.com/spf13/cast for now --- viper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viper.go b/viper.go index 9326299..7087b30 100644 --- a/viper.go +++ b/viper.go @@ -30,9 +30,9 @@ import ( "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" )