Skip to content

Commit ab83085

Browse files
dependabot[bot]chombium
authored andcommitted
build(deps): bump code.cloudfoundry.org/go-log-cache/v3
Bumps [code.cloudfoundry.org/go-log-cache/v3](https://github.com/cloudfoundry/go-log-cache) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/cloudfoundry/go-log-cache/releases) - [Commits](cloudfoundry/go-log-cache@v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/go-log-cache/v3 dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a1cdc13 commit ab83085

File tree

4 files changed

+24
-6
lines changed

4 files changed

+24
-6
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ toolchain go1.24.1
55

66
require (
77
code.cloudfoundry.org/cli v7.1.0+incompatible
8-
code.cloudfoundry.org/go-log-cache/v3 v3.1.0
8+
code.cloudfoundry.org/go-log-cache/v3 v3.1.1
99
code.cloudfoundry.org/go-loggregator/v10 v10.2.0
1010
github.com/blang/semver/v4 v4.0.0
1111
github.com/jessevdk/go-flags v1.6.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
code.cloudfoundry.org/cli v7.1.0+incompatible h1:1Zn3I+epQBaBvnZAaTudCQQ0WdqcWtjtjEV9MBZP08Y=
22
code.cloudfoundry.org/cli v7.1.0+incompatible/go.mod h1:e4d+EpbwevNhyTZKybrLlyTvpH+W22vMsmdmcTxs/Fo=
3-
code.cloudfoundry.org/go-log-cache/v3 v3.1.0 h1:/7Fn9ID9wCzLSbqaw6JBJbVo5481xn7L/gI/ysZAaBE=
4-
code.cloudfoundry.org/go-log-cache/v3 v3.1.0/go.mod h1:3kRhDyPZhjBUxUFT0ysMM8Sh27ZtKaPuKzI5x9AmmuE=
3+
code.cloudfoundry.org/go-log-cache/v3 v3.1.1 h1:1DL5Ifs7WNIQBuMWUDac0f5IMGoP99gHXjxHLthzXq8=
4+
code.cloudfoundry.org/go-log-cache/v3 v3.1.1/go.mod h1:ofLDRs05U5ER8jt4lzRZbaK+CRQc5cKNc79M0E9mdCI=
55
code.cloudfoundry.org/go-loggregator/v10 v10.2.0 h1:0vUdIKvZb+eDoZ06xy/L0R0KIK9qH4S8CTmIqjylZEE=
66
code.cloudfoundry.org/go-loggregator/v10 v10.2.0/go.mod h1:5rfrVz/L3CLsWeKqXFcgfZLTvAhyL8ZR0bRquHfT4RM=
77
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=

vendor/code.cloudfoundry.org/go-log-cache/v3/.golangci.yml

Lines changed: 20 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## explicit
33
code.cloudfoundry.org/cli/plugin
44
code.cloudfoundry.org/cli/plugin/models
5-
# code.cloudfoundry.org/go-log-cache/v3 v3.1.0
5+
# code.cloudfoundry.org/go-log-cache/v3 v3.1.1
66
## explicit; go 1.23.0
77
code.cloudfoundry.org/go-log-cache/v3
88
code.cloudfoundry.org/go-log-cache/v3/internal

0 commit comments

Comments
 (0)