Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump golang.org/x/sys from 0.26.0 to 0.29.0 #224

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ require (
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.9.0
github.com/urfave/cli/v2 v2.27.5
golang.org/x/sys v0.26.0
golang.org/x/sys v0.29.0
k8s.io/api v0.32.0
k8s.io/apimachinery v0.32.0
k8s.io/client-go v0.32.0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -195,8 +195,8 @@ golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7w
golang.org/x/sys v0.0.0-20191115151921-52ab43148777/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.26.0 h1:KHjCJyddX0LoSTb3J+vWpupP9p0oznkqVk/IfjymZbo=
golang.org/x/sys v0.26.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU=
golang.org/x/sys v0.29.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/term v0.25.0 h1:WtHI/ltw4NvSUig5KARz9h521QvRC8RmF/cuYqifU24=
golang.org/x/term v0.25.0/go.mod h1:RPyXicDX+6vLxogjjRxjgD2TKtmAO6NZBsBRfrOLu7M=
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
96 changes: 96 additions & 0 deletions vendor/golang.org/x/sys/unix/ioctl_linux.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions vendor/golang.org/x/sys/unix/mkerrors.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions vendor/golang.org/x/sys/unix/syscall_dragonfly.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/golang.org/x/sys/unix/syscall_linux.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

104 changes: 100 additions & 4 deletions vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_386.go
20 changes: 20 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go
20 changes: 20 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_arm.go
21 changes: 21 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go
20 changes: 20 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go
20 changes: 20 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_mips.go
20 changes: 20 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go
20 changes: 20 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go
20 changes: 20 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go
20 changes: 20 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go
20 changes: 20 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go
20 changes: 20 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go
20 changes: 20 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.go
20 changes: 20 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go
20 changes: 20 additions & 0 deletions vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go
10 changes: 10 additions & 0 deletions vendor/golang.org/x/sys/unix/zsyscall_linux.go
60 changes: 60 additions & 0 deletions vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go
60 changes: 60 additions & 0 deletions vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go
138 changes: 124 additions & 14 deletions vendor/golang.org/x/sys/unix/ztypes_linux.go
6 changes: 6 additions & 0 deletions vendor/golang.org/x/sys/unix/ztypes_zos_s390x.go
11 changes: 5 additions & 6 deletions vendor/golang.org/x/sys/windows/dll_windows.go
36 changes: 19 additions & 17 deletions vendor/golang.org/x/sys/windows/syscall_windows.go
127 changes: 127 additions & 0 deletions vendor/golang.org/x/sys/windows/types_windows.go
71 changes: 71 additions & 0 deletions vendor/golang.org/x/sys/windows/zsyscall_windows.go
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -237,7 +237,7 @@ golang.org/x/net/trace
## explicit; go 1.18
golang.org/x/oauth2
golang.org/x/oauth2/internal
# golang.org/x/sys v0.26.0
# golang.org/x/sys v0.29.0
## explicit; go 1.18
golang.org/x/sys/plan9
golang.org/x/sys/unix