Skip to content

Commit

Permalink
gci
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Oct 19, 2024
1 parent 83262ac commit 9c81398
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/queue/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions compiler/types/yaml/template_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"testing"

"github.com/buildkite/yaml"

api "github.com/go-vela/server/api/types"
)

Expand Down
1 change: 1 addition & 0 deletions database/executable/pop_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"testing"

"github.com/DATA-DOG/go-sqlmock"

api "github.com/go-vela/server/api/types"
)

Expand Down
1 change: 1 addition & 0 deletions mock/server/scm.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"strings"

"github.com/gin-gonic/gin"

api "github.com/go-vela/server/api/types"
)

Expand Down

0 comments on commit 9c81398

Please sign in to comment.