diff options
Diffstat (limited to '_examples/branch')
-rw-r--r-- | _examples/branch/main.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/_examples/branch/main.go b/_examples/branch/main.go index ff33ead..b4b69de 100644 --- a/_examples/branch/main.go +++ b/_examples/branch/main.go @@ -3,9 +3,9 @@ package main import ( "os" - "gopkg.in/src-d/go-git.v4" - . "gopkg.in/src-d/go-git.v4/_examples" - "gopkg.in/src-d/go-git.v4/plumbing" + "github.com/go-git/go-git/v5" + . "github.com/go-git/go-git/v5/_examples" + "github.com/go-git/go-git/v5/plumbing" ) // An example of how to create and remove branches or any other kind of reference. |