config: nitpicks from #10475
/cc @grubernaut - we put stdlibs above 3rd party libs separated by a space
This commit is contained in:
parent
ada3b1a118
commit
692eadd763
|
@ -15,13 +15,13 @@ import (
|
||||||
"sort"
|
"sort"
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
|
"time"
|
||||||
|
|
||||||
"github.com/apparentlymart/go-cidr/cidr"
|
"github.com/apparentlymart/go-cidr/cidr"
|
||||||
"github.com/hashicorp/go-uuid"
|
"github.com/hashicorp/go-uuid"
|
||||||
"github.com/hashicorp/hil"
|
"github.com/hashicorp/hil"
|
||||||
"github.com/hashicorp/hil/ast"
|
"github.com/hashicorp/hil/ast"
|
||||||
"github.com/mitchellh/go-homedir"
|
"github.com/mitchellh/go-homedir"
|
||||||
"time"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// stringSliceToVariableValue converts a string slice into the value
|
// stringSliceToVariableValue converts a string slice into the value
|
||||||
|
|
|
@ -6,10 +6,10 @@ import (
|
||||||
"os"
|
"os"
|
||||||
"reflect"
|
"reflect"
|
||||||
"testing"
|
"testing"
|
||||||
|
"time"
|
||||||
|
|
||||||
"github.com/hashicorp/hil"
|
"github.com/hashicorp/hil"
|
||||||
"github.com/hashicorp/hil/ast"
|
"github.com/hashicorp/hil/ast"
|
||||||
"time"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestInterpolateFuncZipMap(t *testing.T) {
|
func TestInterpolateFuncZipMap(t *testing.T) {
|
||||||
|
|
Loading…
Reference in New Issue