Skip to content

Commit 6928bb0

Browse files
Bump code.cloudfoundry.org/localip from 0.43.0 to 0.44.0 (#261)
Bumps [code.cloudfoundry.org/localip](https://github.com/cloudfoundry/localip) from 0.43.0 to 0.44.0. - [Release notes](https://github.com/cloudfoundry/localip/releases) - [Commits](cloudfoundry/localip@v0.43.0...v0.44.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/localip dependency-version: 0.44.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 9b1136f commit 6928bb0

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.42.0
88
code.cloudfoundry.org/debugserver v0.58.0
99
code.cloudfoundry.org/lager/v3 v3.41.0
10-
code.cloudfoundry.org/localip v0.43.0
10+
code.cloudfoundry.org/localip v0.44.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.41.0 h1:VCnZVVmFNTQgslxiY9UH363H4+jXZyredvFCino6kRA=
614614
code.cloudfoundry.org/lager/v3 v3.41.0/go.mod h1:T3TdJR+5s7mct3jChCxUV/ctAyeio4T3p10hP75BZaA=
615-
code.cloudfoundry.org/localip v0.43.0 h1:Ud9V5tgEuzwrb4BwAKfDa8XmhOpc7AZ2jK5BUDTjCBI=
616-
code.cloudfoundry.org/localip v0.43.0/go.mod h1:Mpk7Q/jwLhWaS80hham1cgCSV1I2kyYnkdYS791Oi9o=
615+
code.cloudfoundry.org/localip v0.44.0 h1:P2dBIQlrIV0erlDNDqTJ702d8vd3SGsE4JpaeT0VaeU=
616+
code.cloudfoundry.org/localip v0.44.0/go.mod h1:lnUw4d6HUliToBfHafSZWQP8QlaMteTPPeG8s9MFlUI=
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.43.0
42+
# code.cloudfoundry.org/localip v0.44.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)