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.sum
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2021-10-12 09:47:25 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-10-14 09:34:42 +0300
commit09ed59a25c6c61c7efb18466362304eb4ac0e030 (patch)
tree19185e597fc0bd724e38f07af79d9955cc52395e /go.sum
parentaaada0062919dcac67fd814f0079013e9aa6d76a (diff)
Upgrade libgit2 to v1.2.0
libgit2 v1.2.0 has been released on September 1st. Next to a bunch of new features and performance improvements, this release also contains a fix for unpacking objects from packfiles which sometimes led to errors. This is an error we have seen once or twice in the past. Upgrade our version of libgit2 to v1.2.0, along with the correspongind update of Git2Go to v32 and Rugged to v1.2.0.
Diffstat (limited to 'go.sum')
-rw-r--r--go.sum3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.sum b/go.sum
index 363eee0bc..b5d216d22 100644
--- a/go.sum
+++ b/go.sum
@@ -567,8 +567,9 @@ github.com/lib/pq v1.10.1 h1:6VXZrLU0jHBYyAqrSPa+MgPfnSvTPuMgK+k0o5kVFWo=
github.com/lib/pq v1.10.1/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
github.com/libgit2/git2go v0.0.0-20190104134018-ecaeb7a21d47 h1:HDt7WT3kpXSHq4mlOuLzgXH9LeOK1qlhyFdKIAzxxeM=
github.com/libgit2/git2go v0.0.0-20190104134018-ecaeb7a21d47/go.mod h1:4bKN42efkbNYMZlvDfxGDxzl066GhpvIircZDsm8Y+Y=
-github.com/libgit2/git2go/v31 v31.4.12 h1:+/8GzvoEKXzpeFeidTwcKcZNFGm7VaowgNzRduRehMc=
github.com/libgit2/git2go/v31 v31.4.12/go.mod h1:c/rkJcBcUFx6wHaT++UwNpKvIsmPNqCeQ/vzO4DrEec=
+github.com/libgit2/git2go/v32 v32.0.5 h1:6hrR4+6q0HGd2rRDShxqYkVG8RW2RccuoZgaeQZk6xQ=
+github.com/libgit2/git2go/v32 v32.0.5/go.mod h1:FAA2ePV5PlLjw1ccncFIvu2v8hJSZVN5IzEn4lo/vwo=
github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20190605223551-bc2310a04743/go.mod h1:qklhhLq1aX+mtWk9cPHPzaBjWImj5ULL6C7HFJtXQMM=
github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20200305213919-a88bf8de3718/go.mod h1:qklhhLq1aX+mtWk9cPHPzaBjWImj5ULL6C7HFJtXQMM=
github.com/lightstep/lightstep-tracer-common/golang/gogo v0.0.0-20210210170715-a8dfcb80d3a7 h1:YjW+hUb8Fh2S58z4av4t/0cBMK/Q0aP48RocCFsC8yI=