Blob Blame History Raw
From 946c1e2ba578c48091c2257873d0b17c5ffd8d34 Mon Sep 17 00:00:00 2001
From: Jan Chaloupka <jchaloup@redhat.com>
Date: Fri, 9 Oct 2015 00:56:51 +0200
Subject: [PATCH] change import path

---
 util.go  | 2 +-
 viper.go | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/util.go b/util.go
index 7904b1a..79b8c02 100644
--- a/util.go
+++ b/util.go
@@ -24,7 +24,7 @@ import (
 	"github.com/BurntSushi/toml"
 	"github.com/magiconair/properties"
 	"github.com/spf13/cast"
-	jww "github.com/spf13/jwalterweatherman"
+	jww "github.com/spf13/jWalterWeatherman"
 	"gopkg.in/yaml.v2"
 )
 
diff --git a/viper.go b/viper.go
index 799983f..fd49119 100644
--- a/viper.go
+++ b/viper.go
@@ -33,7 +33,7 @@ import (
 	"github.com/kr/pretty"
 	"github.com/mitchellh/mapstructure"
 	"github.com/spf13/cast"
-	jww "github.com/spf13/jwalterweatherman"
+	jww "github.com/spf13/jWalterWeatherman"
 	"github.com/spf13/pflag"
 )
 
-- 
1.9.3