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

go,mod, vendor: update github.com/cloudflare/cfssl to v1.6.1 #619

Merged
merged 1 commit into from
Nov 22, 2021

Conversation

tklauser
Copy link
Member

@tklauser tklauser commented Nov 22, 2021

cfssl v1.6.0 had some issues with transitive dependencies in go.mod.
This lead to dependabot no longer being able to update it
automatically. Update to v1.6.1 manually using:

$ go get github.com/cloudflare/cfssl@latest
$ go mod tidy
$ go mod vendor

This should unblock dependabot.

cfssl v1.6.0 had some issues with transitive dependencies in go.mod.
This lead to dependabot no longer being able to update it
automatically. Update to v1.6.1 manually using:

    $ go get github.com/cloudflare/cfssl@latest
    $ go mod tidy
    $ go mod vendor

This should unblock dependabot.

Signed-off-by: Tobias Klauser <[email protected]>
@tklauser tklauser force-pushed the pr/tklauser/bump-cfssl branch from f0b1f7f to f747cda Compare November 22, 2021 09:06
@tklauser tklauser temporarily deployed to ci November 22, 2021 09:06 Inactive
Copy link
Member

@rolinh rolinh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bump dep from v1.6.0 to v1.6.1 =>+517,110 −6,271 🤯

@tklauser tklauser merged commit fd9281f into master Nov 22, 2021
@tklauser tklauser deleted the pr/tklauser/bump-cfssl branch November 22, 2021 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants