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>2023-05-22 16:22:46 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-05-22 16:23:35 +0300
commit0978425094baf2d0f2c515da3446de6ff127f480 (patch)
treee7b195c0e0fb469ae1ed97eb6749b1b0a4d90e43 /go.mod
parent25747c90707aed83e5ca3ebf85fc522a258f1392 (diff)
go.mod: Update cgroups dependency to major version 3
Update the cgroups dependency to major version 3. This change includes a bunch of renames where upstream moved the cgroups implementations into different packages. Adapt our code accordingly.
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 f7ef99864..aa3a1166b 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.21.0
github.com/git-lfs/git-lfs/v3 v3.3.0