fix(deps): update all non-major gomod dependencies #124
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.1.1
->v1.2.1
v0.7.0
->v0.8.1
v1.0.0
->v1.3.0
v2.7.5
->v2.9.0
v1.1.1
->v1.2.1
v1.4.2
->v1.6.0
v1.0.0
->v1.2.0
v1.26.1
->v1.39.2
v1.6.2
->v1.7.1
v1.27.11
->v1.31.12
v1.17.11
->v1.18.16
v1.16.1
->v1.18.9
v1.3.5
->v1.4.9
v2.6.5
->v2.7.9
v1.8.0
->v1.8.3
v1.3.5
->v1.4.9
v1.3.7
->v1.9.0
v1.11.7
->v1.13.9
v1.17.5
->v1.19.9
v1.53.1
->v1.88.4
v1.20.5
->v1.29.6
v1.23.4
->v1.35.1
v1.28.6
->v1.38.6
v1.20.2
->v1.23.0
v1.3.8
->v1.6.1
v1.7.0
->v1.9.0
v4.0.5
->v4.1.3
v0.7.7
->v0.7.8
v0.1.8
->v0.2.0
v1.0.6
->v1.0.7
v1.13.0
->v1.22.0
v0.6.0
->v0.11.0
v0.6.0
->v0.10.0
v1.8.7
->v1.8.10
v0.41.0
->v0.41.1
v2.2.1
->v2.2.4
v1.19.0
->v1.23.2
v0.6.1
->v0.6.2
v0.53.0
->v0.67.1
v0.14.0
->v0.17.0
v0.4.0
->v0.12.0
v1.11.0
->v1.15.0
v1.6.0
->v1.10.0
v1.8.0
->v1.10.1
v1.0.5
->v1.0.10
v1.18.2
->v1.21.0
v1.10.0
->v1.11.1
v2.5.16
->v2.5.30
v0.103.0
->v0.115.0
v0.36.0
->v0.43.0
v0.17.0
->v0.29.0
v0.38.0
->v0.46.0
v0.27.0
->v0.32.0
v0.12.0
->v0.17.0
v0.31.0
->v0.37.0
v0.23.0
->v0.30.0
v0.5.0
->v0.14.0
v0.21.1-0.20240508182429-e35e4ccd0d2d
->v0.38.0
v1.33.0
->v1.36.10
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
FiloSottile/age (filippo.io/age)
v1.2.1
: age v1.2.1: security fixCompare Source
This release fixes a security vulnerability that could allow an attacker to execute an arbitrary binary under certain conditions.
See GHSA-32gq-x56h-299c.
Plugin names may now only contain alphanumeric characters or the four special characters
+-._
.Thanks to ⬡-49016 for reporting this issue.
v1.2.0
: age v1.2.0Compare Source
A small release to build the release binaries with a more recent Go toolchain, and to fix a couple CLI edge cases (#491, #555).
The Go module now exposes a plugin package that provides an age plugin client. That is, Recipient and Identity implementations that invoke a plugin binary, allowing the use of age plugins in Go programs.
Finally, Recipients can now return a set of "labels" by implementing RecipientWithLabels. This allows replicating the special behavior of the scrypt Recipient in third-party Recipients, or applying policy useful for authenticated or post-quantum Recipients.
Khan/genqlient (github.com/Khan/genqlient)
v0.8.1
Compare Source
This release fixes a bug introduced in v0.8.0 breaking path resolution on Windows, along with some other small features and bugs.
New features:
@genqlient(alias)
directive to customize field names without requiring GraphQL aliases (fixes #367)auto_camel_case
config option to automatically convert snake_case to camelCase in both field names and type namesBug fixes:
introduction.md
v0.8.0
Compare Source
This release adds support for genqlient subscriptions; see the documentation for more, and thanks to @matthieu4294967296moineau for the original implementation and @HaraldNordgren for additional testing and improvements.
Note that genqlient now requires Go 1.22.5 or higher, and is tested through Go 1.23.3.
Breaking changes:
omitempty: false
(including implicit behaviour) when using pointer on non-null input field.As
-ing tographql.HTTPError
.New features:
graphql-transport-ws
but can be set to another value.See the documentation for more details on how to use subscriptions.
genqlient.yaml
docs for more.Is
/As
-able errors when the HTTP request returns a non-200 status.Bug fixes:
omitempty
on non-nullable input field, if the field has a defaultomitempty: false
on an input field, even when it is non-nullableomitempty
andpointer
input types validation whenuse_struct_reference
is used, as the generated type is often not compatible with validation logic.allow_broken_features
option, which no longer did anything, has been removedProtonMail/go-crypto (github.com/ProtonMail/go-crypto)
v1.3.0
Compare Source
What's Changed
Full Changelog: ProtonMail/go-crypto@v1.2.0...v1.3.0
v1.2.0
Compare Source
What's Changed
Full Changelog: ProtonMail/go-crypto@v1.1.6...v1.2.0
v1.1.6
Compare Source
What's Changed
PublicKey.KeyIdString
to return a valid key id by @lubux in #269Full Changelog: ProtonMail/go-crypto@v1.1.5...v1.1.6
v1.1.5
Compare Source
What's Changed
Full Changelog: ProtonMail/go-crypto@v1.1.4...v1.1.5
v1.1.4
Compare Source
What's Changed
Full Changelog: ProtonMail/go-crypto@v1.1.3...v1.1.4
v1.1.3
Compare Source
What's Changed
Full Changelog: ProtonMail/go-crypto@v1.1.2...v1.1.3
v1.1.2
Compare Source
What's Changed
Full Changelog: ProtonMail/go-crypto@v1.1.1...v1.1.2
v1.1.1
Compare Source
What's Changed
clearsign.Encode
backwards compatibility #239 by @mdosch in #240Full Changelog: ProtonMail/go-crypto@v1.1.0...v1.1.1
v1.1.0
Compare Source
What's Changed
This release adds full support for the new version of the OpenPGP standard, RFC 9580. In addition, the release introduces an improved non-backwards compatible v2 API. The API in the
openpgp
package remains fully backwards compatible while the new v2 API is located in a separatev2
package inopenpgp
.For the full changes since
v1.0.0
, see the previous release notes. For the full changelog, see ProtonMail/go-crypto@v1.0.0...v1.1.0.Changes since
v1.1.0-beta.0
:Changelog since
v1.1.0-beta.0
: ProtonMail/go-crypto@v1.1.0-beta.0...v1.1.0.ProtonMail/gopenpgp (github.com/ProtonMail/gopenpgp/v2)
v2.9.0
Compare Source
What's Changed
Changed
v1.3.0
.1.22.0
.Full Changelog: ProtonMail/gopenpgp@v2.8.3...v2.9.0
v2.8.3
Compare Source
What's Changed
Changed
v1.1.6
Full Changelog: ProtonMail/gopenpgp@v2.8.2...v2.8.3
v2.8.2
Compare Source
What's Changed
Changed
v1.1.4
Full Changelog: ProtonMail/gopenpgp@v2.8.1...v2.8.2
v2.8.1
Compare Source
What's Changed
Changed
v1.1.3
Full Changelog: ProtonMail/gopenpgp@v2.8.0...v2.8.1
v2.8.0
Compare Source
What's Changed
Support for RFC 9580
Adds support for reading and writing messages with RFC 9580 by updating the underlying go-crypto fork library to the latest version. Note that GopenPGP v2 currently does not support:
For full RFC 9580 support, we recommend upgrading to GopenPGP v3.
Full Changelog: ProtonMail/gopenpgp@v2.7.5...v2.8.0
agnivade/levenshtein (github.com/agnivade/levenshtein)
v1.2.1
Compare Source
v1.2.0
Compare Source
alexflint/go-arg (github.com/alexflint/go-arg)
v1.6.0
Compare Source
Hey friends, here is the latest go-arg. What fun. I enjoy maintaining this library a lot. Lots of contributions from new contributors since last release -- check out new contributors section below. Very impressive work everyone.
I'm working on completions support for this library. It's going to be a separate library, in a separate repository, that will (if all goes according to plan) be a general-purpose cross-language cross-shell completion-support binary. I'll then add some options in this library to make use of that project, probably mostly in the form of documentation and examples rather than any significant changes to default behavior. If you'd like to give input on any of that, please reach out via email (see email address in my github profile).
As always, sorry for all the open issues and un-merged PRs!
What's Changed
New Contributors
Full Changelog: alexflint/go-arg@v1.6.0...v1.5.2
v1.5.1
Compare Source
v1.5.0
: Version 1.5.0Compare Source
Argument structs can define Description() and Epilogue(), which are added to the usage string
Subcommands can have multiple aliases like this:
Improves formatting of usage string when the placeholder tag is set to empty string
Do not handle --version when the args struct lacks a Version() function
Add StructSubcommands to Config struct
v1.4.3
: Version 1.4.3Compare Source
alexflint/go-scalar (github.com/alexflint/go-scalar)
v1.2.0
: Add support for hex, oct, and binary integer literalsCompare Source
Adds support for int literals described in https://go.dev/ref/spec#Integer_literals. This includes hex literals
0x123
, oct literals0o123
, binary literals0b101
, and underscores in any integer literlal123_456_789
v1.1.0
: Add support for URLsCompare Source
This release adds support for parsing URLs represented via the standard library type
url.URL
.aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)
v1.39.2
Compare Source
General Highlights
Module Highlights
github.com/aws/aws-sdk-go-v2/service/accessanalyzer
: v1.34.5github.com/aws/aws-sdk-go-v2/service/account
: v1.21.5github.com/aws/aws-sdk-go-v2/service/acm
: v1.30.5github.com/aws/aws-sdk-go-v2/service/acmpca
: v1.37.6github.com/aws/aws-sdk-go-v2/service/amp
: v1.30.2github.com/aws/aws-sdk-go-v2/service/amplify
: v1.27.3github.com/aws/aws-sdk-go-v2/service/amplifybackend
: v1.27.5github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder
: v1.23.5github.com/aws/aws-sdk-go-v2/service/apigateway
: v1.27.5github.com/aws/aws-sdk-go-v2/service/apigatewaymanagementapi
: v1.23.5github.com/aws/aws-sdk-go-v2/service/apigatewayv2
: v1.24.5github.com/aws/aws-sdk-go-v2/service/appconfig
: v1.35.3github.com/aws/aws-sdk-go-v2/service/appconfigdata
: v1.18.5github.com/aws/aws-sdk-go-v2/service/appfabric
: v1.11.5github.com/aws/aws-sdk-go-v2/service/appflow
: v1.45.6github.com/aws/aws-sdk-go-v2/service/appintegrations
: v1.30.5github.com/aws/aws-sdk-go-v2/service/applicationautoscaling
: v1.33.5github.com/aws/aws-sdk-go-v2/service/applicationcostprofiler
: v1.21.5github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice
: v1.28.5github.com/aws/aws-sdk-go-v2/service/applicationinsights
: v1.29.3github.com/aws/aws-sdk-go-v2/service/applicationsignals
: v1.6.5github.com/aws/aws-sdk-go-v2/service/appmesh
: v1.29.5github.com/aws/aws-sdk-go-v2/service/apprunner
: v1.32.5github.com/aws/aws-sdk-go-v2/service/appstream
: v1.41.5github.com/aws/aws-sdk-go-v2/service/appsync
: v1.39.2github.com/aws/aws-sdk-go-v2/service/apptest
: v1.4.5github.com/aws/aws-sdk-go-v2/service/arczonalshift
: v1.14.5github.com/aws/aws-sdk-go-v2/service/artifact
: v1.6.5github.com/aws/aws-sdk-go-v2/service/athena
: v1.48.3github.com/aws/aws-sdk-go-v2/service/auditmanager
: v1.37.5github.com/aws/aws-sdk-go-v2/service/autoscaling
: v1.48.0github.com/aws/aws-sdk-go-v2/service/autoscalingplans
: v1.24.5github.com/aws/aws-sdk-go-v2/service/b2bi
: v1.0.0-preview.51github.com/aws/aws-sdk-go-v2/service/backup
: v1.39.6github.com/aws/aws-sdk-go-v2/service/backupgateway
: v1.20.5github.com/aws/aws-sdk-go-v2/service/batch
: v1.47.2github.com/aws/aws-sdk-go-v2/service/bcmdataexports
: v1.7.5github.com/aws/aws-sdk-go-v2/service/bedrock
: v1.22.2github.com/aws/aws-sdk-go-v2/service/bedrockagent
: v1.27.0github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime
: v1.23.3Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
To execute skipped test pipelines write comment
/ok-to-test
.This PR has been generated by MintMaker (powered by Renovate Bot).