chore: update go dependencies - #2377
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: server/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
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.
This PR contains the following updates:
v0.4.3→v0.6.0v1.57.2→v1.64.0v0.17.84→v0.17.94v1.40.0→v1.43.3v1.32.2→v1.32.34v1.92.1→v1.106.3v4.7.0→v4.10.1v10.28.0→v10.30.3v1.19.0→v1.19.2v0.15.0→v0.16.0v1.4.1→v1.4.2v3.5.0→v3.5.2v0.4.2→v0.5.0v1.52.0→v1.53.0v2.5.31→v2.5.36v1.38.0→v1.44.0v0.63.0→v0.69.0v0.63.0→v0.69.0v0.63.0→v0.69.0v1.38.0→v1.44.0v1.38.0→v1.44.0v1.38.0→v1.44.0v1.38.0→v1.44.0v0.36.0→v0.44.0v0.49.0→v0.57.0v0.33.0→v0.36.0v0.19.0→v0.22.0v0.34.0→v0.40.0v0.41.0→v0.48.0v0.256.0→v0.291.0v1.77.0→v1.83.0v1.36.10→v1.36.11Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
googleapis/google-cloud-go (cloud.google.com/go/profiler)
v0.6.0Compare Source
Beta release of BigQuery, DataStore, Logging and Storage. See the
blog post.
bigquery:
struct support. Read a row directly into a struct with
RowIterator.Next, and upload a row directly from a struct withUploader.Put.You can also use field tags. See the [package documentation][cloud-bigquery-ref]
for details.
The
ValueListtype was removed. It is no longer necessary. Instead ofuse
Previously, repeatedly calling
RowIterator.Nexton the same[]ValueorValueListwould append to the slice. Now each call resets the size to zero first.Schema inference will infer the SQL type BYTES for a struct field of
type []byte. Previously it inferred STRING.
The types
uint,uint64anduintptrare no longer supported in schemainference. BigQuery's integer type is INT64, and those types may hold values
that are not correctly represented in a 64-bit signed integer.
v0.5.0the
Date,TimeandDateTimetypes in the newcloud.google.com/go/civilpackage.
will avoid errors arising from large values on 32-bit systems.
flattened list of the embedded struct's fields. This means that you may now have twice-nested slices, eg.
more details.
explicitly. Also, key functions have been changed and renamed.
NewIncompleteKeyhas been removed, replaced byIncompleteKey. ReplaceNewKeyhas been removed, replaced byNameKeyandIDKey. ReplaceDonevariable has been removed. Replacedatastore.Donewithiterator.Done, from the packagegoogle.golang.org/api/iterator.Client.Closemethod will have a return type of error. It will return the result of closing the underlying gRPC connection.more details.
99designs/gqlgen (github.com/99designs/gqlgen)
v0.17.94Compare Source
v0.17.93Compare Source
What's Changed
Full Changelog: 99designs/gqlgen@v0.17.92...v0.17.93
v0.17.92Compare Source
What's Changed
New Contributors
Full Changelog: 99designs/gqlgen@v0.17.91...v0.17.92
v0.17.91Compare Source
What's Changed
_federationRequiresfor all parents (#4192) by @atzedus in #4193New Contributors
Full Changelog: 99designs/gqlgen@v0.17.90...v0.17.91
v0.17.90Compare Source
What's Changed
follow-schemacode generation by @StevenACoffman in #4141New Contributors
Full Changelog: 99designs/gqlgen@v0.17.89...v0.17.90
v0.17.89Compare Source
What's Changed
New Contributors
Full Changelog: 99designs/gqlgen@v0.17.88...v0.17.89
v0.17.88Compare Source
What's Changed
New Contributors
Full Changelog: 99designs/gqlgen@v0.17.87...v0.17.88
v0.17.87Compare Source
What's Changed
graphql.ExecutableSchemaStateas shared schema dependency holder by @tomoikey in #4023go generate ./...&golangci-lint run --fixby @tomoikey in #4026Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.