Skip to content

Commit

Permalink
Bump code.cloudfoundry.org/lager/v3 from 3.17.0 to 3.18.0 (#333)
Browse files Browse the repository at this point in the history
Bumps [code.cloudfoundry.org/lager/v3](https://github.com/cloudfoundry/lager) from 3.17.0 to 3.18.0.
- [Release notes](https://github.com/cloudfoundry/lager/releases)
- [Commits](cloudfoundry/lager@v3.17.0...v3.18.0)

---
updated-dependencies:
- dependency-name: code.cloudfoundry.org/lager/v3
  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 Dec 10, 2024
1 parent b260f4d commit 972d73c
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 @@ -4,7 +4,7 @@ go 1.23.0

require (
code.cloudfoundry.org/credhub-cli v0.0.0-20241202140949-a4b4773d90af
code.cloudfoundry.org/lager/v3 v3.17.0
code.cloudfoundry.org/lager/v3 v3.18.0
github.com/blang/semver/v4 v4.0.0
github.com/cloudfoundry-community/go-uaa v0.3.3
github.com/cloudfoundry/bosh-cli/v7 v7.8.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ code.cloudfoundry.org/clock v1.17.0 h1:0Zo1EIJkYSQdo6vv97rt5gzSXymjyXnjOzashoKEO
code.cloudfoundry.org/clock v1.17.0/go.mod h1:5SbAgLf/ZTQY11g3jB68e94/DKtZHr9DJbD8h6xUdTg=
code.cloudfoundry.org/credhub-cli v0.0.0-20241202140949-a4b4773d90af h1:IEDqUJE82C0LeSbL/oAThWUMXAo9acMJhKyI18agU1o=
code.cloudfoundry.org/credhub-cli v0.0.0-20241202140949-a4b4773d90af/go.mod h1:FTm1PWWDphj0ZlOl2GG3Nq9LS92bg9xNq+y0yc2xY0o=
code.cloudfoundry.org/lager/v3 v3.17.0 h1:YW115U4MMyXeG9r1+fCE0+WVxFpVH4t91mD5jJj2PcI=
code.cloudfoundry.org/lager/v3 v3.17.0/go.mod h1:oZJDNgt+DIGNvd5Qt99OKAZ4LnzX3nIoYNiN7jnM0Ig=
code.cloudfoundry.org/lager/v3 v3.18.0 h1:ZPNv70fnu2iVS4mMycv+Lm0bNlYzvoOY2g/6AEQAiBc=
code.cloudfoundry.org/lager/v3 v3.18.0/go.mod h1:l0A6+06jLPrEwJMYx5WV4+lVDzP1uBfiiO+Jg0QlfKM=
code.cloudfoundry.org/tlsconfig v0.11.0 h1:I8NZMCRj06Mb6i08kpjyOR7seD16wMe9yOBXnrEPBK0=
code.cloudfoundry.org/tlsconfig v0.11.0/go.mod h1:BYtu1JO9TeKqBnHbLke7tioY9Efh1vkYt0XpkXgbF44=
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ code.cloudfoundry.org/credhub-cli/credhub/credentials/generate
code.cloudfoundry.org/credhub-cli/credhub/credentials/values
code.cloudfoundry.org/credhub-cli/credhub/permissions
code.cloudfoundry.org/credhub-cli/credhub/server
# code.cloudfoundry.org/lager/v3 v3.17.0
# code.cloudfoundry.org/lager/v3 v3.18.0
## explicit; go 1.22.0
code.cloudfoundry.org/lager/v3
code.cloudfoundry.org/lager/v3/internal/truncate
Expand Down

0 comments on commit 972d73c

Please sign in to comment.