Skip to content

Commit

Permalink
Updated to libgit2 v0.26 so that we can install on Ubuntu 18.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
stanimoto committed Sep 9, 2019
1 parent 43a5fbb commit 39755ff
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
revision = "3eb5226cd1c40e1788b3295b5bafb5a2fcac90a6"

[[constraint]]
branch = "v24"
name = "gopkg.in/libgit2/git2go.v24"
branch = "v26"
name = "gopkg.in/libgit2/git2go.v26"

[[constraint]]
branch = "v2"
Expand Down
2 changes: 1 addition & 1 deletion context.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"strings"

"gopkg.in/libgit2/git2go.v24"
"gopkg.in/libgit2/git2go.v26"
)

type Context struct {
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strconv"
"strings"

"gopkg.in/libgit2/git2go.v24"
"gopkg.in/libgit2/git2go.v26"
)

var rollbackMessageRegexp = regexp.MustCompile("^[Rr]oll\\s*back\\s+(to\\s+)?#?(\\d+)")
Expand Down

0 comments on commit 39755ff

Please sign in to comment.