Skip to content

Commit

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

index 04634776..8621a48c 100644
  • Loading branch information
tas-runtime-bot committed Aug 16, 2024
1 parent 4ae20fe commit 1933c0d
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 @@ -56,7 +56,7 @@ require (
)

require (
code.cloudfoundry.org/diego-logging-client v0.3.0 // indirect
code.cloudfoundry.org/diego-logging-client v0.4.0 // indirect
code.cloudfoundry.org/durationjson v0.1.0 // indirect
code.cloudfoundry.org/go-diodes v0.0.0-20240813203737-5032edb05ceb // 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.3.0 h1:0P9zWwt9eSCHYTFWSCT7FkX21x/dEDHKTlSbvJG80R
code.cloudfoundry.org/clock v1.3.0/go.mod h1:U4uytQbm9TLDZh+pwNaIKBINM1FIgHPQuH0IewhtNMk=
code.cloudfoundry.org/debugserver v0.2.0 h1:1cioXsMdjz/k4FpjxDAEVvv2WjHb0ZqsJqmYlNQWhH0=
code.cloudfoundry.org/debugserver v0.2.0/go.mod h1:GcI+09yodWsRou4wDQkOaEf0Fl48q9xXqdJpHmblNp0=
code.cloudfoundry.org/diego-logging-client v0.3.0 h1:/7jRzz8BBD4C7lkWUa8OWsKGPlmldpHUU2k6sQi5yos=
code.cloudfoundry.org/diego-logging-client v0.3.0/go.mod h1:qwmil9Bw+Z2xB2SdLFM3kruMIclhURWAqzItW9A8smo=
code.cloudfoundry.org/diego-logging-client v0.4.0 h1:NWuimWcE9dB9TRCqmIzIhTe4I+uuIeKQdL9fbF56Br8=
code.cloudfoundry.org/diego-logging-client v0.4.0/go.mod h1:XMdGA4zzMfyY2/qdwyWPS7xQDok1yGHzIHn78VdnEJY=
code.cloudfoundry.org/durationjson v0.1.0 h1:S/ylgLAwRdCgCff99p0w5J46Pcn5Nfs+mSj1hLEJ3G0=
code.cloudfoundry.org/durationjson v0.1.0/go.mod h1:3vKUTBFRGLvIVtat4aGSeVDoI/DWyAk4q8lRdCua0Z0=
code.cloudfoundry.org/filelock v0.1.0 h1:RNX90wQiHTy6gbBz5dYWd3fBkcN3luqew94AogwkR8Y=
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 @@ -28,7 +28,7 @@ code.cloudfoundry.org/clock/fakeclock
# code.cloudfoundry.org/debugserver v0.2.0
## explicit; go 1.19
code.cloudfoundry.org/debugserver
# code.cloudfoundry.org/diego-logging-client v0.3.0
# code.cloudfoundry.org/diego-logging-client v0.4.0
## explicit; go 1.22
code.cloudfoundry.org/diego-logging-client
# code.cloudfoundry.org/durationjson v0.1.0
Expand Down

0 comments on commit 1933c0d

Please sign in to comment.