We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd9c4d commit b04ab0dCopy full SHA for b04ab0d
patrol/patrol_test.go
@@ -11,7 +11,7 @@ import (
11
"testing"
12
"time"
13
14
- "github.com/go-git/go-git/v5"
+ git "github.com/go-git/go-git/v5"
15
"github.com/go-git/go-git/v5/plumbing/object"
16
"github.com/stretchr/testify/assert"
17
"github.com/stretchr/testify/require"
patrol/repo.go
@@ -9,7 +9,7 @@ import (
9
"path/filepath"
10
"strings"
"github.com/go-git/go-git/v5/plumbing"
"golang.org/x/mod/modfile"
)
0 commit comments