From a694a73d3174e1e83c6c8831b774b163702b0631 Mon Sep 17 00:00:00 2001 From: Herkermer Sherwood Date: Fri, 9 Dec 2016 06:10:10 -0800 Subject: [PATCH] Fix incorrectly modified imports --- util.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/util.go b/util.go index 4178ca4..671bfbe 100644 --- a/util.go +++ b/util.go @@ -21,14 +21,13 @@ import ( "strings" "unicode" - yaml "gopkg.in/yaml.v2" - "github.com/hashicorp/hcl" "github.com/magiconair/properties" toml "github.com/pelletier/go-toml" "github.com/spf13/afero" "github.com/spf13/cast" jww "github.com/spf13/jwalterweatherman" + "gopkg.in/yaml.v2" ) // ConfigParseError denotes failing to parse configuration file.