Skip to content

Commit

Permalink
Bump code.cloudfoundry.org/debugserver from 0.22.0 to 0.23.0 (#116)
Browse files Browse the repository at this point in the history
Bumps [code.cloudfoundry.org/debugserver](https://github.com/cloudfoundry/debugserver) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/cloudfoundry/debugserver/releases)
- [Commits](cloudfoundry/debugserver@v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: code.cloudfoundry.org/debugserver
  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>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent f5947b5 commit d6525ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ toolchain go1.22.5

require (
code.cloudfoundry.org/cfhttp/v2 v2.20.0
code.cloudfoundry.org/debugserver v0.22.0
code.cloudfoundry.org/debugserver v0.23.0
code.cloudfoundry.org/lager/v3 v3.14.0
code.cloudfoundry.org/runtimeschema v0.0.0-20240514235758-31be7684c5bf
code.cloudfoundry.org/tlsconfig v0.8.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,8 @@ code.cloudfoundry.org/cfhttp/v2 v2.20.0 h1:pD9n6Nn4XmKy/MKn6j0nvd/mk9nsSViWpynNo
code.cloudfoundry.org/cfhttp/v2 v2.20.0/go.mod h1:XUhEotxoa0ReCZ149xQ2n4Bf0lW2WpUXb+8AH5h4TMs=
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.22.0 h1:jjM9i3gwLd7XWkHkiT7DLQhJsbK+QhvIZQIpKNLelH8=
code.cloudfoundry.org/debugserver v0.22.0/go.mod h1:VaRGaQ4JZdx7csnXyGTZRB1IC5XcUHeUY9pjusLnHWA=
code.cloudfoundry.org/debugserver v0.23.0 h1:zTS1n7upJKdfeH9q03h1USPNugc177Yy2QCTZZHep8k=
code.cloudfoundry.org/debugserver v0.23.0/go.mod h1:tqFsug/E5mc8Iy/NsduLtMrBj3FfxvBH3uK4ZaK499I=
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.14.0 h1:W6W1VhS4df8TvXCVo0lj5ve/hjF6YarmU0hsjA/phg4=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ code.cloudfoundry.org/bbs/models
# code.cloudfoundry.org/cfhttp/v2 v2.20.0
## explicit; go 1.22.0
code.cloudfoundry.org/cfhttp/v2
# code.cloudfoundry.org/debugserver v0.22.0
# code.cloudfoundry.org/debugserver v0.23.0
## explicit; go 1.22.0
code.cloudfoundry.org/debugserver
# code.cloudfoundry.org/lager/v3 v3.14.0
Expand Down

0 comments on commit d6525ed

Please sign in to comment.