diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | commits.go | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ all: scorshd deps: go get 'github.com/fsnotify/fsnotify' - go get 'github.com/libgit2/git2go' + go get 'github.com/dyne/git2go.v26' go get 'gopkg.in/yaml.v2' go get 'golang.org/x/crypto/openpgp' @@ -2,7 +2,7 @@ package main import ( "fmt" - "github.com/libgit2/git2go" + "github.com/dyne/git2go.v26" "golang.org/x/crypto/openpgp" "gopkg.in/yaml.v2" "log" |