Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-02-28 10:07:06 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-03-01 17:09:10 +0300
commit94770e72f7f79310bc88e79760d71ae0ffa17ca5 (patch)
treeb2d3cc55e1d18fe9b779bf3bee54dbe3dd320517 /go.mod
parentec28a70c49706f53a1d06612dd6f855e1b85d11c (diff)
cmd/git2go: Upgrade Git2go dependency to v33.0.9
Upgrade the Git2go dependency to v33.0.9. This upgrade most importantly contains the changes of [1], which allows us to access the index of in-memory rebases. This functionality is required to return the list of conflicts to callers. [1]: https://github.com/libgit2/git2go/pull/900
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 9d4e391d5..5a506cea6 100644
--- a/go.mod
+++ b/go.mod
@@ -27,7 +27,7 @@ require (
github.com/jackc/pgtype v1.9.1
github.com/jackc/pgx/v4 v4.14.1
github.com/kelseyhightower/envconfig v1.3.0
- github.com/libgit2/git2go/v33 v33.0.6
+ github.com/libgit2/git2go/v33 v33.0.9
github.com/olekukonko/tablewriter v0.0.2
github.com/opencontainers/runtime-spec v1.0.2
github.com/opentracing/opentracing-go v1.2.0