Skip to content

Commit 468568d

Browse files
authored
Merge pull request #21 from rancher-sandbox/dependabot/go_modules/src/rd-init/golang.org/x/sys-0.42.0
Bump golang.org/x/sys from 0.33.0 to 0.42.0 in /src/rd-init
2 parents dda44b4 + 87b549b commit 468568d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/rd-init/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
module github.com/rancher-sandbox/rancher-desktop-opensuse/src/rd-init
22

3-
go 1.24.2
3+
go 1.25.0
44

55
require (
66
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
77
github.com/coreos/go-systemd/v22 v22.5.0
88
github.com/goccy/go-yaml v1.17.1
9-
golang.org/x/sys v0.33.0
9+
golang.org/x/sys v0.42.0
1010
)
1111

1212
require github.com/godbus/dbus/v5 v5.0.4 // indirect

src/rd-init/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ github.com/goccy/go-yaml v1.17.1 h1:LI34wktB2xEE3ONG/2Ar54+/HJVBriAGJ55PHls4YuY=
66
github.com/goccy/go-yaml v1.17.1/go.mod h1:XBurs7gK8ATbW4ZPGKgcbrY1Br56PdM69F7LkFRi1kA=
77
github.com/godbus/dbus/v5 v5.0.4 h1:9349emZab16e7zQvpmsbtjc18ykshndd8y2PG3sgJbA=
88
github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA=
9-
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
10-
golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
9+
golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo=
10+
golang.org/x/sys v0.42.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=

0 commit comments

Comments
 (0)