diff --git a/pkg/util/config/config.go b/pkg/util/config/config.go index 4284eb6d4..7d129e15e 100644 --- a/pkg/util/config/config.go +++ b/pkg/util/config/config.go @@ -1,9 +1,9 @@ package config import ( + "encoding/json" "fmt" "time" - "encoding/json" "github.com/kelseyhightower/envconfig" ) @@ -58,4 +58,4 @@ func (c Config) MustMarshal() string { } return string(b) -} \ No newline at end of file +}