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 Sep 24, 2024
1 parent 84f1d9f commit c30bb4d
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.6.0
code.cloudfoundry.org/loggregator-agent-release/src 43d741a3be1f
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20240923083236-43d741a3be1f
code.cloudfoundry.org/tlsconfig v0.5.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-20240911230103-8810864fa5d2 h1:W
code.cloudfoundry.org/go-metric-registry v0.0.0-20240911230103-8810864fa5d2/go.mod h1:dcrSGyc9oIIjD6dkcNBOmOcvxTLaXNmdpHhSi9MsXbo=
code.cloudfoundry.org/lager/v3 v3.6.0 h1:7SRXrt8N/QzR36yU45wd+oD1dAGhkNE3CrO+9wb6OJs=
code.cloudfoundry.org/lager/v3 v3.6.0/go.mod h1:gVXmBdSINVyV5bzwY8YOUO7ELszPIHzqCrUA3PcMy2Y=
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20240912083220-67f948271078 h1:xrgGI1K4HFaLBR48JJ3msMMOxEIhIoHB1R0TQQhzg6Y=
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20240912083220-67f948271078/go.mod h1:Z0k7r5C30giX3jbx1rfCKTKMenfX3kEPtjYJ9KjWL9U=
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20240923083236-43d741a3be1f h1:t8jEMJxL0m8oLGtjlKNP3aZOgHlRZIBHUXKB2EhuuOo=
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20240923083236-43d741a3be1f/go.mod h1:1QDpHnxHuYc/XZRAvRScPBlTPVvtiX/zcQi8wCCK0O0=
code.cloudfoundry.org/tlsconfig v0.5.0 h1:wkdwdVPMPUowUyR4jzl7EttWD6j3Y8uQKcc2VxBh+Nk=
code.cloudfoundry.org/tlsconfig v0.5.0/go.mod h1:hwoQOMSbbpu1doDFFDK8h5EpM/cWREyWMXEo0H1MFeA=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
Expand Down

0 comments on commit c30bb4d

Please sign in to comment.