Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
code.cloudfoundry.org/bbs v0.0.0-20251029140956-4e01df8b0ac1
code.cloudfoundry.org/clock v1.56.0
code.cloudfoundry.org/debugserver v0.80.0
code.cloudfoundry.org/diego-logging-client v0.85.0
code.cloudfoundry.org/diego-logging-client v0.86.0
code.cloudfoundry.org/lager/v3 v3.56.0
code.cloudfoundry.org/localip v0.59.0
code.cloudfoundry.org/locket v0.0.0-20251028190928-8f3817b47d6f
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -600,8 +600,8 @@ code.cloudfoundry.org/clock v1.56.0 h1:SWxGzcE/LDxJhzuxVkC4b6QK72dqdJ37jNLYnyVTX
code.cloudfoundry.org/clock v1.56.0/go.mod h1:4lg9w9YLHdXIJU2egvu413T/gJGf2F0AqcV17fq+2Qo=
code.cloudfoundry.org/debugserver v0.80.0 h1:1usukVKEE8pvuMdR5cWPQTENtm9jPdfWV7RyiIlwQ+s=
code.cloudfoundry.org/debugserver v0.80.0/go.mod h1:Uc/VwZNrTyPFZehlA/Cojm+IkZorKqIrU1HBDej2TUg=
code.cloudfoundry.org/diego-logging-client v0.85.0 h1:rub5v/KjIUsj1LS8QsSsWaGVsiGl8M/LtS/FCA1hbCI=
code.cloudfoundry.org/diego-logging-client v0.85.0/go.mod h1:ZK8MBCkoBi4DgYkz0eG40ebjCixvAGHZNCRvaA2/+Q4=
code.cloudfoundry.org/diego-logging-client v0.86.0 h1:m2m91QU8QJtD7s4s3T/K4tZAkREp2x0JSAf6zFn19Gs=
code.cloudfoundry.org/diego-logging-client v0.86.0/go.mod h1:7yu58pb7tzG4lfXKVLYvt0xP21LbjdRMLhq4js70Qx8=
code.cloudfoundry.org/durationjson v0.0.0-20200131001738-04c274cd71ed h1:hSvlHcyx91CyefH4h8og5Xrz2gK0KSRbqPcvRXXwho8=
code.cloudfoundry.org/durationjson v0.0.0-20200131001738-04c274cd71ed/go.mod h1:uR0bLsCAMy6IeJVZDs/pD+jKZ2+hBt2hKnX4DzLQs5A=
code.cloudfoundry.org/go-diodes v0.0.0-20251217145408-467f62baff7d h1:2ZPTo8HDN5rIdr38c3avggQB0C86mXojAPg7rTw4lWQ=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ code.cloudfoundry.org/clock
# code.cloudfoundry.org/debugserver v0.80.0
## explicit; go 1.24.9
code.cloudfoundry.org/debugserver
# code.cloudfoundry.org/diego-logging-client v0.85.0
# code.cloudfoundry.org/diego-logging-client v0.86.0
## explicit; go 1.24.9
code.cloudfoundry.org/diego-logging-client
code.cloudfoundry.org/diego-logging-client/testhelpers
Expand Down