Skip to content

Commit 6844804

Browse files
Bump code.cloudfoundry.org/localip from 0.39.0 to 0.40.0 (#242)
Bumps [code.cloudfoundry.org/localip](https://github.com/cloudfoundry/localip) from 0.39.0 to 0.40.0. - [Release notes](https://github.com/cloudfoundry/localip/releases) - [Commits](cloudfoundry/localip@v0.39.0...v0.40.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/localip dependency-version: 0.40.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 95de55b commit 6844804

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
code.cloudfoundry.org/clock v1.38.0
88
code.cloudfoundry.org/debugserver v0.48.0
99
code.cloudfoundry.org/lager/v3 v3.36.0
10-
code.cloudfoundry.org/localip v0.39.0
10+
code.cloudfoundry.org/localip v0.40.0
1111
code.cloudfoundry.org/locket v0.0.0-20230406154009-5e8522d975d2
1212
code.cloudfoundry.org/runtimeschema v0.0.0-20231214123546-c95bb31afd3e
1313
code.cloudfoundry.org/workpool v0.0.0-20230406174608-2e26d5d93731

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,8 +612,8 @@ code.cloudfoundry.org/go-loggregator/v8 v8.0.5 h1:p1rrGxTwUqLjlUVtbjTAvKOSGNmPuB
612612
code.cloudfoundry.org/go-loggregator/v8 v8.0.5/go.mod h1:mLlJ1ZyG6gVvBEtYypvbztRvFeCtBsTxE9tt+85tS6Y=
613613
code.cloudfoundry.org/lager/v3 v3.36.0 h1:itMuSV1h9Ih/jpc5qfj5VUrd7lmjn9RpHwyMQcVTBHo=
614614
code.cloudfoundry.org/lager/v3 v3.36.0/go.mod h1:GE04mIbx91caA6t5bj9uWeXIq3+UHnYdoNj5XdAdbT8=
615-
code.cloudfoundry.org/localip v0.39.0 h1:OCPHym6pSHRB/RL+spDq+C9ieT8x/IijTxp6b+whAxs=
616-
code.cloudfoundry.org/localip v0.39.0/go.mod h1:pzV4PqTbyefz6NBbp4sJq2mmcx0bDyZ5Zz2yTBSAU+k=
615+
code.cloudfoundry.org/localip v0.40.0 h1:3z1b0Fy6QhYxCKnFMOJZHFkcKqm8gZ6Zei1sv547VS0=
616+
code.cloudfoundry.org/localip v0.40.0/go.mod h1:FryYjgpYaND2NNqbCq1dgm66hXkPHdHgRo+UGdmDPSo=
617617
code.cloudfoundry.org/locket v0.0.0-20230406154009-5e8522d975d2 h1:tUpafuylA0aTl6sdQnf20OsO/ipCvdNSZlWOB1cHhz8=
618618
code.cloudfoundry.org/locket v0.0.0-20230406154009-5e8522d975d2/go.mod h1:AwHLRkdXtttLXNB8RHgLfErJ2kKafH62AR2OClhy6xI=
619619
code.cloudfoundry.org/runtimeschema v0.0.0-20231214123546-c95bb31afd3e h1:6hOzMD7567RcIQCnVOMCVjYxsVQU49tNCN35M+Q2iqs=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ code.cloudfoundry.org/lager/v3/internal/truncate
3939
code.cloudfoundry.org/lager/v3/lagerctx
4040
code.cloudfoundry.org/lager/v3/lagerflags
4141
code.cloudfoundry.org/lager/v3/lagertest
42-
# code.cloudfoundry.org/localip v0.39.0
42+
# code.cloudfoundry.org/localip v0.40.0
4343
## explicit; go 1.23.0
4444
code.cloudfoundry.org/localip
4545
# code.cloudfoundry.org/locket v0.0.0-20230406154009-5e8522d975d2

0 commit comments

Comments
 (0)