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 d9d8412 #3198

Merged
merged 2 commits into from
Sep 11, 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.5.0
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20240910083107-f0c8b4024409
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20240910222156-d9d8412af857
code.cloudfoundry.org/tlsconfig v0.4.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 @@ -292,8 +292,8 @@ code.cloudfoundry.org/go-metric-registry v0.0.0-20240828184116-9710cd731bb8 h1:f
code.cloudfoundry.org/go-metric-registry v0.0.0-20240828184116-9710cd731bb8/go.mod h1:jYL1s2gRoRpXNZ77tPMsNgo3tzn8nVJ/OXDWEbQ7iJU=
code.cloudfoundry.org/lager/v3 v3.5.0 h1:6I00P+t0LlzVxZadPntz3dbrTNEzvWg5y9DFdFrEV54=
code.cloudfoundry.org/lager/v3 v3.5.0/go.mod h1:1wnCVjRSGEEelGLGVpIl4nXiNPDTaBaLyhQh1Yz5HX4=
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20240910083107-f0c8b4024409 h1:9xL8l0wlGpVTwWM+hE84p71E5IO8bj2uZ+WVx0JKIpk=
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20240910083107-f0c8b4024409/go.mod h1:ZYWzpYQtRGSnTPsY0+nFLuDe+heTuUzpgcBKxgc7kYA=
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20240910222156-d9d8412af857 h1:UyDNqObYpjMwWZjly8XtIZu7ip30VGudRUpoX9pdgAM=
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20240910222156-d9d8412af857/go.mod h1:ZYWzpYQtRGSnTPsY0+nFLuDe+heTuUzpgcBKxgc7kYA=
code.cloudfoundry.org/tlsconfig v0.4.0 h1:yPk995C/KPW7Ck57VqS6chJAKnzTdE/QnXjHLOrrFOw=
code.cloudfoundry.org/tlsconfig v0.4.0/go.mod h1:AUJ2Wk4VsDw+VDtu7/bK49hbgjy7gScv8ocPTDPKRhw=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
Expand Down
Loading