fix(deps): update go-minor#172
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
53bd276 to
e01f563
Compare
Contributor
Author
ℹ️ Artifact update noticeFile name: maas/maas-service/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
e01f563 to
a7ac053
Compare
87fbebd to
a7ac053
Compare
acf2504 to
84771a0
Compare
735f43d to
4968211
Compare
9fd332a to
621e2b2
Compare
e8b2612 to
77d8ee3
Compare
68d99ce to
28465de
Compare
af9bc48 to
9d0535e
Compare
c2a1f64 to
5ffb9aa
Compare
5ffb9aa to
61af344
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.47.0→v1.48.2v1.11.2→v1.12.3v1.39.1→v1.40.0v0.41.0→v0.42.0v0.41.0→v0.42.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
IBM/sarama (github.com/IBM/sarama)
v1.48.2: Version 1.48.2 (2026-05-13)Compare Source
What's Changed
🎉 New Features / Improvements
🐛 Fixes
🔧 Maintenance
Full Changelog: IBM/sarama@v1.48.1...v1.48.2
v1.48.1: Version 1.48.1 (2026-05-10)Compare Source
What's Changed
🐛 Fixes
📦 Dependency updates
🔧 Maintenance
New Contributors
Full Changelog: IBM/sarama@v1.48.0...v1.48.1
v1.48.0: Version 1.48.0 (2026-04-24)Compare Source
What's Changed
🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance
📝 Documentation
➕ Other Changes
New Contributors
Full Changelog: IBM/sarama@v1.47.0...v1.48.0
lib/pq (github.com/lib/pq)
v1.12.3Compare Source
that use a different default datestyle such as EnterpriseDB (#1312).
v1.12.2Compare Source
connection. Since v1.12.0 this could result in permanently broken connections,
especially with CockroachDB which frequently sends partial messages (#1299).
v1.12.1Compare Source
Look for pgpass file in ~/.pgpass instead of ~/.postgresql/pgpass (#1300).
Don't clear password if directly set on pq.Config (#1302).
v1.12.0Compare Source
The next release may change the default sslmode from
requiretoprefer.See #1271 for details.
CopyIn()andCopyInToSchema()have been marked as deprecated. These aresimple query builders and not needed for
COPY [..] FROM STDINsupport (whichis not deprecated). (#1279)
Features
Support protocol 3.2, and the
min_protocol_versionandmax_protocol_versionDSN parameters (#1258).Support
sslmode=preferandsslmode=allow(#1270).Support
ssl_min_protocol_versionandssl_max_protocol_version(#1277).Support connection service file to load connection details (#1285).
Support
sslrootcert=systemand use~/.postgresql/root.crtas the defaultvalue of sslrootcert (#1280, #1281).
Add a new
pqerrorpackage with PostgreSQL error codes (#1275).For example, to test if an error is a UNIQUE constraint violation:
To make this a bit more convenient, it also adds a
pq.As()function:Fixes
Fix SSL key permission check to allow modes stricter than 0600/0640#1265 (#1265).
Fix Hstore to work with binary parameters (#1278).
Clearer error when starting a new query while pq is still processing another
query (#1272).
Send intermediate CAs with client certificates, so they can be signed by an
intermediate CA (#1267).
Use
time.UTCfor UTC aliases such asEtc/UTC(#1282).onsi/gomega (github.com/onsi/gomega)
v1.40.0Compare Source
1.40.0
We're adopting a new release strategy to minimize dependency bloat in projects that consume Gomega. It is a limitation of the go mod toolchain that test subdependencies of your project's direct dependencies get pulled in as indirect dependencies. In the case of Gomega, this ends up pulling in all of Ginkgo into your
go.modeven if you are only using Gomega (Gomega uses Ginkgo for its own tests).Going forward, releases will strip out all tests, tidy up the
go.modand then push this stripped down version to a newmaster-litebranch. These stripped-down versions will receive thevx.y.zgit tag and will be picked up by the go toolchain.Please open an issue if this new release process causes unexpected changes for your projects.
testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go)
v0.42.0Compare Source
What's Changed
🔒 Security
🐛 Bug Fixes
🧹 Housekeeping
📦 Dependency updates
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.