Skip to content

Commit

Permalink
Bump code.cloudfoundry.org/lager/v3 from 3.24.0 to 3.25.0 (#351)
Browse files Browse the repository at this point in the history
Bumps [code.cloudfoundry.org/lager/v3](https://github.com/cloudfoundry/lager) from 3.24.0 to 3.25.0.
- [Release notes](https://github.com/cloudfoundry/lager/releases)
- [Commits](cloudfoundry/lager@v3.24.0...v3.25.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 Feb 4, 2025
1 parent ebf03c1 commit a4d9fce
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-20250203140928-329c0d63b022
code.cloudfoundry.org/lager/v3 v3.24.0
code.cloudfoundry.org/lager/v3 v3.25.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.9.0
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.28.0 h1:pAF3ykQCUor1iQfhTHDG9IpavGh5/Uw4wbhF5Zl6I
code.cloudfoundry.org/clock v1.28.0/go.mod h1:B1SaAriBEjF6FjXPlSS1bAPTNvJEnwuc+T5F0fiv+cQ=
code.cloudfoundry.org/credhub-cli v0.0.0-20250203140928-329c0d63b022 h1:RIwPWi5J6xhpEWvpLyO4WYm4Gn+PlPvWRhVk3Hb+TPs=
code.cloudfoundry.org/credhub-cli v0.0.0-20250203140928-329c0d63b022/go.mod h1:1XWqBvBHdh9f+c/9PJWVPbWLHMpDRmA7XNbqvmUmR/8=
code.cloudfoundry.org/lager/v3 v3.24.0 h1:xOVO6YIyEYyov4jrbsNq/WcZIkWZPOOU9vWtkOoJVhA=
code.cloudfoundry.org/lager/v3 v3.24.0/go.mod h1:jD446fRKqFpLyJWfA0HmX848p1rguyFbmNg750w5UQs=
code.cloudfoundry.org/lager/v3 v3.25.0 h1:ti3wplpwYfMIBg+ryV0Yu2YzojMb3eeroGh5Z144C9M=
code.cloudfoundry.org/lager/v3 v3.25.0/go.mod h1:NDqU6cj987lpwFzdUU2zkvd5YgRFdlAteDXqIs30R94=
code.cloudfoundry.org/tlsconfig v0.16.0 h1:Um3CgBYlTCF0Ekv/Lbb5quz9R/VzNyWG4TkhGtBvUX8=
code.cloudfoundry.org/tlsconfig v0.16.0/go.mod h1:61aVWrqc57J1e0MWeCuWKfBmGSm8DbpndFyo2ml6jsE=
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.24.0
# code.cloudfoundry.org/lager/v3 v3.25.0
## explicit; go 1.22.0
code.cloudfoundry.org/lager/v3
code.cloudfoundry.org/lager/v3/internal/truncate
Expand Down

0 comments on commit a4d9fce

Please sign in to comment.