mirror of https://github.com/harness/drone.git
another import grouping change.
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…
Reference in New Issue