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 2, 2024
1 parent 37c0143 commit a8d00e4
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.3.0
code.cloudfoundry.org/loggregator-agent-release/src 6c97f6f59772
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20240902083224-6c97f6f59772
code.cloudfoundry.org/tlsconfig v0.2.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 @@ -606,8 +606,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.3.0 h1:adWGo2aBLpHVfUG+3D2FQ4B6Mf2Bcz47KITbn8V4b0k=
code.cloudfoundry.org/lager/v3 v3.3.0/go.mod h1:k/AYgZTVrwQaneNfQ2EwnZxUb9iUFE7i6AJ3KVOtAdE=
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20240830083115-70cac7224463 h1:j2xyI/nx+9vwSqqOb7Wpif7Kofxwga1Q2vgDTwUVISw=
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20240830083115-70cac7224463/go.mod h1:LP1VrJ3A3Pnf1AA3ydWNcDdnzudj4D+wHXXMpUOTROY=
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20240902083224-6c97f6f59772 h1:gAMExeDVbUoFlccLawWbp6HXo8piaXDjUcw4Djn1lcI=
code.cloudfoundry.org/loggregator-agent-release/src v0.0.0-20240902083224-6c97f6f59772/go.mod h1:CJzOpWBIh6XbxpyXgUNLqsXYKpKC0Qz4/2X8rzsgpZ8=
code.cloudfoundry.org/tlsconfig v0.2.0 h1:OPmMIduZVg1AE6m7V+CrULybZMeEWLPXxkKAc0RYLlU=
code.cloudfoundry.org/tlsconfig v0.2.0/go.mod h1:7soG27nMBzgrlYo6FuVCVxCjdMmVUBgdKLmtjrMFBrg=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
Expand Down

0 comments on commit a8d00e4

Please sign in to comment.