From e7be87777ce570cd0416585484270e78ed812b00 Mon Sep 17 00:00:00 2001 From: jackspirou Date: Thu, 30 Jul 2015 15:44:12 -0500 Subject: [PATCH] changing import statements back --- viper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viper.go b/viper.go index 11a1894..8d216a2 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" )