diff --git a/config/interpolate_funcs.go b/config/interpolate_funcs.go index 57c811d38..c7bcafc70 100644 --- a/config/interpolate_funcs.go +++ b/config/interpolate_funcs.go @@ -15,13 +15,13 @@ import ( "sort" "strconv" "strings" + "time" "github.com/apparentlymart/go-cidr/cidr" "github.com/hashicorp/go-uuid" "github.com/hashicorp/hil" "github.com/hashicorp/hil/ast" "github.com/mitchellh/go-homedir" - "time" ) // stringSliceToVariableValue converts a string slice into the value diff --git a/config/interpolate_funcs_test.go b/config/interpolate_funcs_test.go index 548993b73..a6b7757d5 100644 --- a/config/interpolate_funcs_test.go +++ b/config/interpolate_funcs_test.go @@ -6,10 +6,10 @@ import ( "os" "reflect" "testing" + "time" "github.com/hashicorp/hil" "github.com/hashicorp/hil/ast" - "time" ) func TestInterpolateFuncZipMap(t *testing.T) {