Skip to content

Commit 32bbf08

Browse files
Excavator: Bump go dependency golang.org/x/sys
1 parent 61b8054 commit 32bbf08

6 files changed

Lines changed: 131 additions & 123 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ require (
3232
github.com/palantir/pkg/transform v1.2.0 // indirect
3333
github.com/pmezard/go-difflib v1.0.0 // indirect
3434
go.uber.org/multierr v1.11.0 // indirect
35-
golang.org/x/sys v0.41.0 // indirect
35+
golang.org/x/sys v0.42.0 // indirect
3636
gopkg.in/yaml.v3 v3.0.1 // indirect
3737
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ go.uber.org/zap v1.27.1/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E=
6262
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
6363
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
6464
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
65-
golang.org/x/sys v0.41.0 h1:Ivj+2Cp/ylzLiEU89QhWblYnOE9zerudt9Ftecq2C6k=
66-
golang.org/x/sys v0.41.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
65+
golang.org/x/sys v0.42.0 h1:omrd2nAlyT5ESRdCLYdm3+fMfNFE/+Rf4bDIQImRJeo=
66+
golang.org/x/sys v0.42.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
6767
google.golang.org/grpc v1.63.2 h1:MUeiw1B2maTVZthpU5xvASfTh3LDbxHd6IJ6QQVU+xM=
6868
google.golang.org/grpc v1.63.2/go.mod h1:WAX/8DgncnokcFUldAxq7GeB5DXHDbMF+lLvDomNkRA=
6969
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=

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
@@ -94,8 +94,8 @@ go.uber.org/zap/internal/exit
9494
go.uber.org/zap/internal/pool
9595
go.uber.org/zap/internal/stacktrace
9696
go.uber.org/zap/zapcore
97-
# golang.org/x/sys v0.41.0
98-
## explicit; go 1.24.0
97+
# golang.org/x/sys v0.42.0
98+
## explicit; go 1.25.0
9999
golang.org/x/sys/unix
100100
golang.org/x/sys/windows
101101
# gopkg.in/yaml.v2 v2.4.0

0 commit comments

Comments
 (0)