Skip to content

Commit

Permalink
Bump code.cloudfoundry.org/localip from 0.23.0 to 0.24.0 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 24, 2024
1 parent 8a79a27 commit 978a7e0
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 @@ -5,7 +5,7 @@ go 1.23.4
require (
code.cloudfoundry.org/gorouter v0.0.0-20241217161006-2dd96da8dc9a
code.cloudfoundry.org/lager v2.0.0+incompatible
code.cloudfoundry.org/localip v0.23.0
code.cloudfoundry.org/localip v0.24.0
code.cloudfoundry.org/tlsconfig v0.13.0
github.com/alecthomas/kingpin/v2 v2.4.0
github.com/google/uuid v1.6.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ code.cloudfoundry.org/gorouter v0.0.0-20241217161006-2dd96da8dc9a/go.mod h1:hUba
code.cloudfoundry.org/lager v1.1.1-0.20191008172124-a9afc05ee5be/go.mod h1:O2sS7gKP3HM2iemG+EnwvyNQK7pTSC6Foi4QiMp9sSk=
code.cloudfoundry.org/lager v2.0.0+incompatible h1:WZwDKDB2PLd/oL+USK4b4aEjUymIej9My2nUQ9oWEwQ=
code.cloudfoundry.org/lager v2.0.0+incompatible/go.mod h1:O2sS7gKP3HM2iemG+EnwvyNQK7pTSC6Foi4QiMp9sSk=
code.cloudfoundry.org/localip v0.23.0 h1:25uDsQNFzilAVGrwMlxV0XnF+RWk/o3BcAoBX+QOwMQ=
code.cloudfoundry.org/localip v0.23.0/go.mod h1:GQwYgm/Vxp2WOvKllA61wut4V6Z6wMormlf2W7tAeLQ=
code.cloudfoundry.org/localip v0.24.0 h1:kv4CXU/PU6kPs6aHxTKnTwVtza+9Qpiw7FIAZsbWzjU=
code.cloudfoundry.org/localip v0.24.0/go.mod h1:WwMGeWcXv/cTM4dauYllTKnwgLxpxvcIrMivUf9hT60=
code.cloudfoundry.org/tlsconfig v0.13.0 h1:3SL/zM7qWWHea5gA2S0+dV7qGRhdkET3lnyAB0CYNtM=
code.cloudfoundry.org/tlsconfig v0.13.0/go.mod h1:1gRXjcf4Af14MDfTOlF+2//hYRF14/Ki1zxz/txa+cY=
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ code.cloudfoundry.org/gorouter/common/uuid
# code.cloudfoundry.org/lager v2.0.0+incompatible
## explicit
code.cloudfoundry.org/lager
# code.cloudfoundry.org/localip v0.23.0
# code.cloudfoundry.org/localip v0.24.0
## explicit; go 1.22.0
code.cloudfoundry.org/localip
# code.cloudfoundry.org/tlsconfig v0.13.0
Expand Down

0 comments on commit 978a7e0

Please sign in to comment.