mirror of
https://github.com/harness/drone.git
synced 2025-05-31 11:43:15 +00:00
another import grouping change.
This commit is contained in:
parent
6cec8b3ee0
commit
afb5e35d2e
@ -17,14 +17,13 @@ package converter
|
|||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"errors"
|
"errors"
|
||||||
|
"regexp"
|
||||||
|
"strings"
|
||||||
|
|
||||||
"github.com/drone/drone/core"
|
"github.com/drone/drone/core"
|
||||||
"github.com/drone/drone/plugin/converter/jsonnet"
|
"github.com/drone/drone/plugin/converter/jsonnet"
|
||||||
"github.com/drone/drone/plugin/converter/starlark"
|
"github.com/drone/drone/plugin/converter/starlark"
|
||||||
|
|
||||||
"regexp"
|
|
||||||
"strings"
|
|
||||||
|
|
||||||
"gopkg.in/yaml.v2"
|
"gopkg.in/yaml.v2"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user