fix import groupings
This commit is contained in:
parent
65e5edddc3
commit
61356c4344
2 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
package jsonnet
|
||||
|
||||
import (
|
||||
"github.com/drone/drone/core"
|
||||
"io/ioutil"
|
||||
"testing"
|
||||
|
||||
"github.com/drone/drone/core"
|
||||
)
|
||||
|
||||
func TestParse(t *testing.T) {
|
||||
|
|
|
@ -17,9 +17,9 @@ package converter
|
|||
import (
|
||||
"context"
|
||||
"errors"
|
||||
"github.com/drone/drone/plugin/converter/jsonnet"
|
||||
|
||||
"github.com/drone/drone/core"
|
||||
"github.com/drone/drone/plugin/converter/jsonnet"
|
||||
"github.com/drone/drone/plugin/converter/starlark"
|
||||
|
||||
"regexp"
|
||||
|
|
Loading…
Reference in a new issue