Fix goimports

This commit is contained in:
Mark Sagi-Kazar 2019-12-06 13:41:38 +01:00
parent 0782b3aad2
commit 3e8ddd14d6
No known key found for this signature in database
GPG key ID: 34CC109EB5ED1C2A

View file

@ -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.