Skip to content

Commit

Permalink
Bump code.cloudfoundry.org/go-loggregator/v9 from 9.0.3 to 9.0.4 in /src
Browse files Browse the repository at this point in the history
Bumps code.cloudfoundry.org/go-loggregator/v9 from 9.0.3 to 9.0.4.

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and acrmp committed Feb 28, 2023
1 parent 214fedd commit 45973ce
Show file tree
Hide file tree
Showing 10 changed files with 35 additions and 31 deletions.
4 changes: 2 additions & 2 deletions 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-20220725190411-383eb6634c40
code.cloudfoundry.org/go-envstruct v1.6.0
code.cloudfoundry.org/go-log-cache v1.0.1-0.20220808235537-54ad6006c0c4
code.cloudfoundry.org/go-loggregator/v9 v9.0.3
code.cloudfoundry.org/go-loggregator/v9 v9.0.4
code.cloudfoundry.org/go-metric-registry v0.0.0-20220808220447-ed25a653652e
code.cloudfoundry.org/go-pubsub v0.0.0-20180503211407-becd51dc37cb
code.cloudfoundry.org/tlsconfig v0.0.0-20220621140725-0e6fbd869921
Expand Down Expand Up @@ -41,7 +41,7 @@ require (
github.com/mailru/easyjson v0.7.7 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
github.com/nxadm/tail v1.4.8 // indirect
github.com/onsi/ginkgo/v2 v2.8.1 // indirect
github.com/onsi/ginkgo/v2 v2.8.3 // indirect
github.com/poy/onpar v0.0.0-20190519213022-ee068f8ea4d1 // indirect; pinned
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.37.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions src/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ code.cloudfoundry.org/go-envstruct v1.6.0/go.mod h1:d36KAtkHU9KBkz1yvLM3oRoWTvZ2
code.cloudfoundry.org/go-log-cache v1.0.1-0.20220808235537-54ad6006c0c4 h1:uN2F6PhYaGHp5oIGMNr2wKT4/3b2O9F7vtDBCJUZTtk=
code.cloudfoundry.org/go-log-cache v1.0.1-0.20220808235537-54ad6006c0c4/go.mod h1:DZwiPUhJM9YYKuMMU4GPAKASn7Lviu6Jydm0/rwKLRU=
code.cloudfoundry.org/go-loggregator/v9 v9.0.2/go.mod h1:ZkXKbmi4Z7Ot7TS698AFNPCvMbTMPbWI3KPAcgk4sL0=
code.cloudfoundry.org/go-loggregator/v9 v9.0.3 h1:+rxFxl+qFN42oVGzh5uhnQRkyMt3H6dPsM9YCrfmpQw=
code.cloudfoundry.org/go-loggregator/v9 v9.0.3/go.mod h1:M3KaLTzcbSuXf9xRjFk4nexDK2h8/NDsQ+nzh+45cfk=
code.cloudfoundry.org/go-loggregator/v9 v9.0.4 h1:Pg0kMK2sLeDxbynUiskSfHrWzizxrI4KNpPIuGToyj0=
code.cloudfoundry.org/go-loggregator/v9 v9.0.4/go.mod h1:caSKhG0LCIDEdvDiyzXTg9SK4e/DW6yJPCpSMcIaqx8=
code.cloudfoundry.org/go-metric-registry v0.0.0-20220808220447-ed25a653652e h1:lNuxgT/aoyFLY4xBdnERX6EVYEcYBEBnAXUFPPX07VI=
code.cloudfoundry.org/go-metric-registry v0.0.0-20220808220447-ed25a653652e/go.mod h1:3WwZYDs6xhcHy9oADkk2Zp/ODT9oA+EiaeFLuBOentw=
code.cloudfoundry.org/go-pubsub v0.0.0-20180503211407-becd51dc37cb h1:N9iWwP+UaQWj0GB53fIEZTD/qK/0EoJjfIS+YUiRU5I=
Expand Down Expand Up @@ -302,8 +302,8 @@ github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE=
github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU=
github.com/onsi/ginkgo/v2 v2.1.3/go.mod h1:vw5CSIxN1JObi/U8gcbwft7ZxR2dgaR70JSE3/PpL4c=
github.com/onsi/ginkgo/v2 v2.1.4/go.mod h1:um6tUpWM/cxCK3/FK8BXqEiUMUwRgSM4JXG47RKZmLU=
github.com/onsi/ginkgo/v2 v2.8.1 h1:xFTEVwOFa1D/Ty24Ws1npBWkDYEV9BqZrsDxVrVkrrU=
github.com/onsi/ginkgo/v2 v2.8.1/go.mod h1:N1/NbDngAFcSLdyZ+/aYTYGSlq9qMCS/cNKGJjy+csc=
github.com/onsi/ginkgo/v2 v2.8.3 h1:RpbK1G8nWPNaCVFBWsOGnEQQGgASi6b8fxcWBvDYjxQ=
github.com/onsi/ginkgo/v2 v2.8.3/go.mod h1:6OaUA8BCi0aZfmzYT/q9AacwTzDpNbxILUT+TlBq6MY=
github.com/onsi/gomega v1.5.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY=
github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo=
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.

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/github.com/onsi/ginkgo/v2/types/version.go

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

4 changes: 2 additions & 2 deletions 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.3
# code.cloudfoundry.org/go-loggregator/v9 v9.0.4
## explicit; go 1.18
code.cloudfoundry.org/go-loggregator/v9/conversion
code.cloudfoundry.org/go-loggregator/v9/rpc/loggregator_v2
Expand Down Expand Up @@ -143,7 +143,7 @@ github.com/onsi/ginkgo/reporters/stenographer
github.com/onsi/ginkgo/reporters/stenographer/support/go-colorable
github.com/onsi/ginkgo/reporters/stenographer/support/go-isatty
github.com/onsi/ginkgo/types
# github.com/onsi/ginkgo/v2 v2.8.1
# github.com/onsi/ginkgo/v2 v2.8.3
## explicit; go 1.18
github.com/onsi/ginkgo/v2/config
github.com/onsi/ginkgo/v2/formatter
Expand Down

0 comments on commit 45973ce

Please sign in to comment.