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.
master
Jaromil 7 years ago
parent b0c7105a7f
commit 1633c18b7c
  1. 2
      Makefile
  2. 2
      commits.go

@ -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"

Loading…
Cancel
Save