Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update code.cloudfoundry.org/loggregator-agent-release/src digest to 8527993 #3248

Merged
merged 2 commits into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/autoscaler/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
code.cloudfoundry.org/go-log-cache/v3 v3.0.3
code.cloudfoundry.org/go-loggregator/v10 v10.0.1
code.cloudfoundry.org/lager/v3 v3.7.0
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20241001214715-0ef8d81e97b9
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20241003184855-852799305adb
code.cloudfoundry.org/tlsconfig v0.6.0
github.com/cenkalti/backoff/v4 v4.3.0
github.com/cloud-gov/go-cfenv v1.19.1
Expand Down
4 changes: 2 additions & 2 deletions src/autoscaler/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ code.cloudfoundry.org/go-metric-registry v0.0.0-20240924162441-23e55bf8b6be h1:4
code.cloudfoundry.org/go-metric-registry v0.0.0-20240924162441-23e55bf8b6be/go.mod h1:1HZDVeO8ym+CdBjc5hEa0+ybcSPd3Y+EnU9YLqFJZfw=
code.cloudfoundry.org/lager/v3 v3.7.0 h1:Ock99/CnBfKdrt7CK8R+MuJ3iwdfvt1a6oAfOglq37w=
code.cloudfoundry.org/lager/v3 v3.7.0/go.mod h1:mjCN1W7Jdy2PLFbSN/kX3NpR3wMi+JZfp3aFd2h3n+8=
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20241001214715-0ef8d81e97b9 h1:MO+iTKPF2s0d9QZwF7kCYdyvmNE6uoeAiCQFeNy+7Cg=
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20241001214715-0ef8d81e97b9/go.mod h1:HBiGG6xEyDit7pGbBEqSC2lKX1V50saGFdZ10rnYQB4=
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20241003184855-852799305adb h1:V0T56l0eMFHBjBQcbAtLtTF74EDmpK18pVGOVy+qsA0=
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20241003184855-852799305adb/go.mod h1:HBiGG6xEyDit7pGbBEqSC2lKX1V50saGFdZ10rnYQB4=
code.cloudfoundry.org/tlsconfig v0.6.0 h1:GPhvF8gBmweuEyBhKuQvTIV/Ce3N7z2mWpS5npQuejk=
code.cloudfoundry.org/tlsconfig v0.6.0/go.mod h1:jKhTjklPGH7pD9wLyUb0EmYmKgHGy7DMRgWOG4oFd34=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
Expand Down
Loading