summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/pelletier/go-toml/query/parser_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/pelletier/go-toml/query/parser_test.go')
-rw-r--r--vendor/github.com/pelletier/go-toml/query/parser_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/pelletier/go-toml/query/parser_test.go b/vendor/github.com/pelletier/go-toml/query/parser_test.go
index b1d0a3ece..473896a02 100644
--- a/vendor/github.com/pelletier/go-toml/query/parser_test.go
+++ b/vendor/github.com/pelletier/go-toml/query/parser_test.go
@@ -2,12 +2,12 @@ package query
import (
"fmt"
+ "github.com/pelletier/go-toml"
"io/ioutil"
"sort"
"strings"
"testing"
"time"
- "github.com/pelletier/go-toml"
)
type queryTestNode struct {