Skip to content

Commit 334489f

Browse files
authored
Bump code.cloudfoundry.org/tlsconfig to latest (#2915)
- dependabot doesn't do well with non versioned dependencies - will resolve the annyoing cve warning in goland ide
1 parent 478e0a2 commit 334489f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
code.cloudfoundry.org/gofileutils v0.0.0-20170111115228-4d0c80011a0f
1515
code.cloudfoundry.org/jsonry v1.1.4
1616
code.cloudfoundry.org/lager/v3 v3.0.3
17-
code.cloudfoundry.org/tlsconfig v0.0.0-20230612153104-23c0622de227
17+
code.cloudfoundry.org/tlsconfig v0.0.0-20240510172918-c1e19801fe80
1818
code.cloudfoundry.org/ykk v0.0.0-20170424192843-e4df4ce2fd4d
1919
github.com/SermoDigital/jose v0.9.2-0.20161205224733-f6df55f235c2
2020
github.com/blang/semver/v4 v4.0.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ code.cloudfoundry.org/lager/v3 v3.0.3 h1:/UTmadZfIaKuT/whEinSxK1mzRfNu1uPfvjFfGq
2525
code.cloudfoundry.org/lager/v3 v3.0.3/go.mod h1:Zn5q1SrIuuHjEUE7xerMKt3ztunrJQCZETAo7rV0CH8=
2626
code.cloudfoundry.org/tlsconfig v0.0.0-20230612153104-23c0622de227 h1:QYyb6Ur0Ys6FciDB3+8zCW3eVk7AxAs2++Foa5DAdt0=
2727
code.cloudfoundry.org/tlsconfig v0.0.0-20230612153104-23c0622de227/go.mod h1:C8SxvGRSutmgzV2FxH8Zwqz2Q8HsaAITQRQFKhlDzPw=
28+
code.cloudfoundry.org/tlsconfig v0.0.0-20240510172918-c1e19801fe80 h1:nxUb5mt6hUgetPgjwcApBzu7SvoweFyxeJndc6ueERU=
29+
code.cloudfoundry.org/tlsconfig v0.0.0-20240510172918-c1e19801fe80/go.mod h1:nrEZdor0XB7oBXmkKyVtYFk3oGF6eCmryhVBOeGaUso=
2830
code.cloudfoundry.org/ykk v0.0.0-20170424192843-e4df4ce2fd4d h1:M+zXqtXJqcsmpL76aU0tdl1ho23eYa4axYoM4gD62UA=
2931
code.cloudfoundry.org/ykk v0.0.0-20170424192843-e4df4ce2fd4d/go.mod h1:YUJiVOr5xl0N/RjMxM1tHmgSpBbi5UM+KoVR5AoejO0=
3032
filippo.io/edwards25519 v1.0.0-rc.1 h1:m0VOOB23frXZvAOK44usCgLWvtsxIoMCTBGJZlpmGfU=

0 commit comments

Comments
 (0)