From 0f945922fa92bd93bd12ac77eef41e76ed511679 Mon Sep 17 00:00:00 2001 From: ecrupper Date: Thu, 19 Dec 2024 11:38:58 -0600 Subject: [PATCH] gci --- compiler/types/yaml/yaml/stage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (