-
Notifications
You must be signed in to change notification settings - Fork 167
Bump the golang-x group with 7 updates #1637
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
Bump the golang-x group with 7 updates #1637
Conversation
Bumps the golang-x group with 7 updates: | Package | From | To | | --- | --- | --- | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.17.0` | `0.18.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.17.0` | `0.18.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.19.0` | `0.21.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.15.0` | `0.16.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.21.0` | `0.22.0` | | [golang.org/x/term](https://github.com/golang/term) | `0.17.0` | `0.18.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.18.0` | `0.19.0` | Updates `golang.org/x/oauth2` from 0.17.0 to 0.18.0 - [Commits](golang/oauth2@v0.17.0...v0.18.0) Updates `golang.org/x/sys` from 0.17.0 to 0.18.0 - [Commits](golang/sys@v0.17.0...v0.18.0) Updates `golang.org/x/crypto` from 0.19.0 to 0.21.0 - [Commits](golang/crypto@v0.19.0...v0.21.0) Updates `golang.org/x/mod` from 0.15.0 to 0.16.0 - [Commits](golang/mod@v0.15.0...v0.16.0) Updates `golang.org/x/net` from 0.21.0 to 0.22.0 - [Commits](golang/net@v0.21.0...v0.22.0) Updates `golang.org/x/term` from 0.17.0 to 0.18.0 - [Commits](golang/term@v0.17.0...v0.18.0) Updates `golang.org/x/tools` from 0.18.0 to 0.19.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-x - dependency-name: golang.org/x/sys dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-x - dependency-name: golang.org/x/crypto dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang-x - dependency-name: golang.org/x/mod dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang-x - dependency-name: golang.org/x/net dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang-x - dependency-name: golang.org/x/term dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang-x - dependency-name: golang.org/x/tools dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang-x ... Signed-off-by: dependabot[bot] <[email protected]>
Hi @dependabot[bot]. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dependabot[bot], tyuchn The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Bumps the golang-x group with 7 updates:
0.17.0
0.18.0
0.17.0
0.18.0
0.19.0
0.21.0
0.15.0
0.16.0
0.21.0
0.22.0
0.17.0
0.18.0
0.18.0
0.19.0
Updates
golang.org/x/oauth2
from 0.17.0 to 0.18.0Commits
85231f9
go.mod: update golang.org/x dependencies34a7afa
google/externalaccount: add Config.UniverseDomain95bec95
google/externalaccount: moves externalaccount package out of internal and exp...Updates
golang.org/x/sys
from 0.17.0 to 0.18.0Commits
360f961
unix: add API for fsconfig system call7ff74af
unix: drop go version tags for unsupported versions6b4eab5
unix: suppress ENOMEM errors from sysctl's implementing Uname(uname *Utsname)...2f2cc5d
unix: update IFLA and NETKIT constants with Linux kernel 6.7Updates
golang.org/x/crypto
from 0.19.0 to 0.21.0Commits
7067223
go.mod: update golang.org/x dependencies0d2316b
ssh/test: work around for TestCiphers failures on macOS0aab8d0
all: update go.mod x/net dependency5bead59
ocsp: don't use iota for externally defined constants1a86580
x/crypto/internal/poly1305: improve sum_ppc64le.s1c981e6
ssh/test: don't use DSA keys in integrations tests, update test RSA key62c9f17
x509roots/nss: manually exclude a confusingly constrained rootUpdates
golang.org/x/mod
from 0.15.0 to 0.16.0Commits
766dc5d
modfile: use new go version string format in WorkFile.add errorUpdates
golang.org/x/net
from 0.21.0 to 0.22.0Commits
7ee34a0
go.mod: update golang.org/x dependenciesc289c7a
websocket: re-add documentation for DialConfig9fb4a8c
http2: send an error of FLOW_CONTROL_ERROR when exceed the maximum octets3dfd003
websocket: add support for dialing with contextfa11427
quic: move package out of internal591be7f
quic: fix UDP on big-endian Linux, tests on various architectures34cc446
quic: temporarily disable networking tests failing on various platforms4bdc6df
quic: expand package docs, and document Stream22cbde9
quic: set ServerName in client connection TLSConfig57e4cc7
quic: handle PATH_CHALLENGE and PATH_RESPONSE framesUpdates
golang.org/x/term
from 0.17.0 to 0.18.0Commits
c5eaf76
go.mod: update golang.org/x dependenciesUpdates
golang.org/x/tools
from 0.18.0 to 0.19.0Commits
7656c4c
go.mod: update golang.org/x dependencies5bf7d00
cmd/callgraph: add 'posn' template helper283fce2
x/tools: drop go1.18 support7f348c7
internal/versions: updates the meaning of FileVersions.38b0e9b
x/tools: add explicit Unalias operationsa6c03c8
x/tools: update telemetry import (new Start API)1f7dbdf
gopls/internal/cache: add debug assertions for bug report4d4e802
gopls/doc: address additional comments on workspace.mdabe5874
gopls/internal/analysis: add fill switch cases code actionfc70354
gopls/internal/test: add test for NPE in control flow highlightingDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions