Skip to content

Commit

Permalink
Separate third party imports
Browse files Browse the repository at this point in the history
  • Loading branch information
matsest committed Dec 25, 2019
1 parent 1c5c505 commit bd78738
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release/gitlab.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package release
import (
"context"
"fmt"
"github.com/xanzy/go-gitlab"
"net/url"
"strings"

"github.com/xanzy/go-gitlab"
)

// GitLabAPI is an interface which calls GitLab API.
Expand Down

0 comments on commit bd78738

Please sign in to comment.