chore(deps): update go patches - #68
Open
agntcy-automation[bot] wants to merge 1 commit into
Open
agntcy-automation[bot] wants to merge 1 commit into
agntcy-automation[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
agntcy-automation
Bot
force-pushed
the
renovate/go-patches
branch
4 times, most recently
from
August 19, 2026 10:24
e9b91bb to
6d6dc3f
Compare
agntcy-automation
Bot
force-pushed
the
renovate/go-patches
branch
3 times, most recently
from
August 28, 2026 21:23
2437ffe to
cf3bfd1
Compare
agntcy-automation
Bot
force-pushed
the
renovate/go-patches
branch
2 times, most recently
from
September 21, 2026 12:38
4cf43f5 to
4cf4304
Compare
agntcy-automation
Bot
force-pushed
the
renovate/go-patches
branch
from
September 21, 2026 13:19
4cf4304 to
fc183aa
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.6.1→v1.6.8v1.36.11→v1.36.12v1.36.12-0.20260120151049-f2248ac996af→v1.36.12v1.31.1→v1.31.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
ThalesGroup/crypto11 (github.com/ThalesGroup/crypto11)
v1.6.8Compare Source
What's Changed
eclipse-keypontmodule path; refresh README install command, Go Reference badge and documentation linksFull Changelog: eclipse-keypont/crypto11@v1.6.5...v1.6.8
Module path restored —
github.com/eclipse-keypont/crypto11This release restores the correct module path following the repository move from
github.com/ThalesGroup/crypto11togithub.com/eclipse-keypont/crypto11.Migrating
The old path is deprecated and frozen at
ThalesGroup/crypto11@v1.6.7.It will receive no further updates, including security fixes. GitHub still redirects the old
repository URL, but the Go module path must be updated by hand —
go getcannot follow it for you.If you are already on this path: upgrade v1.6.5 → v1.6.8
v1.6.6andv1.6.7declare the old module path and exist only to publish the deprecationnotice for
github.com/ThalesGroup/crypto11. They are not usable asgithub.com/eclipse-keypont/crypto11and will fail with:v1.6.8fixes this, sogithub.com/eclipse-keypont/crypto11@latestresolves correctly again.Go version policy
go.modtargetsgo 1.25.0withtoolchain go1.25.8. Thegodirective is kept conservativeso this library does not raise the minimum Go version for projects that import it, while
maintainers build and test with the latest patch toolchain. See #137 and #139.
v1.6.7Compare Source
v1.6.6Compare Source
v1.6.5Compare Source
ThalesGroup/crypto11project to the Eclipse Foundation Project KeyPontFull Changelog: eclipse-keypont/crypto11@v1.6.3...v1.6.5
v1.6.4Compare Source
v1.6.3Compare Source
v1.6.2Compare Source
downgrade the go version to 1.25.0 as per thales-transfer#137
add go toolchain
Full Changelog: eclipse-keypont/crypto11@v1.6.0...v1.6.2
go-gorm/gorm (gorm.io/gorm)
v1.31.2Compare Source
Changes