diff options
author | Jaromil <jaromil@dyne.org> | 2017-10-02 20:28:05 +0200 |
---|---|---|
committer | Jaromil <jaromil@dyne.org> | 2017-10-02 20:28:05 +0200 |
commit | 1633c18b7c44689dfcfeb3ab54b4ba2aa23a82eb (patch) | |
tree | 91d497b95ee71432cb7cf1fff815a3d211c230f9 /commits.go | |
parent | b0c7105a7f08389e012ce4882b38030df54cf474 (diff) |
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.
Diffstat (limited to 'commits.go')
-rw-r--r-- | commits.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |