Skip to content

Commit a5f924f

Browse files
dependabot[bot]ctlong
authored andcommitted
build(deps): bump golang.org/x/crypto in /assets/credhub-service-broker
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.35.0. - [Commits](golang/crypto@v0.31.0...v0.35.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-version: 0.35.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1a940f7 commit a5f924f

7 files changed

Lines changed: 120 additions & 44 deletions

File tree

assets/credhub-service-broker/go.mod

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
module github.com/cloudfoundry/cf-acceptance-tests/assets/credhub-service-broker
22

33
go 1.23
4-
5-
toolchain go1.23.7
4+
toolchain go1.24.1
65

76
require (
87
code.cloudfoundry.org/credhub-cli v0.0.0-20230320130818-a7d5420b283b
@@ -15,7 +14,7 @@ require (
1514
github.com/cloudfoundry/socks5-proxy v0.2.86 // indirect
1615
github.com/hashicorp/go-version v1.6.0 // indirect
1716
github.com/kr/pretty v0.3.1 // indirect
18-
golang.org/x/crypto v0.31.0 // indirect
17+
golang.org/x/crypto v0.35.0 // indirect
1918
golang.org/x/net v0.33.0 // indirect
20-
golang.org/x/sys v0.28.0 // indirect
19+
golang.org/x/sys v0.30.0 // indirect
2120
)

assets/credhub-service-broker/go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZV
3030
github.com/rogpeppe/go-internal v1.9.0/go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs=
3131
github.com/satori/go.uuid v1.2.0 h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww=
3232
github.com/satori/go.uuid v1.2.0/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0=
33-
golang.org/x/crypto v0.31.0 h1:ihbySMvVjLAeSH1IbfcRTkD/iNscyz8rGzjF/E5hV6U=
34-
golang.org/x/crypto v0.31.0/go.mod h1:kDsLvtWBEx7MV9tJOj9bnXsPbxwJQ6csT/x4KIN4Ssk=
33+
golang.org/x/crypto v0.35.0 h1:b15kiHdrGCHrP6LvwaQ3c03kgNhhiMgvlhxHQhmg2Xs=
34+
golang.org/x/crypto v0.35.0/go.mod h1:dy7dXNW32cAb/6/PRuTNsix8T+vJAqvuIy5Bli/x0YQ=
3535
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
3636
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
37-
golang.org/x/sys v0.28.0 h1:Fksou7UEQUWlKvIdsqzJmUmCX3cZuD2+P3XyyzwMhlA=
38-
golang.org/x/sys v0.28.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
39-
golang.org/x/term v0.27.0 h1:WP60Sv1nlK1T6SupCHbXzSaN0b9wUmsPoRS9b61A23Q=
40-
golang.org/x/term v0.27.0/go.mod h1:iMsnZpn0cago0GOrHO2+Y7u7JPn5AylBrcoWkElMTSM=
41-
golang.org/x/text v0.21.0 h1:zyQAAkrwaneQ066sspRyJaG9VNi/YJ1NfzcGB3hZ/qo=
42-
golang.org/x/text v0.21.0/go.mod h1:4IBbMaMmOPCJ8SecivzSH54+73PCFmPWxNTLm+vZkEQ=
37+
golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc=
38+
golang.org/x/sys v0.30.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
39+
golang.org/x/term v0.29.0 h1:L6pJp37ocefwRRtYPKSWOWzOtWSxVajvz2ldH/xi3iU=
40+
golang.org/x/term v0.29.0/go.mod h1:6bl4lRlvVuDgSf3179VpIxBF0o10JUpXWOnI7nErv7s=
41+
golang.org/x/text v0.22.0 h1:bofq7m3/HAFvbF51jz3Q9wLg3jkvSPuiZu/pD1XwgtM=
42+
golang.org/x/text v0.22.0/go.mod h1:YRoo4H8PVmsu+E3Ou7cqLVH8oXWIHVoX0jqUWALQhfY=
4343
google.golang.org/protobuf v1.30.0 h1:kPPoIgf3TsEvrm0PFe15JQ+570QVxYzEvvHqChK+cng=
4444
google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
4545
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=

assets/credhub-service-broker/vendor/golang.org/x/crypto/ssh/handshake.go

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

assets/credhub-service-broker/vendor/golang.org/x/crypto/ssh/server.go

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

assets/credhub-service-broker/vendor/golang.org/x/sys/cpu/cpu.go

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

assets/credhub-service-broker/vendor/golang.org/x/sys/cpu/cpu_x86.go

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

assets/credhub-service-broker/vendor/modules.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ github.com/hashicorp/go-version
2828
# github.com/satori/go.uuid v1.2.0
2929
## explicit
3030
github.com/satori/go.uuid
31-
# golang.org/x/crypto v0.31.0
32-
## explicit; go 1.20
31+
# golang.org/x/crypto v0.35.0
32+
## explicit; go 1.23.0
3333
golang.org/x/crypto/blowfish
3434
golang.org/x/crypto/chacha20
3535
golang.org/x/crypto/curve25519
@@ -42,6 +42,6 @@ golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
4242
golang.org/x/net/context
4343
golang.org/x/net/internal/socks
4444
golang.org/x/net/proxy
45-
# golang.org/x/sys v0.28.0
45+
# golang.org/x/sys v0.30.0
4646
## explicit; go 1.18
4747
golang.org/x/sys/cpu

0 commit comments

Comments
 (0)