From fdf3c750f95eb663f5c6604f315d92cd7178e587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 04:04:37 +0000 Subject: [PATCH] Bump code.cloudfoundry.org/debugserver from 0.71.0 to 0.72.0 Bumps [code.cloudfoundry.org/debugserver](https://github.com/cloudfoundry/debugserver) from 0.71.0 to 0.72.0. - [Release notes](https://github.com/cloudfoundry/debugserver/releases) - [Commits](https://github.com/cloudfoundry/debugserver/compare/v0.71.0...v0.72.0) --- updated-dependencies: - dependency-name: code.cloudfoundry.org/debugserver dependency-version: 0.72.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 b630e84..18dc7a0 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.24.0 require ( code.cloudfoundry.org/cfhttp/v2 v2.60.0 - code.cloudfoundry.org/debugserver v0.71.0 + code.cloudfoundry.org/debugserver v0.72.0 code.cloudfoundry.org/lager/v3 v3.52.0 code.cloudfoundry.org/runtimeschema v0.0.0-20240514235758-31be7684c5bf code.cloudfoundry.org/tlsconfig v0.36.0 diff --git a/go.sum b/go.sum index 333aecf..99b9e50 100644 --- a/go.sum +++ b/go.sum @@ -598,8 +598,8 @@ code.cloudfoundry.org/cfhttp/v2 v2.60.0 h1:gaUE6WOCoeWyYDz7KSq09hKspXeVZM/X0Va3C code.cloudfoundry.org/cfhttp/v2 v2.60.0/go.mod h1:nwOEnNKSY7UYtNEOM/4XFShEC5eQr+AQF5iHNpNIWpE= 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.71.0 h1:du6K4y6uBwO6GvsGTP2JKaR5QVNN3gXmjSqSTT3bnBc= -code.cloudfoundry.org/debugserver v0.71.0/go.mod h1:j1uWz6XWwOVQ3RhRxzZ429nKKJFkeMUV8RttEjC+eg8= +code.cloudfoundry.org/debugserver v0.72.0 h1:4HKtrbmJtisnUbtz6hk2vDPoHFs9Wh7T47zz3rF3/bE= +code.cloudfoundry.org/debugserver v0.72.0/go.mod h1:OddYHSS1KyAS9egsg+eyN7RH89FKxSfb7G/iOJNppdE= 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.52.0 h1:ZukF8mEf1bJs0rG4i7itJiu1BQSA3gasLqBIgKlrOSQ= diff --git a/vendor/modules.txt b/vendor/modules.txt index a52f5d7..ac56311 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -6,7 +6,7 @@ code.cloudfoundry.org/bbs/models # code.cloudfoundry.org/cfhttp/v2 v2.60.0 ## explicit; go 1.24.0 code.cloudfoundry.org/cfhttp/v2 -# code.cloudfoundry.org/debugserver v0.71.0 +# code.cloudfoundry.org/debugserver v0.72.0 ## explicit; go 1.24.0 code.cloudfoundry.org/debugserver # code.cloudfoundry.org/lager/v3 v3.52.0