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 0f9cd5a #2984

Merged
Changes from 1 commit
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/v2 v2.0.7
code.cloudfoundry.org/go-loggregator/v9 v9.2.1
code.cloudfoundry.org/lager/v3 v3.0.3
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20240603070048-a90160e28495
code.cloudfoundry.org/loggregator-agent-release/src 0f9cd5af6618
code.cloudfoundry.org/tlsconfig v0.0.0-20240530171334-2593348de0c6
dario.cat/mergo v1.0.0
github.com/cenkalti/backoff/v4 v4.3.0
Expand Down
Loading