Skip to content

Commit c63eb93

Browse files
dependabot[bot]elezar
authored andcommitted
build(deps): Bump golang.org/x/sys from 0.41.0 to 0.42.0
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.41.0 to 0.42.0. - [Commits](golang/sys@v0.41.0...v0.42.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b39720b commit c63eb93

File tree

7 files changed

+133
-123
lines changed

7 files changed

+133
-123
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/urfave/cli-altsrc/v3 v3.1.0
2121
github.com/urfave/cli/v3 v3.6.2
2222
golang.org/x/mod v0.33.0
23-
golang.org/x/sys v0.41.0
23+
golang.org/x/sys v0.42.0
2424
tags.cncf.io/container-device-interface v1.1.0
2525
tags.cncf.io/container-device-interface/specs-go v1.1.0
2626
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ golang.org/x/mod v0.33.0 h1:tHFzIWbBifEmbwtGz65eaWyGiGZatSrT9prnU8DbVL8=
9494
golang.org/x/mod v0.33.0/go.mod h1:swjeQEj+6r7fODbD2cqrnje9PnziFuw4bmLbBZFrQ5w=
9595
golang.org/x/net v0.43.0 h1:lat02VYK2j4aLzMzecihNvTlJNQUq316m2Mr9rnM6YE=
9696
golang.org/x/net v0.43.0/go.mod h1:vhO1fvI4dGsIjh73sWfUVjj3N7CA9WkKJNQm2svM6Jg=
97-
golang.org/x/sys v0.41.0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k=
98-
golang.org/x/sys v0.41.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
97+
golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo=
98+
golang.org/x/sys v0.42.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
9999
golang.org/x/text v0.23.0 h1:D71I7dUrlY+VX0gQShAThNGHFxZ13dGLBHQLVl1mJlY=
100100
golang.org/x/text v0.23.0/go.mod h1:/BLNzu4aZCJ1+kcD0DNRotWKage4q2rGVAg4o22unh4=
101101
golang.org/x/tools v0.41.0 h1:a9b8iMweWG+S0OBnlU36rzLp20z1Rp10w+IY2czHTQc=

internal/nvsandboxutils/gen/nvsandboxutils/generateapi.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ func getGoFiles(sourceDir string) (map[string][]byte, error) {
227227
return nil
228228
}
229229

230+
//nolint:gosec // Since we are only using this during code generation
231+
// we are not concerned with possible TOUTOC race conditions.
230232
content, err := os.ReadFile(path)
231233
if err != nil {
232234
return err

vendor/golang.org/x/sys/unix/ztypes_linux.go

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

vendor/golang.org/x/sys/windows/aliases.go

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

vendor/golang.org/x/sys/windows/syscall_windows.go

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

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,8 @@ github.com/urfave/cli/v3
170170
# golang.org/x/mod v0.33.0
171171
## explicit; go 1.24.0
172172
golang.org/x/mod/semver
173-
# golang.org/x/sys v0.41.0
174-
## explicit; go 1.24.0
173+
# golang.org/x/sys v0.42.0
174+
## explicit; go 1.25.0
175175
golang.org/x/sys/unix
176176
golang.org/x/sys/windows
177177
# google.golang.org/genproto/googleapis/rpc v0.0.0-20230731190214-cbb8c96f2d6d

0 commit comments

Comments
 (0)