Skip to content

Commit

Permalink
Bump code.cloudfoundry.org/tlsconfig from 0.2.0 to 0.3.0 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent 6d18687 commit da5eab4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
code.cloudfoundry.org/gorouter v0.0.0-20240821054628-6823517e5f74
code.cloudfoundry.org/lager v2.0.0+incompatible
code.cloudfoundry.org/localip v0.8.0
code.cloudfoundry.org/tlsconfig v0.2.0
code.cloudfoundry.org/tlsconfig v0.3.0
github.com/alecthomas/kingpin/v2 v2.4.0
github.com/google/uuid v1.6.0
github.com/gorilla/handlers v1.5.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ code.cloudfoundry.org/lager v2.0.0+incompatible h1:WZwDKDB2PLd/oL+USK4b4aEjUymIe
code.cloudfoundry.org/lager v2.0.0+incompatible/go.mod h1:O2sS7gKP3HM2iemG+EnwvyNQK7pTSC6Foi4QiMp9sSk=
code.cloudfoundry.org/localip v0.8.0 h1:KdonAgTt7ByMO8MK529sb1OX6C8YzyHP9RJFaiYOaic=
code.cloudfoundry.org/localip v0.8.0/go.mod h1:GoyoyaEhZ06+Z4IrwRvJkP9tztMQsGK0r7Sd+3Bxwq0=
code.cloudfoundry.org/tlsconfig v0.2.0 h1:OPmMIduZVg1AE6m7V+CrULybZMeEWLPXxkKAc0RYLlU=
code.cloudfoundry.org/tlsconfig v0.2.0/go.mod h1:7soG27nMBzgrlYo6FuVCVxCjdMmVUBgdKLmtjrMFBrg=
code.cloudfoundry.org/tlsconfig v0.3.0 h1:403Gi+oetS8UmrmliF8PeYff/WlOPCoMX2L1fgJICfo=
code.cloudfoundry.org/tlsconfig v0.3.0/go.mod h1:2x5SW9lTCTc7rxNMU9nh1xBLJ0EMATVnCgED2Br3I1w=
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
filippo.io/edwards25519 v1.1.0/go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ code.cloudfoundry.org/lager
# code.cloudfoundry.org/localip v0.8.0
## explicit; go 1.22
code.cloudfoundry.org/localip
# code.cloudfoundry.org/tlsconfig v0.2.0
# code.cloudfoundry.org/tlsconfig v0.3.0
## explicit; go 1.22
code.cloudfoundry.org/tlsconfig
# filippo.io/edwards25519 v1.1.0
Expand Down

0 comments on commit da5eab4

Please sign in to comment.