Skip to content

Commit

Permalink
named import
Browse files Browse the repository at this point in the history
  • Loading branch information
matiit committed May 19, 2023
1 parent ddd9c4d commit b04ab0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion patrol/patrol_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"testing"
"time"

"github.com/go-git/go-git/v5"
git "github.com/go-git/go-git/v5"
"github.com/go-git/go-git/v5/plumbing/object"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
Expand Down
2 changes: 1 addition & 1 deletion patrol/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"path/filepath"
"strings"

"github.com/go-git/go-git/v5"
git "github.com/go-git/go-git/v5"
"github.com/go-git/go-git/v5/plumbing"
"golang.org/x/mod/modfile"
)
Expand Down

0 comments on commit b04ab0d

Please sign in to comment.