Skip to content

Commit

Permalink
fix(deps): update code.cloudfoundry.org/tlsconfig digest to 4b874b3 (#…
Browse files Browse the repository at this point in the history
…2730)

* fix(deps): update code.cloudfoundry.org/tlsconfig digest to 4b874b3

* 🤖🦾🛠️ go mod tidy & make package-specs

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 11, 2024
1 parent 62b9aa7 commit ee55cd2
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/v2 v2.0.7
code.cloudfoundry.org/go-loggregator/v9 v9.2.0
code.cloudfoundry.org/lager/v3 v3.0.3
code.cloudfoundry.org/tlsconfig v0.0.0-20240301143844-95036809ae27
code.cloudfoundry.org/tlsconfig v0.0.0-20240308143921-4b874b341ed6
dario.cat/mergo v1.0.0
github.com/cenkalti/backoff/v4 v4.2.1
github.com/go-chi/chi/v5 v5.0.12
Expand Down
4 changes: 2 additions & 2 deletions src/autoscaler/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -604,8 +604,8 @@ code.cloudfoundry.org/go-loggregator/v9 v9.2.0 h1:YNVD654RhMWzG195DZm0gNnrWAJJhE
code.cloudfoundry.org/go-loggregator/v9 v9.2.0/go.mod h1:AP7PmrWSpyC9ltOQHcwF16BVkAVXS96i8+8gwI4lXRY=
code.cloudfoundry.org/lager/v3 v3.0.3 h1:/UTmadZfIaKuT/whEinSxK1mzRfNu1uPfvjFfGqiwzM=
code.cloudfoundry.org/lager/v3 v3.0.3/go.mod h1:Zn5q1SrIuuHjEUE7xerMKt3ztunrJQCZETAo7rV0CH8=
code.cloudfoundry.org/tlsconfig v0.0.0-20240301143844-95036809ae27 h1:JBXvmlM2LxD7JliSaJJKauJyRH4Rqqkf0gm9cUr01jg=
code.cloudfoundry.org/tlsconfig v0.0.0-20240301143844-95036809ae27/go.mod h1:H6duQRLhZB0UEBVa1a9UJayTAYj0fF5K6pyjZu1pCTw=
code.cloudfoundry.org/tlsconfig v0.0.0-20240308143921-4b874b341ed6 h1:1ST1gDGrIBPt3Tuhx1tfxVxK5UQq7p6sqgdHBIeuSwM=
code.cloudfoundry.org/tlsconfig v0.0.0-20240308143921-4b874b341ed6/go.mod h1:F7K0dpcWQmW1Z0+4at/mDMg1OF89sJJmVMfo/EZR3iI=
dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU=
Expand Down

0 comments on commit ee55cd2

Please sign in to comment.