Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump code.cloudfoundry.org/lager/v3 from 3.7.0 to 3.8.0 #311

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-20240930130634-18c8d3fad4fd
code.cloudfoundry.org/lager/v3 v3.7.0
code.cloudfoundry.org/lager/v3 v3.8.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.7.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.8.0 h1:ZwMn0gnHW3SkYwkSnRyJGthtVQaByupg94MxZrK7NM
code.cloudfoundry.org/clock v1.8.0/go.mod h1:fYHefCehCof0TsgRTh7c8Zzwk87+63x3A3YVQasuFYE=
code.cloudfoundry.org/credhub-cli v0.0.0-20240930130634-18c8d3fad4fd h1:N1nDWwWSPHSQ0CERiCR2PrHyXkefQqMYn5mLL8A+vJU=
code.cloudfoundry.org/credhub-cli v0.0.0-20240930130634-18c8d3fad4fd/go.mod h1:gZMHV3tTtKlk46La1N8oZFJxV5PPuoiOO1WVAyhTA8Y=
code.cloudfoundry.org/lager/v3 v3.7.0 h1:Ock99/CnBfKdrt7CK8R+MuJ3iwdfvt1a6oAfOglq37w=
code.cloudfoundry.org/lager/v3 v3.7.0/go.mod h1:mjCN1W7Jdy2PLFbSN/kX3NpR3wMi+JZfp3aFd2h3n+8=
code.cloudfoundry.org/lager/v3 v3.8.0 h1:Lq5xSm+C6BLQ7cXJbmqw3dTnkigAXcsxVwXoxLO5PzI=
code.cloudfoundry.org/lager/v3 v3.8.0/go.mod h1:mjCN1W7Jdy2PLFbSN/kX3NpR3wMi+JZfp3aFd2h3n+8=
code.cloudfoundry.org/tlsconfig v0.5.0 h1:wkdwdVPMPUowUyR4jzl7EttWD6j3Y8uQKcc2VxBh+Nk=
code.cloudfoundry.org/tlsconfig v0.5.0/go.mod h1:hwoQOMSbbpu1doDFFDK8h5EpM/cWREyWMXEo0H1MFeA=
filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA=
Expand Down
6 changes: 5 additions & 1 deletion vendor/code.cloudfoundry.org/lager/v3/handler.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.7.0
# code.cloudfoundry.org/lager/v3 v3.8.0
## explicit; go 1.22.0
code.cloudfoundry.org/lager/v3
code.cloudfoundry.org/lager/v3/internal/truncate
Expand Down
Loading