Skip to content

Commit fe2ba3b

Browse files
committed
Update vendored dependencies
1 parent a357df6 commit fe2ba3b

File tree

7 files changed

+273
-11
lines changed

7 files changed

+273
-11
lines changed

bosh-windows-acceptance-tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 // indirect
1414
github.com/nxadm/tail v1.4.11 // indirect
1515
golang.org/x/net v0.39.0 // indirect
16-
golang.org/x/sys v0.32.0 // indirect
16+
golang.org/x/sys v0.33.0 // indirect
1717
golang.org/x/text v0.24.0 // indirect
1818
golang.org/x/tools v0.32.0 // indirect
1919
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect

bosh-windows-acceptance-tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7w
6363
golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
6464
golang.org/x/sys v0.0.0-20210112080510-489259a85091/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
6565
golang.org/x/sys v0.0.0-20220908164124-27713097b956/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
66-
golang.org/x/sys v0.32.0 h1:s77OFDvIQeibCmezSnk/q6iAfkdiQaJi4VzroCFrN20=
67-
golang.org/x/sys v0.32.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
66+
golang.org/x/sys v0.33.0 h1:q3i8TbbEz+JRD9ywIRlyRAQbM0qF7hu24q3teo2hbuw=
67+
golang.org/x/sys v0.33.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
6868
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
6969
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
7070
golang.org/x/text v0.24.0 h1:dd5Bzh4yt5KYA8f9CJHCP4FB4D51c2c6JvN37xJJkJ0=

bosh-windows-acceptance-tests/vendor/golang.org/x/sys/windows/security_windows.go

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

bosh-windows-acceptance-tests/vendor/golang.org/x/sys/windows/syscall_windows.go

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

bosh-windows-acceptance-tests/vendor/golang.org/x/sys/windows/types_windows.go

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

bosh-windows-acceptance-tests/vendor/golang.org/x/sys/windows/zsyscall_windows.go

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

bosh-windows-acceptance-tests/vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ github.com/onsi/gomega/types
6363
golang.org/x/net/html
6464
golang.org/x/net/html/atom
6565
golang.org/x/net/html/charset
66-
# golang.org/x/sys v0.32.0
66+
# golang.org/x/sys v0.33.0
6767
## explicit; go 1.23.0
6868
golang.org/x/sys/unix
6969
golang.org/x/sys/windows

0 commit comments

Comments
 (0)