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:
authorJames Fargher <proglottis@gmail.com>2023-05-23 04:52:19 +0300
committerJames Fargher <proglottis@gmail.com>2023-05-23 04:52:19 +0300
commitf3bb073e6abd5b9ae591e1d83aeb40ffee3fc638 (patch)
tree79740db6e3c345056d95040a342b08298a050ab4 /go.mod
parentbce5c74f4db69569fb197e7affe39ed54c6f7f5b (diff)
parent0978425094baf2d0f2c515da3446de6ff127f480 (diff)
Merge branch 'pks-go-update-cgroups-to-v3' into 'master'
go.mod: Update cgroups dependency to major version 3 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5822 Merged-by: James Fargher <proglottis@gmail.com> Approved-by: John Cai <jcai@gitlab.com> Approved-by: James Fargher <proglottis@gmail.com> Co-authored-by: Patrick Steinhardt <psteinhardt@gitlab.com>
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 a68d9b83e..b69908478 100644
--- a/go.mod
+++ b/go.mod
@@ -9,7 +9,7 @@ require (
github.com/ProtonMail/go-crypto v0.0.0-20230518184743-7afd39499903
github.com/beevik/ntp v0.3.2
github.com/cloudflare/tableflip v1.2.3
- github.com/containerd/cgroups v1.1.0
+ github.com/containerd/cgroups/v3 v3.0.1
github.com/dgraph-io/badger/v3 v3.2103.5
github.com/getsentry/sentry-go v0.20.0
github.com/git-lfs/git-lfs/v3 v3.3.0