chore(deps): Update go deps #1863
Merged
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.46.6->v1.47.3v0.3.1->v0.4.0f134903->761a3dcv0.1.8->v0.1.9v1.2.4->v1.3.0v1.8.0->v1.8.1v5.4.3->v5.5.0v2.0.15->v2.0.16v0.12.69->v0.12.708b7bcf9->1b91b81v1.15.1->v1.15.2v2.36.0->v2.36.1v0.4.0->v0.5.049dd2c1->d783a09v1.26.0->v1.27.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
aws/aws-sdk-go (github.com/aws/aws-sdk-go)
v1.47.3Compare Source
===
Service Client Updates
service/config: Updates service APIservice/connect: Updates service API and documentationservice/iotwireless: Updates service API and documentationservice/launch-wizard: Adds new servicev1.47.2Compare Source
===
Service Client Updates
service/apprunner: Updates service API and documentationservice/connect: Updates service documentationservice/gamelift: Updates service API and documentationservice/glue: Updates service API and documentationservice/network-firewall: Updates service API and documentationservice/quicksight: Updates service API and documentationSDK Enhancements
aws/ec2metadata: Added environment and shared config support for disabling IMDSv1 fallback.AWS_EC2_METADATA_V1_DISABLEDor shared configec2_metadata_v1_disabledaccordingly.v1.47.1Compare Source
===
Service Client Updates
service/connect: Updates service API, documentation, and paginatorsservice/globalaccelerator: Updates service API, documentation, and paginatorsservice/rds: Updates service API, documentation, waiters, paginators, and examplesservice/redshift: Updates service API and documentationservice/sagemaker: Updates service API and documentationv1.47.0Compare Source
===
Service Client Updates
service/amplify: Updates service API, documentation, and paginatorsservice/application-insights: Updates service API and documentationservice/ec2: Updates service API, documentation, and paginatorsservice/m2: Updates service API and documentationservice/neptunedata: Updates service API and documentationservice/translate: Updates service API and documentationSDK Features
aws: Bump minimum go version to 1.19.v1.46.7Compare Source
===
Service Client Updates
service/connect: Updates service API and documentationservice/dataexchange: Updates service API and documentationservice/datasync: Updates service API and documentationservice/finspace: Updates service API and documentationservice/mediapackagev2: Updates service API and documentationservice/rds: Updates service API, documentation, waiters, paginators, and examplesservice/redshift-serverless: Updates service API, documentation, and paginatorsservice/resiliencehub: Updates service API and documentationservice/s3outposts: Updates service API and documentationservice/wisdom: Updates service documentationbufbuild/protovalidate-go (github.com/bufbuild/protovalidate-go)
v0.4.0Compare Source
What's Changed
New Contributors
Full Changelog: bufbuild/protovalidate-go@v0.3.4...v0.4.0
v0.3.4Compare Source
What's Changed
New Contributors
Full Changelog: bufbuild/protovalidate-go@v0.3.3...v0.3.4
v0.3.3Compare Source
What's Changed
celextout of internal by @oliversun9 in https://github.com/bufbuild/protovalidate-go/pull/56New Contributors
Full Changelog: bufbuild/protovalidate-go@v0.3.2...v0.3.3
v0.3.2Compare Source
What's Changed
New Contributors
Full Changelog: bufbuild/protovalidate-go@v0.3.1...v0.3.2
cerbos/cloud-api (github.com/cerbos/cloud-api)
v0.1.9Compare Source
go-logr/zapr (github.com/go-logr/zapr)
v1.3.0Compare Source
This release adds support for slog. zapr implements
slogr.SlogSinkand therefore can be used throughslogr.NewSlogHandleras backend for slog.What's Changed
New Contributors
Full Changelog: go-logr/zapr@v1.2.4...v1.3.0
google/cel-go (github.com/google/cel-go)
v0.18.1Compare Source
What's Changed
New Contributors
Full Changelog: google/cel-go@v0.18.0...v0.18.1
v0.18.0Compare Source
Features
The latest release of CEL introduces validators (#775) and optimizers (#804, #827) and migrates the core CEL internals off of the
protobuf expression and type representations (#789).
Breaking Changes
The following PR changes the API signature of the
checker.AstNodemethodExprto return anast.Expr.Fixes
New Contributors
Full Changelog: google/cel-go@v0.17.1...v0.18.0
v0.17.7Compare Source
What's Changed
Full Changelog: google/cel-go@v0.17.6...v0.17.7
gorilla/mux (github.com/gorilla/mux)
v1.8.1Compare Source
What's Changed
authenticationMiddlewareinitialization in theREADME.mdfile by @amustaque97 in https://github.com/gorilla/mux/pull/693Single Page Applicationexample inREADME.mdfile by @amustaque97 in https://github.com/gorilla/mux/pull/678New Contributors
Full Changelog: gorilla/mux@v1.8.0...v1.8.1
jackc/pgx (github.com/jackc/pgx/v5)
v5.5.0Compare Source
lestrrat-go/jwx (github.com/lestrrat-go/jwx/v2)
v2.0.16Compare Source
pterm/pterm (github.com/pterm/pterm)
v0.12.70: Heatmap Printer 🎉Compare Source
What's Changed
Exciting New Features 🎉
Fixes 🔧
Full Changelog: pterm/pterm@v0.12.69...v0.12.70
twmb/franz-go (github.com/twmb/franz-go)
v1.15.2Compare Source
===
This patch release fixes two bugs and changes Mark functions to be no-ops when
not using AutoCommitMarks to avoid confusion. This also includes a minor commit
further improving the sticky balancer. See the commits for more details.
72778cbbehavior change kgo: no-op mark functions when not using AutoCommitMarkse209bb6bugfix kgo: pin AddPartitionsToTxn to v3 when using one transaction36b4437sticky: further improvementsaf5bc1fbugfix kgo: be sure to use topics when other topics are pausedvektra/mockery (github.com/vektra/mockery/v2)
v2.36.1Compare Source
Changelog
b648c23Add additional test0310201Add fix for showconfig commandd3515d1Fix bug with sub-package inheritance77064adFix config bug where mockery crashes when package map is nil5978bc5Fix test with config initializationdeb4860Merge pull request #730 from LandonTClipp/issue_726e86d230Simplifying some config in interface copying code726d76cUpdate running.md2dd8f00Use gotestsum for better testing outputcznic/sqlite (modernc.org/sqlite)
v1.27.0Compare Source
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.