From bdf2db0ff8cf8f8fdc1148cb3d8ef40f05209714 Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Fri, 6 Dec 2019 13:41:38 +0100 Subject: [PATCH] Fix goimports --- viper.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/viper.go b/viper.go index dcfd2b0..4e4d6da 100644 --- a/viper.go +++ b/viper.go @@ -34,8 +34,6 @@ import ( "sync" "time" - "gopkg.in/yaml.v2" - "github.com/fsnotify/fsnotify" "github.com/hashicorp/hcl" "github.com/hashicorp/hcl/hcl/printer" @@ -48,6 +46,7 @@ import ( "github.com/spf13/pflag" "github.com/subosito/gotenv" "gopkg.in/ini.v1" + "gopkg.in/yaml.v2" ) // ConfigMarshalError happens when failing to marshal the configuration.