Blob Blame History Raw
From 53b0f0aecd79028dacf1cffbf3ef87bffc14dd05 Mon Sep 17 00:00:00 2001
From: Jan Chaloupka <jchaloup@redhat.com>
Date: Wed, 25 Jan 2017 10:32:31 +0100
Subject: [PATCH] change import paths

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

diff --git a/util.go b/util.go
index fe6cb45..94c4398 100644
--- a/util.go
+++ b/util.go
@@ -25,7 +25,7 @@ import (
 	"github.com/magiconair/properties"
 	toml "github.com/pelletier/go-toml"
 	"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 f17790e..6ae3640 100644
--- a/viper.go
+++ b/viper.go
@@ -34,7 +34,7 @@ import (
 	"github.com/mitchellh/mapstructure"
 	"github.com/spf13/afero"
 	"github.com/spf13/cast"
-	jww "github.com/spf13/jwalterweatherman"
+	jww "github.com/spf13/jWalterWeatherman"
 	"github.com/spf13/pflag"
 )
 
-- 
2.7.4