Skip to content

Commit

Permalink
fix: reorganize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed Oct 30, 2023
1 parent 4aa9983 commit f2ec456
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions api/build/graph.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,19 @@ import (
"net/http"
"strings"

"github.com/gin-gonic/gin"
"github.com/go-vela/server/compiler"
"github.com/go-vela/server/database"
"github.com/go-vela/server/router/middleware/build"
"github.com/go-vela/server/router/middleware/org"
"github.com/go-vela/server/router/middleware/repo"
"github.com/go-vela/server/router/middleware/user"
"github.com/go-vela/server/scm"
"github.com/go-vela/server/util"
"github.com/go-vela/types"
"github.com/go-vela/types/constants"
"github.com/go-vela/types/library"
"github.com/go-vela/types/pipeline"

"github.com/go-vela/server/router/middleware/build"
"github.com/go-vela/server/router/middleware/repo"
"github.com/go-vela/server/util"

"github.com/gin-gonic/gin"
"github.com/sirupsen/logrus"
)

Expand Down

0 comments on commit f2ec456

Please sign in to comment.