diff options
Diffstat (limited to 'examples/latest/latest.go')
-rw-r--r-- | examples/latest/latest.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/latest/latest.go b/examples/latest/latest.go index b443abe..9faf59f 100644 --- a/examples/latest/latest.go +++ b/examples/latest/latest.go @@ -4,7 +4,7 @@ import ( "fmt" "os" - "gopkg.in/src-d/go-git.v3" + "gopkg.in/src-d/go-git.v4" ) func main() { |