From 9c8139855c4a2e63b88a73061120f3a80bc6558d Mon Sep 17 00:00:00 2001 From: ecrupper Date: Fri, 18 Oct 2024 21:44:43 -0500 Subject: [PATCH] gci --- api/queue/queue.go | 3 ++- compiler/types/yaml/template_test.go | 1 + database/executable/pop_test.go | 1 + mock/server/scm.go | 1 + 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/api/queue/queue.go b/api/queue/queue.go index 8d520ffa4..ff7410095 100644 --- a/api/queue/queue.go +++ b/api/queue/queue.go @@ -6,8 +6,9 @@ import ( "net/http" "github.com/gin-gonic/gin" - "github.com/go-vela/server/api/types" "github.com/sirupsen/logrus" + + "github.com/go-vela/server/api/types" ) // swagger:operation POST /api/v1/queue/info queue Info diff --git a/compiler/types/yaml/template_test.go b/compiler/types/yaml/template_test.go index 3293243bd..b000cd70b 100644 --- a/compiler/types/yaml/template_test.go +++ b/compiler/types/yaml/template_test.go @@ -8,6 +8,7 @@ import ( "testing" "github.com/buildkite/yaml" + api "github.com/go-vela/server/api/types" ) diff --git a/database/executable/pop_test.go b/database/executable/pop_test.go index 8cd610f60..347079e74 100644 --- a/database/executable/pop_test.go +++ b/database/executable/pop_test.go @@ -8,6 +8,7 @@ import ( "testing" "github.com/DATA-DOG/go-sqlmock" + api "github.com/go-vela/server/api/types" ) diff --git a/mock/server/scm.go b/mock/server/scm.go index 7e78a9f0c..6e70f2369 100644 --- a/mock/server/scm.go +++ b/mock/server/scm.go @@ -8,6 +8,7 @@ import ( "strings" "github.com/gin-gonic/gin" + api "github.com/go-vela/server/api/types" )