diff --git a/compiler/types/yaml/yaml/stage.go b/compiler/types/yaml/yaml/stage.go index fdf6c4e3f..0d7a5deef 100644 --- a/compiler/types/yaml/yaml/stage.go +++ b/compiler/types/yaml/yaml/stage.go @@ -5,11 +5,11 @@ package yaml import ( "fmt" + "github.com/invopop/jsonschema" "gopkg.in/yaml.v3" "github.com/go-vela/server/compiler/types/pipeline" "github.com/go-vela/server/compiler/types/raw" - "github.com/invopop/jsonschema" ) type (