Skip to content

Commit

Permalink
Bump code.cloudfoundry.org/go-loggregator/v10 from 10.0.0 to 10.0.1
Browse files Browse the repository at this point in the history
Bumps [code.cloudfoundry.org/go-loggregator/v10](https://github.com/cloudfoundry/go-loggregator) from 10.0.0 to 10.0.1.
- [Release notes](https://github.com/cloudfoundry/go-loggregator/releases)
- [Commits](cloudfoundry/go-loggregator@v10.0.0...v10.0.1)

---
updated-dependencies:
- dependency-name: code.cloudfoundry.org/go-loggregator/v10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ctlong committed Sep 6, 2024
1 parent dbc8983 commit dfc275b
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.22.0
require (
code.cloudfoundry.org/cli v7.1.0+incompatible
code.cloudfoundry.org/go-log-cache/v3 v3.0.2
code.cloudfoundry.org/go-loggregator/v10 v10.0.0
code.cloudfoundry.org/go-loggregator/v10 v10.0.1
github.com/blang/semver/v4 v4.0.0
github.com/jessevdk/go-flags v1.6.1
github.com/onsi/ginkgo/v2 v2.20.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ code.cloudfoundry.org/cli v7.1.0+incompatible h1:1Zn3I+epQBaBvnZAaTudCQQ0WdqcWtj
code.cloudfoundry.org/cli v7.1.0+incompatible/go.mod h1:e4d+EpbwevNhyTZKybrLlyTvpH+W22vMsmdmcTxs/Fo=
code.cloudfoundry.org/go-log-cache/v3 v3.0.2 h1:Q7BHLirIOWAFHWbj+c0zq2GwYHgPIhpOX35RhEHO38U=
code.cloudfoundry.org/go-log-cache/v3 v3.0.2/go.mod h1:ntigKvvHuM5jLBJDMk7U1Jzd3lCwiq2itCsSVqGmNPY=
code.cloudfoundry.org/go-loggregator/v10 v10.0.0 h1:7tSJp4QFh8064jp13zNGoKoIuu8a2GhoGkr53nr9uu0=
code.cloudfoundry.org/go-loggregator/v10 v10.0.0/go.mod h1:gRbT/3OQzBaXtII0vMmCVnF52B0Fvz9XZcCXUrcXpkg=
code.cloudfoundry.org/go-loggregator/v10 v10.0.1 h1:rivqd/B1gjA9ihA4p6K5EijRSyv0cUjfvrp9hMkQ4Ys=
code.cloudfoundry.org/go-loggregator/v10 v10.0.1/go.mod h1:DKE0kBqMXWqAzd8CMl5CAbRFUpWGBWPpmOyY4znP6ts=
github.com/blang/semver/v4 v4.0.0 h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=
github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ=
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ code.cloudfoundry.org/cli/plugin/models
code.cloudfoundry.org/go-log-cache/v3
code.cloudfoundry.org/go-log-cache/v3/internal
code.cloudfoundry.org/go-log-cache/v3/rpc/logcache_v1
# code.cloudfoundry.org/go-loggregator/v10 v10.0.0
# code.cloudfoundry.org/go-loggregator/v10 v10.0.1
## explicit; go 1.21
code.cloudfoundry.org/go-loggregator/v10/rpc/loggregator_v2
# github.com/blang/semver/v4 v4.0.0
Expand Down

0 comments on commit dfc275b

Please sign in to comment.