Update dependencies - #22
Merged
Merged
Conversation
testify 1.11.1 to 1.12.0, modernc.org/sqlite 1.53.0 to 1.56.0, golang.org/x/text 0.38.0 to 0.41.0 and the transitive modules, in the root module and in the examples one. The module list the runtime integration test writes for its temporary package follows. modernc.org/libc stays at v1.74.4, the version modernc.org/sqlite requires; those two are built together and the newer libc is not what this release of sqlite was generated against. Nothing here raises the go directive, which stays at 1.25.0.
umputun
approved these changes
Aug 19, 2026
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.
testify1.11.1 to 1.12.0,modernc.org/sqlite1.53.0 to 1.56.0,golang.org/x/text0.38.0 to 0.41.0 and the transitive modules, in the root module and in the examples one. The module list that the runtime integration test writes for its temporary package follows.modernc.org/libcstays at v1.74.4, the versionmodernc.org/sqlitev1.56.0 requires. The two are generated together, so the newer libc thatgo get -uselects is not the one this release of sqlite was built against.None of these updates raises the
godirective, which stays at 1.25.0.