Skip to content

Commit

Permalink
Bump code.cloudfoundry.org/localip from 0.12.0 to 0.13.0 (#122)
Browse files Browse the repository at this point in the history
Bumps [code.cloudfoundry.org/localip](https://github.com/cloudfoundry/localip) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/cloudfoundry/localip/releases)
- [Commits](cloudfoundry/localip@v0.12.0...v0.13.0)

---
updated-dependencies:
- dependency-name: code.cloudfoundry.org/localip
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent 48638ea commit e5dda46
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 @@ -8,7 +8,7 @@ require (
code.cloudfoundry.org/clock v1.15.0
code.cloudfoundry.org/debugserver v0.16.0
code.cloudfoundry.org/lager/v3 v3.9.0
code.cloudfoundry.org/localip v0.12.0
code.cloudfoundry.org/localip v0.13.0
code.cloudfoundry.org/locket v0.0.0-20230406154009-5e8522d975d2
code.cloudfoundry.org/runtimeschema v0.0.0-20231214123546-c95bb31afd3e
code.cloudfoundry.org/workpool v0.0.0-20230406174608-2e26d5d93731
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -612,8 +612,8 @@ code.cloudfoundry.org/go-loggregator/v8 v8.0.5 h1:p1rrGxTwUqLjlUVtbjTAvKOSGNmPuB
code.cloudfoundry.org/go-loggregator/v8 v8.0.5/go.mod h1:mLlJ1ZyG6gVvBEtYypvbztRvFeCtBsTxE9tt+85tS6Y=
code.cloudfoundry.org/lager/v3 v3.9.0 h1:/FxqWzEbrF2cK5lubv39x5ZdKf3n3dQjLSHn9w1AY24=
code.cloudfoundry.org/lager/v3 v3.9.0/go.mod h1:Cr9lUToD9PPODiUNT2taBin7rza3B72J6XV4foVczSg=
code.cloudfoundry.org/localip v0.12.0 h1:84DumGmIoDCbhSMqrZLILm8Eogbm8MgEweUyhpQPrOU=
code.cloudfoundry.org/localip v0.12.0/go.mod h1:hA9L0BB6hdw2nBU5lF8X9qq7zBTVXD/CJMhuh6QE1xg=
code.cloudfoundry.org/localip v0.13.0 h1:LUE9dZ3AnCzFhzzmXMoZQweVYWa6J9qVX/SJLFRLWpw=
code.cloudfoundry.org/localip v0.13.0/go.mod h1:GK+oyaUZq/zwV8UGIjIMHR3LyasdEPCcIbwgr4knE3g=
code.cloudfoundry.org/locket v0.0.0-20230406154009-5e8522d975d2 h1:tUpafuylA0aTl6sdQnf20OsO/ipCvdNSZlWOB1cHhz8=
code.cloudfoundry.org/locket v0.0.0-20230406154009-5e8522d975d2/go.mod h1:AwHLRkdXtttLXNB8RHgLfErJ2kKafH62AR2OClhy6xI=
code.cloudfoundry.org/runtimeschema v0.0.0-20231214123546-c95bb31afd3e h1:6hOzMD7567RcIQCnVOMCVjYxsVQU49tNCN35M+Q2iqs=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ code.cloudfoundry.org/lager/v3/internal/truncate
code.cloudfoundry.org/lager/v3/lagerctx
code.cloudfoundry.org/lager/v3/lagerflags
code.cloudfoundry.org/lager/v3/lagertest
# code.cloudfoundry.org/localip v0.12.0
# code.cloudfoundry.org/localip v0.13.0
## explicit; go 1.22.0
code.cloudfoundry.org/localip
# code.cloudfoundry.org/locket v0.0.0-20230406154009-5e8522d975d2
Expand Down

0 comments on commit e5dda46

Please sign in to comment.