Skip to content

Commit 65452d9

Browse files
Bump code.cloudfoundry.org/tlsconfig from 0.37.0 to 0.38.0 in /src
Bumps [code.cloudfoundry.org/tlsconfig](https://github.com/cloudfoundry/tlsconfig) from 0.37.0 to 0.38.0. - [Release notes](https://github.com/cloudfoundry/tlsconfig/releases) - [Commits](cloudfoundry/tlsconfig@v0.37.0...v0.38.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/tlsconfig dependency-version: 0.38.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9421141 commit 65452d9

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

src/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.0
44

55
require (
66
code.cloudfoundry.org/go-loggregator/v9 v9.2.1
7-
code.cloudfoundry.org/tlsconfig v0.37.0
7+
code.cloudfoundry.org/tlsconfig v0.38.0
88
github.com/maxbrunsfeld/counterfeiter/v6 v6.12.0
99
github.com/onsi/ginkgo/v2 v2.27.2
1010
github.com/onsi/gomega v1.38.2
@@ -20,7 +20,7 @@ require (
2020
github.com/google/pprof v0.0.0-20251007162407-5df77e3f7d1d // indirect
2121
github.com/pkg/errors v0.9.1 // indirect
2222
github.com/square/certstrap v1.3.0 // indirect
23-
go.step.sm/crypto v0.72.0 // indirect
23+
go.step.sm/crypto v0.73.0 // indirect
2424
go.yaml.in/yaml/v3 v3.0.4 // indirect
2525
golang.org/x/crypto v0.43.0 // indirect
2626
golang.org/x/mod v0.29.0 // indirect

src/go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
code.cloudfoundry.org/go-loggregator/v9 v9.2.1 h1:S6Lgg5UJbhh2bt2TGQxs6R00CF8PrUA3GFPYDxy56Fk=
22
code.cloudfoundry.org/go-loggregator/v9 v9.2.1/go.mod h1:FTFFruqGeOhVCDFvyLgl8EV8YW63NNwRzLhxJcporu8=
3-
code.cloudfoundry.org/tlsconfig v0.37.0 h1:dmIkkwHstPvgoJoRtVoSB4Bgdq9CPJ21lIDjGYorw8I=
4-
code.cloudfoundry.org/tlsconfig v0.37.0/go.mod h1:4PyIxvW8Py/AgQeWU2pSZhPKwVbyxfjPXyQcV8rrW30=
3+
code.cloudfoundry.org/tlsconfig v0.38.0 h1:WXx/ih0Tk+39RLH510yd4MZe8fAprXb20DYuDnU3eNw=
4+
code.cloudfoundry.org/tlsconfig v0.38.0/go.mod h1:H7K3AoL2FWrfqlGDpsoJ9us9pI3VdIb2kpGTZgZ4CrM=
55
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
66
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
77
github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=
@@ -78,8 +78,8 @@ go.opentelemetry.io/otel/sdk/metric v1.37.0 h1:90lI228XrB9jCMuSdA0673aubgRobVZFh
7878
go.opentelemetry.io/otel/sdk/metric v1.37.0/go.mod h1:cNen4ZWfiD37l5NhS+Keb5RXVWZWpRE+9WyVCpbo5ps=
7979
go.opentelemetry.io/otel/trace v1.37.0 h1:HLdcFNbRQBE2imdSEgm/kwqmQj1Or1l/7bW6mxVK7z4=
8080
go.opentelemetry.io/otel/trace v1.37.0/go.mod h1:TlgrlQ+PtQO5XFerSPUYG0JSgGyryXewPGyayAWSBS0=
81-
go.step.sm/crypto v0.72.0 h1:cwkxbmnN8jj8YWmoXdoGhaac81d2SwXguwmHN9KJxHw=
82-
go.step.sm/crypto v0.72.0/go.mod h1:EAy7MSOXxCvCaDAKJqz0bLdTSDdhpEM9xqye8XsfrM4=
81+
go.step.sm/crypto v0.73.0 h1:SNFpslZJa+kTNADpWYJJeMsQqzwDiuxFq0ei5OPLIUg=
82+
go.step.sm/crypto v0.73.0/go.mod h1:pw2MKw7aPgx3bVjVwYrKbpMIawLRwth/5cyhZf6QnBM=
8383
go.yaml.in/yaml/v3 v3.0.4 h1:tfq32ie2Jv2UxXFdLJdh3jXuOzWiL1fo0bu/FbuKpbc=
8484
go.yaml.in/yaml/v3 v3.0.4/go.mod h1:DhzuOOF2ATzADvBadXxruRBLzYTpT36CKvDb3+aBEFg=
8585
golang.org/x/crypto v0.43.0 h1:dduJYIi3A3KOfdGOHX8AVZ/jGiyPa3IbBozJ5kNuE04=

src/vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# code.cloudfoundry.org/go-loggregator/v9 v9.2.1
22
## explicit; go 1.21
33
code.cloudfoundry.org/go-loggregator/v9/rpc/loggregator_v2
4-
# code.cloudfoundry.org/tlsconfig v0.37.0
4+
# code.cloudfoundry.org/tlsconfig v0.38.0
55
## explicit; go 1.24.0
66
code.cloudfoundry.org/tlsconfig
77
code.cloudfoundry.org/tlsconfig/certtest
@@ -80,7 +80,7 @@ github.com/pkg/errors
8080
# github.com/square/certstrap v1.3.0
8181
## explicit; go 1.18
8282
github.com/square/certstrap/pkix
83-
# go.step.sm/crypto v0.72.0
83+
# go.step.sm/crypto v0.73.0
8484
## explicit; go 1.24.0
8585
go.step.sm/crypto/fingerprint
8686
go.step.sm/crypto/internal/bcrypt_pbkdf

0 commit comments

Comments
 (0)