Skip to content

Commit 4caf96e

Browse files
authored
Merge pull request kubernetes#136598 from dgrisonnet/update-go-systemd
Bump go-systemd to v22.7.0
2 parents 3760cdc + e454bf0 commit 4caf96e

File tree

34 files changed

+199
-243
lines changed

34 files changed

+199
-243
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/container-storage-interface/spec v1.9.0
2020
github.com/coredns/corefile-migration v1.0.30
2121
github.com/coreos/go-oidc v2.5.0+incompatible
22-
github.com/coreos/go-systemd/v22 v22.6.0
22+
github.com/coreos/go-systemd/v22 v22.7.0
2323
github.com/cpuguy83/go-md2man/v2 v2.0.6
2424
github.com/cyphar/filepath-securejoin v0.6.1
2525
github.com/distribution/reference v0.6.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ github.com/coreos/go-oidc v2.5.0+incompatible h1:6W0vGJR3Tu0r0PwfmjOrRZSlfxeEln8
8080
github.com/coreos/go-oidc v2.5.0+incompatible/go.mod h1:CgnwVTmzoESiwO9qyAFEMiHoZ1nMCKZlZ9V6mm3/LKc=
8181
github.com/coreos/go-semver v0.3.1 h1:yi21YpKnrx1gt5R+la8n5WgS0kCrsPp33dmEyHReZr4=
8282
github.com/coreos/go-semver v0.3.1/go.mod h1:irMmmIw/7yzSRPWryHsK7EYSg09caPQL03VsM8rvUec=
83-
github.com/coreos/go-systemd/v22 v22.6.0 h1:aGVa/v8B7hpb0TKl0MWoAavPDmHvobFe5R5zn0bCJWo=
84-
github.com/coreos/go-systemd/v22 v22.6.0/go.mod h1:iG+pp635Fo7ZmV/j14KUcmEyWF+0X7Lua8rrTWzYgWU=
83+
github.com/coreos/go-systemd/v22 v22.7.0 h1:LAEzFkke61DFROc7zNLX/WA2i5J8gYqe0rSj9KI28KA=
84+
github.com/coreos/go-systemd/v22 v22.7.0/go.mod h1:xNUYtjHu2EDXbsxz1i41wouACIwT7Ybq9o0BQhMwD0w=
8585
github.com/cpuguy83/go-md2man/v2 v2.0.6 h1:XJtiaUW6dEEqVuZiMTn1ldk455QWwEIsMIJlo5vtkx0=
8686
github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g=
8787
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=

staging/src/k8s.io/apiextensions-apiserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ require (
5050
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
5151
github.com/cespare/xxhash/v2 v2.3.0 // indirect
5252
github.com/coreos/go-semver v0.3.1 // indirect
53-
github.com/coreos/go-systemd/v22 v22.6.0 // indirect
53+
github.com/coreos/go-systemd/v22 v22.7.0 // indirect
5454
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
5555
github.com/dustin/go-humanize v1.0.1 // indirect
5656
github.com/felixge/httpsnoop v1.0.4 // indirect

staging/src/k8s.io/apiextensions-apiserver/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/apiserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ godebug default=go1.25
99
require (
1010
github.com/blang/semver/v4 v4.0.0
1111
github.com/coreos/go-oidc v2.5.0+incompatible
12-
github.com/coreos/go-systemd/v22 v22.6.0
12+
github.com/coreos/go-systemd/v22 v22.7.0
1313
github.com/emicklei/go-restful/v3 v3.13.0
1414
github.com/fsnotify/fsnotify v1.9.0
1515
github.com/go-logr/logr v1.4.3

staging/src/k8s.io/apiserver/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/cloud-provider/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
3434
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3535
github.com/coreos/go-semver v0.3.1 // indirect
36-
github.com/coreos/go-systemd/v22 v22.6.0 // indirect
36+
github.com/coreos/go-systemd/v22 v22.7.0 // indirect
3737
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3838
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
3939
github.com/felixge/httpsnoop v1.0.4 // indirect

staging/src/k8s.io/cloud-provider/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/controller-manager/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ require (
2828
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
2929
github.com/cespare/xxhash/v2 v2.3.0 // indirect
3030
github.com/coreos/go-semver v0.3.1 // indirect
31-
github.com/coreos/go-systemd/v22 v22.6.0 // indirect
31+
github.com/coreos/go-systemd/v22 v22.7.0 // indirect
3232
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3333
github.com/emicklei/go-restful/v3 v3.13.0 // indirect
3434
github.com/felixge/httpsnoop v1.0.4 // indirect

staging/src/k8s.io/controller-manager/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)