diff --git a/viper.go b/viper.go index 70f8d03..df18448 100644 --- a/viper.go +++ b/viper.go @@ -31,12 +31,12 @@ import ( "strings" "time" + "github.com/fsnotify/fsnotify" "github.com/kr/pretty" "github.com/mitchellh/mapstructure" "github.com/spf13/cast" jww "github.com/spf13/jwalterweatherman" "github.com/spf13/pflag" - "gopkg.in/fsnotify.v1" ) var v *Viper