From 1633c18b7c44689dfcfeb3ab54b4ba2aa23a82eb Mon Sep 17 00:00:00 2001 From: Jaromil Date: Mon, 2 Oct 2017 20:28:05 +0200 Subject: hardcoded mirror of git2go v26 git2go head on github breaks and also gopkg has problems with libgit2 submodule so we keep a working version without submodule inside dyne repo and use that from scorsh. Will need manual update in future. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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' -- cgit v1.2.3