diff options
Diffstat (limited to 'commit.go')
-rw-r--r-- | commit.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ import ( "io" "sort" - "gopkg.in/src-d/go-git.v3/core" + "gopkg.in/src-d/go-git.v4/core" ) // Hash hash of an object |