diff options
Diffstat (limited to 'plumbing/format/commitgraph/commitgraph.go')
-rw-r--r-- | plumbing/format/commitgraph/commitgraph.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/format/commitgraph/commitgraph.go b/plumbing/format/commitgraph/commitgraph.go index e43cd89..3d59323 100644 --- a/plumbing/format/commitgraph/commitgraph.go +++ b/plumbing/format/commitgraph/commitgraph.go @@ -3,7 +3,7 @@ package commitgraph import (
"time"
- "gopkg.in/src-d/go-git.v4/plumbing"
+ "github.com/go-git/go-git/v5/plumbing"
)
// CommitData is a reduced representation of Commit as presented in the commit graph
|