Skip to content

Commit

Permalink
Bump code.cloudfoundry.org/go-loggregator/v9 from 9.0.7 to 9.0.8 in /src
Browse files Browse the repository at this point in the history
Bumps [code.cloudfoundry.org/go-loggregator/v9](https://github.com/cloudfoundry/go-loggregator) from 9.0.7 to 9.0.8.
- [Release notes](https://github.com/cloudfoundry/go-loggregator/releases)
- [Commits](cloudfoundry/go-loggregator@v9.0.7...v9.0.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rroberts2222 committed Sep 27, 2023
1 parent ee453a2 commit e1472f5
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 20 deletions.
2 changes: 1 addition & 1 deletion src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
code.cloudfoundry.org/go-diodes v0.0.0-20221017175818-728392b37655
code.cloudfoundry.org/go-envstruct v1.6.0
code.cloudfoundry.org/go-log-cache v1.0.1-0.20221018060643-5866ce9a4570
code.cloudfoundry.org/go-loggregator/v9 v9.0.7
code.cloudfoundry.org/go-loggregator/v9 v9.0.8
code.cloudfoundry.org/go-metric-registry v0.0.0-20220408214155-d9c3faa1e9e3
code.cloudfoundry.org/tlsconfig v0.0.0-20220621140725-0e6fbd869921
github.com/Benjamintf1/unmarshalledmatchers v0.0.0-20190408201839-bb1c1f34eaea
Expand Down
4 changes: 2 additions & 2 deletions src/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ code.cloudfoundry.org/go-envstruct v1.6.0 h1:n3ReWhxIb8T8Pedu2ONAtWZxHmytPl9MmLf
code.cloudfoundry.org/go-envstruct v1.6.0/go.mod h1:d36KAtkHU9KBkz1yvLM3oRoWTvZ2ipSPchQ2BX/p0pk=
code.cloudfoundry.org/go-log-cache v1.0.1-0.20221018060643-5866ce9a4570 h1:7l5S7Ejsl34WYg2TdPhSc6DQXARIGyj++dG/fXsCFAQ=
code.cloudfoundry.org/go-log-cache v1.0.1-0.20221018060643-5866ce9a4570/go.mod h1:hlcJPHc1Bq3ygyYRytWFJTKmbIO5hgid3v4HEUF5Gak=
code.cloudfoundry.org/go-loggregator/v9 v9.0.7 h1:vM351mliuq6Olxarar6BYFqVPYR8D5SmomD2SZA9fUY=
code.cloudfoundry.org/go-loggregator/v9 v9.0.7/go.mod h1:THyXb1L629OSRLh73ER7SwaRV1OPmWgh0TFgmTsgJMk=
code.cloudfoundry.org/go-loggregator/v9 v9.0.8 h1:Ntt6dubOuV2Rk2Yw0C2OOvaGjZNWSKJoWM72ihTaPo4=
code.cloudfoundry.org/go-loggregator/v9 v9.0.8/go.mod h1:+U07+rozDh39Wd0MmS5Bd9mn/gOwg8NLqv3gnxRvuHI=
code.cloudfoundry.org/go-metric-registry v0.0.0-20220408214155-d9c3faa1e9e3 h1:zA9jf3tXGc0eSLqaOL1gvRZDBQg4U7r4wJQF6KtCtWY=
code.cloudfoundry.org/go-metric-registry v0.0.0-20220408214155-d9c3faa1e9e3/go.mod h1:3SnTkcKdl8WhBG/4HaTaPYbL9vSn9v/GTWSlCUDs3OA=
code.cloudfoundry.org/tlsconfig v0.0.0-20220621140725-0e6fbd869921 h1:1PLAuQR56K2pw0lnlcXe+37uOaGg939W1Lqv8wxYpu4=
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ code.cloudfoundry.org/go-envstruct
code.cloudfoundry.org/go-log-cache
code.cloudfoundry.org/go-log-cache/internal
code.cloudfoundry.org/go-log-cache/rpc/logcache_v1
# code.cloudfoundry.org/go-loggregator/v9 v9.0.7
# code.cloudfoundry.org/go-loggregator/v9 v9.0.8
## explicit; go 1.18
code.cloudfoundry.org/go-loggregator/v9
code.cloudfoundry.org/go-loggregator/v9/rpc/loggregator_v2
Expand Down

0 comments on commit e1472f5

Please sign in to comment.