forked from google/certificate-transparency-go
-
Notifications
You must be signed in to change notification settings - Fork 6
chore(deps): update go dependencies #135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
red-hat-konflux
wants to merge
1
commit into
main
Choose a base branch
from
konflux/mintmaker/main/go-deps
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
04d0d8d
to
2cdb73c
Compare
2cdb73c
to
e421098
Compare
e421098
to
409b671
Compare
0d23bae
to
12b79e0
Compare
12b79e0
to
dc8321b
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
393457c
to
f1fc861
Compare
6764470
to
3359e98
Compare
5e84aa9
to
b579a28
Compare
b760827
to
a080168
Compare
67fffbc
to
82b2029
Compare
7982bc0
to
cd02c0f
Compare
0035f25
to
f388742
Compare
529f7da
to
de860b1
Compare
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
de860b1
to
2fc6430
Compare
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:
v0.19.1
->v0.24.0
v0.15.0
->v0.17.0
v0.6.0
->v0.9.0
v1.11.5
->v1.11.7
v0.1.0
->v0.2.0
v0.10.0
->v0.14.1
ae57f3c
->2ac532f
v1.15.0
->v1.18.0
v1.9.2
->v1.9.3
v1.4.2
->v1.4.3
v1.8.1
->v1.9.3
v1.7.1
->v1.7.2
6e2875d
->afb5586
v1.16.0
->v1.17.0
v0.4.0
->v0.5.0
v1.17.11
->v1.18.0
v0.1.13
->v0.1.14
v0.0.19
->v0.0.20
v0.0.16
->v0.0.19
v1.14.24
->v1.14.32
v0.0.8
->v0.1.1
v1.0.8
->v1.1.0
v1.20.5
->v1.23.2
v0.55.0
->v0.67.1
v0.15.1
->v0.17.0
v0.51.0
->v0.306.0
v1.3.1
->v1.4.0
v1.8.1
->v1.10.1
v1.0.6
->v1.0.10
v1.22.16
->v1.22.17
v1.3.11
->v1.4.3
v1.1.0
->v1.2.1
v0.59.0
->v0.63.0
v0.59.0
->v0.63.0
v1.1.0
->v1.8.0
v0.36.0
->v0.43.0
v0.22.0
->v0.29.0
v0.37.0
->v0.46.0
v0.28.0
->v0.32.0
v0.12.0
->v0.17.0
v0.31.0
->v0.37.0
v0.23.0
->v0.30.0
v0.10.0
->v0.14.0
v0.29.0
->v0.38.0
v0.224.0
->v0.252.0
de1ac95
->49b9836
de1ac95
->49b9836
de1ac95
->49b9836
v1.4.0
->v1.6.0
Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
google/cel-spec (cel.dev/expr)
v0.24.0
Compare Source
What's Changed
New Contributors
Full Changelog: google/cel-spec@v0.23.1...v0.24.0
v0.23.1
Compare Source
What's Changed
Full Changelog: google/cel-spec@v0.23.0...v0.23.1
v0.23.0
Compare Source
What's Changed
New Contributors
Full Changelog: google/cel-spec@v0.22.1...v0.23.0
v0.22.1
Compare Source
What's Changed
Full Changelog: google/cel-spec@v0.22.0...v0.22.1
v0.22.0
Compare Source
What's Changed
New Contributors
Full Changelog: google/cel-spec@v0.21.2...v0.22.0
v0.21.2
Compare Source
What's Changed
Full Changelog: google/cel-spec@v0.21.1...v0.21.2
v0.21.1
Compare Source
What's Changed
Full Changelog: google/cel-spec@v0.21.0...v0.21.1
v0.21.0
Compare Source
What's Changed
Full Changelog: google/cel-spec@v0.20.0...v0.21.0
v0.20.0
What's Changed
Full Changelog: google/cel-spec@v0.19.2...v0.20.0
v0.19.2
Compare Source
What's Changed
Full Changelog: google/cel-spec@v0.19.1...v0.19.2
googleapis/google-cloud-go (cloud.google.com/go/auth)
v0.17.0
Remove UpdateMap and UpdateStruct; rename UpdatePaths to Update.
Change
docref.UpdateMap(ctx, map[string]interface{}{"a.b", 1})
to
docref.Update(ctx, []firestore.Update{{Path: "a.b", Value: 1}})
Change
docref.UpdateStruct(ctx, []string{"Field"}, aStruct)
to
docref.Update(ctx, []firestore.Update{{Path: "Field", Value: aStruct.Field}})
Rename MergePaths to Merge; require args to be FieldPaths
A value stored as an integer can be read into a floating-point field, and vice versa.
call.
non-required fields.
v0.16.0
Compare Source
Other bigquery changes:
JobIterator.Next
returns*Job
; removedJobInfo
(BREAKING CHANGE).Legacy SQL.
Job
remembers its last retrieved status.Google Sheets, and tables with external data.
storage:
profiler: Support goroutine and mutex profile types.
bgentry/speakeasy (github.com/bgentry/speakeasy)
v0.2.0
Compare Source
What's Changed
Full Changelog: bgentry/speakeasy@v0.1.0...v0.2.0
bufbuild/protocompile (github.com/bufbuild/protocompile)
v0.14.1
Compare Source
What's Changed
Bugfixes changes
full_name
ortype
fields to be specified. This failed to mirror the corresponding rule in the reference compilerprotoc
, which allows them to be set for documentation purposes. Now these two fields can be used on reserved declarations as long as both are present. By @jhump in #327options.InterpretOptionsLenient
oroptions.InterpretUnlinkedOptions
. By @jhump in #331Full Changelog: bufbuild/protocompile@v0.14.0...v0.14.1
v0.14.0
Compare Source
This version makes Protobuf Editions available to users of this package, without needing to use a special opt-in that is documented as test-only. It contains one backwards-incompatible change, only for users that used that Editions opt-in: it has been removed since the functionality is now generally available.
What's Changed
Bugfixes
TextName
method of field descriptors created by the compiler in #297protoutil.ResolveCustomFeature
in #305protoutil.ResolveCustomFeature
in #306Kind
method of field descriptors created by the compiler, in files that define a file-wide default of delimited encoding for messages in #312Enhancements
google/protobuf/cpp_features.proto
,google/protobuf/java_features.proto
, andgoogle/protobuf/go_features.proto
to the set of files provided byprotocomile.WithStandardImports
in #295editionstesting.AllowEditions()
function (which was documented as temporary when introduced in v0.10.0) has been removed.wellknownimports
package, for providing actual source code for the standard imports (wellknownimports.WithStandardImports
is an alternative toprotocompile.WithStandardImports
) in #310Other changes
protodesc
to create descriptors from compilation results, to verify compilation results can be correctly processed by protobuf-go runtime in #302Full Changelog: bufbuild/protocompile@v0.13.0...v0.14.0
v0.13.0
Compare Source
This release includes a single addition to the
protocompile.Compiler
type.What's Changed
Enhancements
Full Changelog: bufbuild/protocompile@v0.12.0...v0.13.0
v0.12.0
Compare Source
This release mostly contains performance improvements. It also includes an addition that makes it possible to implement a descriptor resolver on top of
linker.Files
much more efficiently, using a*linker.Symbols
as an index.What's Changed
Enhancements
*linker.Symbols
by @jhump in #286Other changes
ast.NoSourceNode
so that its methods now require a pointer receiver by @jhump in #291ast.NoSourceNode
values or type-assertingast.Node
values toast.NoSourceNode
. The change was made because of non-trivial performance gains, by greatly reducing the number ofNoSourceNode
values that need to be allocated on the heap when working with aparser.Result
that has no AST.Full Changelog: bufbuild/protocompile@v0.11.0...v0.12.0
v0.11.0
Compare Source
This release includes some more Editions-related work.
What's Changed
Bugfixes
targets
field option was only validated for fields ofgoogle.protobuf.FeatureSet
, but it is now validated for all fields set on option values.Enhancements
protoutil
sub-package by @jhump in #283linker.File
via newUnwrap
method by @jhump in #278Other changes
Full Changelog: bufbuild/protocompile@v0.10.0...v0.11.0
fatih/color (github.com/fatih/color)
v1.18.0
Compare Source
What's Changed
New Contributors
Full Changelog: fatih/color@v1.17.0...v1.18.0
v1.17.0
Compare Source
What's Changed
New Contributors
Full Changelog: fatih/color@v1.16.0...v1.17.0
v1.16.0
Compare Source
What's Changed
Dependency updates
New Contributors
Full Changelog: fatih/color@v1.15.0...v1.16.0
fullstorydev/grpcurl (github.com/fullstorydev/grpcurl)
v1.9.3
Compare Source
Changelog
d00c281
avoid overflow in various timeouts (#505)9e3e083
Bump google.golang.org/protobuf from 1.36.4 to 1.36.5 (#509)c32936d
Bump golang.org/x/net from 0.25.0 to 0.33.0 (#508)f3c8ec2
Bump google.golang.org/protobuf from 1.34.2 to 1.36.4 (#506)7e1a6c9
Update to v1.17.0 of jhump/protoreflect (#502)go-logr/logr (github.com/go-logr/logr)
v1.4.3
Compare Source
Minor release.
What's Changed
New Contributors
Full Changelog: go-logr/logr@v1.4.2...v1.4.3
go-sql-driver/mysql (github.com/go-sql-driver/mysql)
v1.9.3
Compare Source
What's Changed
Full Changelog: go-sql-driver/mysql@v1.9.2...v1.9.3
v1.9.2
Compare Source
v1.9.2 is a re-release of v1.9.1 due to a release process issue; no changes were made to the content.
v1.9.1
Compare Source
Major Changes
Bugfixes
v1.9.0
Compare Source
Major Changes
Bugfixes
Other changes
strconv.Atoi
to parse max_allowed_packet. (#1661)rejectReadOnly
option now handles ER_READ_ONLY_MODE (1290) error too. (#1660)google/trillian (github.com/google/trillian)
v1.7.2
Compare Source
different version can lead to presubmits failing due to unexpected
diffs.
Storage
Election system
--election_system
parameter to allow selection of the election system by @osmman in #3721Misc
Dependency update
106d519
to1d967fb
in /examples/deployment/docker/db_server in the docker-deps group across 1 directory by @dependabot in #37230917ecc
to0f775a9
in /examples/deployment/docker/db_server in the docker-deps group across 1 directory by @dependabot in #3756jhump/protoreflect (github.com/jhump/protoreflect)
v1.17.0
Compare Source
This release deprecates some packages that have newer alternatives in the Protobuf runtime. It also includes some small additions to the
grpcreflect
anddesc/sourceinfo
packages. The rest of the changes are bug fixes."github.com/jhump/protoreflect/desc"
Changes:
"google.golang.org/protobuf/reflect/protoreflect"
package in the Protobuf runtime. In a v2 of this repo, this package will no longer be present.MessageDescriptor.FindFieldByName
method."github.com/jhump/protoreflect/desc/protoparse"
Changes and bugfixes:
"github.com/bufbuild/protocompile"
package. There are some behavioral differences that we hope to address with additional API and enhancements toprotocompile
. But theprotoparse
package here is just a veneer on top ofprotocompile
and we plan to do as little maintenance as possible here. In a v2 of this repo, this package will no longer be present.protocompile
dependency has been updated to use a more recent version of that package. This addresses potential panics when callingParser.ParseButDontLink
."github.com/jhump/protoreflect/desc/sourceinfo"
Changes and bugfixes:
sourceinfo.GlobalFiles.FindDescriptorByName
has been fixed.sourceinfo.GlobalFiles
registry or from the variousWrap*
functions could induce panics in user code if querying for non-existent elements. For example, callingmessageDescriptor.Fields().ByNumber(123)
could return a typed-nil value on failure, instead of a nil interface. This would result in nil-dereference panics if methods were called on this later. These have been fixed.sourceinfo.GlobalFiles
registry and from the variousWrap*
functions had concrete types defined in this package, not in the Protobuf runtime. But theprotoreflect.Descriptor
interface has a "do not implement" marker, indicating that concrete types implementing the interface should not be implemented outside of that module. To avoid future issues with the Protobuf runtime, there are no more implementations in this repo. Instead of wrapping other descriptor implementations (via embedding, and then overriding some methods), this package now builds new descriptors, using theprotodesc
package in the Protobuf runtime module.Wrap*
functions are now deprecated. The name is no longer accurate since they no longer return wrapper values. Also the new implementation, which builds new descriptors, can fail (though unlikely), but the existing signature of these functions did not allow for returning an error. So these functions could possibly panic in the face of malformed input descriptors. Users should use the newAddSourceInfoTo*
versions of these functions instead.Additions:
AddSourceInfoTo*
functions to replace theWrap*
functions. These functions augment the input descriptors by adding source code information to them."github.com/jhump/protoreflect/dynamic"
Changes:
"google.golang.org/protobuf/types/dynamicpb"
package in the Protobuf runtime. In a v2 of this repo, this package will no longer be present."github.com/jhump/protoreflect/grpcreflect"
Additions:
NewClientV1
function to return a client that uses v1 of the server reflection service. This fills the gap in the existing factory functions,NewClientV1Alpha
andNewClientAuto
.AllowFallbackResolver
method to the*grpcreflect.Client
type. This allows the client to be configured with an alternate resolver that can be used as a backup when trying to satisfy dependencies, for cases where the remote server is non-authoritative and unable to provide all of them.jonboulle/clockwork (github.com/jonboulle/clockwork)
v0.5.0
Compare Source
What's Changed
Enhancements 🚀
Dependency Updates ⬆️
Configuration
📅 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).