Skip to content

Commit

Permalink
Update go.mod dependencies
Browse files Browse the repository at this point in the history
--------

index 96b57388..3eea0c19 100644
  • Loading branch information
tas-runtime-bot committed Aug 12, 2024
1 parent 618a2fa commit 13b4f67
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/code.cloudfoundry.org/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ require (
)

require (
code.cloudfoundry.org/diego-logging-client v0.0.0-20240809182614-9f67e858b86a // indirect
code.cloudfoundry.org/diego-logging-client v0.0.0-20240812182854-b799b0fa092b // indirect
code.cloudfoundry.org/durationjson v0.0.0-20240808182444-caf3082751ed // indirect
code.cloudfoundry.org/go-diodes v0.0.0-20240807231455-f9cf434a8c3e // indirect
code.cloudfoundry.org/go-loggregator/v9 v9.2.1 // indirect
Expand Down
4 changes: 2 additions & 2 deletions src/code.cloudfoundry.org/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -600,8 +600,8 @@ code.cloudfoundry.org/clock v1.2.0 h1:1swXS7yPmQmhAdkTb1nJ2c0geOdf4LvibUleNCo2Hj
code.cloudfoundry.org/clock v1.2.0/go.mod h1:foDbmVp5RIuIGlota90ot4FkJtx5m4+oKoWiVuu2FDg=
code.cloudfoundry.org/debugserver v0.0.0-20240808182508-aa80400f8069 h1:mbDzmut3VRPC9WUqSR1baPOGDbUBG/vVCV7c+T61C5A=
code.cloudfoundry.org/debugserver v0.0.0-20240808182508-aa80400f8069/go.mod h1:V1CobqC/CqLPANjWmXykqq4AIkApSQQQsPjSvAEogmE=
code.cloudfoundry.org/diego-logging-client v0.0.0-20240809182614-9f67e858b86a h1:YXMTPxxpEffkSfQhM8ahH1cOE5q2ZhTM5XZSDZ95siU=
code.cloudfoundry.org/diego-logging-client v0.0.0-20240809182614-9f67e858b86a/go.mod h1:tY2+JCaUxa1gGbXTmElgMBp59HLOhumNXe7l4ScsRt4=
code.cloudfoundry.org/diego-logging-client v0.0.0-20240812182854-b799b0fa092b h1:ujwRGLsDD3PkMsM5tC040btfn+MGBXlOkIplVibNC4U=
code.cloudfoundry.org/diego-logging-client v0.0.0-20240812182854-b799b0fa092b/go.mod h1:ytUz1tXcC4fjKUmWSj/eZQ46XQahvnl8wvfFWBo6BUg=
code.cloudfoundry.org/durationjson v0.0.0-20240808182444-caf3082751ed h1:6TuJOdkikKC+AZJwbNyiU9xSP5M2VW8RSmgCSfwAe0s=
code.cloudfoundry.org/durationjson v0.0.0-20240808182444-caf3082751ed/go.mod h1:3vKUTBFRGLvIVtat4aGSeVDoI/DWyAk4q8lRdCua0Z0=
code.cloudfoundry.org/eventhub v0.0.0-20240808182443-e0d0d76994a7 h1:anlWlMMHrXv5ZlU6RY0lP+F4oCGUKH9lcj6nIHhNrjU=
Expand Down
2 changes: 1 addition & 1 deletion src/code.cloudfoundry.org/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ code.cloudfoundry.org/clock/fakeclock
# code.cloudfoundry.org/debugserver v0.0.0-20240808182508-aa80400f8069
## explicit; go 1.19
code.cloudfoundry.org/debugserver
# code.cloudfoundry.org/diego-logging-client v0.0.0-20240809182614-9f67e858b86a
# code.cloudfoundry.org/diego-logging-client v0.0.0-20240812182854-b799b0fa092b
## explicit; go 1.22
code.cloudfoundry.org/diego-logging-client
# code.cloudfoundry.org/durationjson v0.0.0-20240808182444-caf3082751ed
Expand Down

0 comments on commit 13b4f67

Please sign in to comment.