summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5d24c9a..9fa2a00 100644
--- a/Makefile
+++ b/Makefile
@@ -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'