Skip to content

Commit

Permalink
🤖🦾🛠️ go mod tidy & make package-specs
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 7, 2024
1 parent 9776e65 commit a21e1ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.16.0
code.cloudfoundry.org/loggregator-agent-release/src 07c0344fb64a
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20241205233831-07c0344fb64a
code.cloudfoundry.org/tlsconfig v0.10.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 @@ -297,8 +297,8 @@ code.cloudfoundry.org/go-metric-registry v0.0.0-20241125210533-4270b99b04f2 h1:w
code.cloudfoundry.org/go-metric-registry v0.0.0-20241125210533-4270b99b04f2/go.mod h1:p+Hdz8bhE7yQpg1mge8dwUOvYG280v+/wMx5BjVCxz4=
code.cloudfoundry.org/lager/v3 v3.16.0 h1:v7LnlPN+6tiLmE4qHLP4FHRwywRoG3cNE43vIS35O2E=
code.cloudfoundry.org/lager/v3 v3.16.0/go.mod h1:BBAP7NdUAZLLhJhcbjFWX4w4uNpDWgSMMAPc6lX/wT0=
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20241202093452-723f8157d553 h1:8xvY4hNDdCTAZpyXQD0zioKVvJkyEcAYN/KQZlzvv/A=
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20241202093452-723f8157d553/go.mod h1:s559vdLs4idH6ue3UJ0X/hXpALMma7FlFPn44On3Des=
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20241205233831-07c0344fb64a h1:UMp/lyCVIqXAQwpEDsjaewHnfOz2V0Ek+GwCVy9T8E4=
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20241205233831-07c0344fb64a/go.mod h1:s559vdLs4idH6ue3UJ0X/hXpALMma7FlFPn44On3Des=
code.cloudfoundry.org/tlsconfig v0.10.0 h1:IGbLsOfQmzjI1o5bcGtsTwsZl/Qoz/n5/NkBK68Lk1I=
code.cloudfoundry.org/tlsconfig v0.10.0/go.mod h1:Rz8UI6zoOnB9UFxYfPpZhAsl2hDsmjmVW9SGmUhsDSk=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
Expand Down

0 comments on commit a21e1ce

Please sign in to comment.