diff --git a/plugin/converter/template.go b/plugin/converter/template.go index 0c9cd4406..1aefe8525 100644 --- a/plugin/converter/template.go +++ b/plugin/converter/template.go @@ -17,14 +17,13 @@ package converter import ( "context" "errors" + "regexp" + "strings" "github.com/drone/drone/core" "github.com/drone/drone/plugin/converter/jsonnet" "github.com/drone/drone/plugin/converter/starlark" - "regexp" - "strings" - "gopkg.in/yaml.v2" )