fix import groupings

This commit is contained in:
Eoin McAfee 2021-06-03 14:15:41 +01:00
parent 65e5edddc3
commit 61356c4344
2 changed files with 3 additions and 2 deletions

View file

@ -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) {

View file

@ -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"