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
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-08-11 11:48:57 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-08-11 11:48:57 +0300
commitbb342a5916dd5ecffb8b281de8290066176c2662 (patch)
tree16b11a485c6f6ba1eb0651cae1836cdfd533eb7c
parent06229de53e498ec8ed29e224d46dfc31ff6ba6fe (diff)
parent31270a7f3a7cd4d2d5f6f8c21d4189fa87ad09fd (diff)
Merge branch 'renovate/github.com-containerd-cgroups-v3-3.x' into 'master'
go: Update module github.com/containerd/cgroups/v3 to v3.0.2 See merge request https://gitlab.com/gitlab-org/gitaly/-/merge_requests/5996 Merged-by: Patrick Steinhardt <psteinhardt@gitlab.com> Approved-by: Patrick Steinhardt <psteinhardt@gitlab.com> Co-authored-by: GitLab Renovate Bot <gitlab-bot@gitlab.com>
-rw-r--r--go.mod2
-rw-r--r--go.sum4
2 files changed, 3 insertions, 3 deletions
diff --git a/go.mod b/go.mod
index 4b577532a..a1af3795b 100644
--- a/go.mod
+++ b/go.mod
@@ -9,7 +9,7 @@ require (
github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95
github.com/beevik/ntp v1.3.0
github.com/cloudflare/tableflip v1.2.3
- github.com/containerd/cgroups/v3 v3.0.1
+ github.com/containerd/cgroups/v3 v3.0.2
github.com/dgraph-io/badger/v4 v4.1.0
github.com/getsentry/sentry-go v0.23.0
github.com/git-lfs/git-lfs/v3 v3.4.0
diff --git a/go.sum b/go.sum
index 50a432746..319c05528 100644
--- a/go.sum
+++ b/go.sum
@@ -175,8 +175,8 @@ github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed/go.mod h1:eXthEFrGJvWH
github.com/cncf/xds/go v0.0.0-20210805033703-aa0b78936158/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
github.com/cncf/xds/go v0.0.0-20210922020428-25de7278fc84/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs=
-github.com/containerd/cgroups/v3 v3.0.1 h1:4hfGvu8rfGIwVIDd+nLzn/B9ZXx4BcCjzt5ToenJRaE=
-github.com/containerd/cgroups/v3 v3.0.1/go.mod h1:/vtwk1VXrtoa5AaZLkypuOJgA/6DyPMZHJPGQNtlHnw=
+github.com/containerd/cgroups/v3 v3.0.2 h1:f5WFqIVSgo5IZmtTT3qVBo6TzI1ON6sycSBKkymb9L0=
+github.com/containerd/cgroups/v3 v3.0.2/go.mod h1:JUgITrzdFqp42uI2ryGA+ge0ap/nxzYgkGmIcetmErE=
github.com/coreos/go-systemd/v22 v22.5.0 h1:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8iXXhfZs=
github.com/coreos/go-systemd/v22 v22.5.0/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc=
github.com/cpuguy83/go-md2man/v2 v2.0.2 h1:p1EgwI/C7NhT0JmVkwCD2ZBK8j4aeHQX2pMHHBfMQ6w=