Skip to content

Commit f5d5e72

Browse files
Bump code.cloudfoundry.org/debugserver from 0.78.0 to 0.79.0 (#349)
--- updated-dependencies: - dependency-name: code.cloudfoundry.org/debugserver dependency-version: 0.79.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d791311 commit f5d5e72

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.9
55
require (
66
code.cloudfoundry.org/bbs v0.0.0-20251029140956-4e01df8b0ac1
77
code.cloudfoundry.org/clock v1.56.0
8-
code.cloudfoundry.org/debugserver v0.78.0
8+
code.cloudfoundry.org/debugserver v0.79.0
99
code.cloudfoundry.org/diego-logging-client v0.83.0
1010
code.cloudfoundry.org/lager/v3 v3.56.0
1111
code.cloudfoundry.org/localip v0.58.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,8 +598,8 @@ code.cloudfoundry.org/cfhttp/v2 v2.0.1-0.20210513172332-4c5ee488a657 h1:8rnhkeAe
598598
code.cloudfoundry.org/cfhttp/v2 v2.0.1-0.20210513172332-4c5ee488a657/go.mod h1:Fwt0o/haXfwgOHMom4AM96pXCVw9EAiIcSsPb8hWK9s=
599599
code.cloudfoundry.org/clock v1.56.0 h1:SWxGzcE/LDxJhzuxVkC4b6QK72dqdJ37jNLYnyVTXJE=
600600
code.cloudfoundry.org/clock v1.56.0/go.mod h1:4lg9w9YLHdXIJU2egvu413T/gJGf2F0AqcV17fq+2Qo=
601-
code.cloudfoundry.org/debugserver v0.78.0 h1:HQ8KTWq6gW10YElYTWc4WdiDqZKRP2qNN/abKrC4Efg=
602-
code.cloudfoundry.org/debugserver v0.78.0/go.mod h1:cC4wWQ3SL0e27ZQTTMBczw+WW7KKz3baYKNwyGQe8UM=
601+
code.cloudfoundry.org/debugserver v0.79.0 h1:xnkzRFAHYi9B76fI2LKiUIDrivYAS5z9s0oOCRUn0Mw=
602+
code.cloudfoundry.org/debugserver v0.79.0/go.mod h1:/OAG4sbXS2I6t5OjcnZ1plY6K9tIpJn1v5mifBcSuzI=
603603
code.cloudfoundry.org/diego-logging-client v0.83.0 h1:f9I6FO8H4bVQQ4Vk9S5J3wcRyR7MMhzLx8MRDZw/gAM=
604604
code.cloudfoundry.org/diego-logging-client v0.83.0/go.mod h1:SXnh+JGyeGNcA1lVgALLz9oqoFl5RAfMm9zrMBHgQmw=
605605
code.cloudfoundry.org/durationjson v0.0.0-20200131001738-04c274cd71ed h1:hSvlHcyx91CyefH4h8og5Xrz2gK0KSRbqPcvRXXwho8=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ code.cloudfoundry.org/cfhttp/v2
1515
# code.cloudfoundry.org/clock v1.56.0
1616
## explicit; go 1.24.9
1717
code.cloudfoundry.org/clock
18-
# code.cloudfoundry.org/debugserver v0.78.0
18+
# code.cloudfoundry.org/debugserver v0.79.0
1919
## explicit; go 1.24.9
2020
code.cloudfoundry.org/debugserver
2121
# code.cloudfoundry.org/diego-logging-client v0.83.0

0 commit comments

Comments
 (0)