From 08ae8be08c4cd62c131a7eb57f65bde55f6f073d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 04:16:08 +0000 Subject: [PATCH] Bump code.cloudfoundry.org/debugserver from 0.104.0 to 0.105.0 Bumps [code.cloudfoundry.org/debugserver](https://github.com/cloudfoundry/debugserver) from 0.104.0 to 0.105.0. - [Release notes](https://github.com/cloudfoundry/debugserver/releases) - [Commits](https://github.com/cloudfoundry/debugserver/compare/v0.104.0...v0.105.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/debugserver dependency-version: 0.105.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- vendor/modules.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/go.mod b/go.mod index 6c357777..37d387cd 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.25.8 require ( code.cloudfoundry.org/cfhttp/v2 v2.85.0 - code.cloudfoundry.org/debugserver v0.104.0 + code.cloudfoundry.org/debugserver v0.105.0 code.cloudfoundry.org/lager/v3 v3.77.0 code.cloudfoundry.org/runtimeschema v0.0.0-20240514235758-31be7684c5bf code.cloudfoundry.org/tlsconfig v0.61.0 diff --git a/go.sum b/go.sum index 9220e15d..6380f71f 100644 --- a/go.sum +++ b/go.sum @@ -598,8 +598,8 @@ code.cloudfoundry.org/cfhttp/v2 v2.85.0 h1:rH4jiATt4gkUoqQo1K8LhXnTCfmDy9iS5q8mb code.cloudfoundry.org/cfhttp/v2 v2.85.0/go.mod h1:DSUmtiJmxp97/gq3jUQsJY3oBrHYKZIHdUHabFWz4lw= code.cloudfoundry.org/clock v1.0.0 h1:kFXWQM4bxYvdBw2X8BbBeXwQNgfoWv1vqAk2ZZyBN2o= code.cloudfoundry.org/clock v1.0.0/go.mod h1:QD9Lzhd/ux6eNQVUDVRJX/RKTigpewimNYBi7ivZKY8= -code.cloudfoundry.org/debugserver v0.104.0 h1:GpVowEwhpm9MbE5quqooeQ3XPKl1dwgkW/l3oKbsoLA= -code.cloudfoundry.org/debugserver v0.104.0/go.mod h1:WsHTZSTFxsIioK/td0n5j6aGoawQD6o2bm8iUWnl69k= +code.cloudfoundry.org/debugserver v0.105.0 h1:lODa3MBc9gQ5hVy2qk4mw0I4Ns9xbAk384ud4i/B1Uw= +code.cloudfoundry.org/debugserver v0.105.0/go.mod h1:zxTRjrVNClhMLxcl8M+H4W3DbTSXidFlzFC5gy1bY48= code.cloudfoundry.org/lager v2.0.0+incompatible h1:WZwDKDB2PLd/oL+USK4b4aEjUymIej9My2nUQ9oWEwQ= code.cloudfoundry.org/lager v2.0.0+incompatible/go.mod h1:O2sS7gKP3HM2iemG+EnwvyNQK7pTSC6Foi4QiMp9sSk= code.cloudfoundry.org/lager/v3 v3.77.0 h1:Li7nd+Hq4u+gBFEXV79h4XJTOtuX3liJOEL3houSaDw= diff --git a/vendor/modules.txt b/vendor/modules.txt index 2ebdf9ef..5f6ac966 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -6,7 +6,7 @@ code.cloudfoundry.org/bbs/models # code.cloudfoundry.org/cfhttp/v2 v2.85.0 ## explicit; go 1.25.0 code.cloudfoundry.org/cfhttp/v2 -# code.cloudfoundry.org/debugserver v0.104.0 +# code.cloudfoundry.org/debugserver v0.105.0 ## explicit; go 1.25.0 code.cloudfoundry.org/debugserver # code.cloudfoundry.org/lager/v3 v3.77.0