Bump the golang-x group with 8 updates#1662
Conversation
|
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. DetailsInstructions 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 |
|
/retest |
Bumps the golang-x group with 8 updates: | Package | From | To | | --- | --- | --- | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.18.0` | `0.19.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.18.0` | `0.19.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.21.0` | `0.22.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.16.0` | `0.17.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.22.0` | `0.24.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.6.0` | `0.7.0` | | [golang.org/x/term](https://github.com/golang/term) | `0.18.0` | `0.19.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.19.0` | `0.20.0` | Updates `golang.org/x/oauth2` from 0.18.0 to 0.19.0 - [Commits](golang/oauth2@v0.18.0...v0.19.0) Updates `golang.org/x/sys` from 0.18.0 to 0.19.0 - [Commits](golang/sys@v0.18.0...v0.19.0) Updates `golang.org/x/crypto` from 0.21.0 to 0.22.0 - [Commits](golang/crypto@v0.21.0...v0.22.0) Updates `golang.org/x/mod` from 0.16.0 to 0.17.0 - [Commits](golang/mod@v0.16.0...v0.17.0) Updates `golang.org/x/net` from 0.22.0 to 0.24.0 - [Commits](golang/net@v0.22.0...v0.24.0) Updates `golang.org/x/sync` from 0.6.0 to 0.7.0 - [Commits](golang/sync@v0.6.0...v0.7.0) Updates `golang.org/x/term` from 0.18.0 to 0.19.0 - [Commits](golang/term@v0.18.0...v0.19.0) Updates `golang.org/x/tools` from 0.19.0 to 0.20.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.19.0...v0.20.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/sync 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] <support@github.com>
33336b6 to
9abc400
Compare
|
/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 DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Bumps the golang-x group with 8 updates:
0.18.00.19.00.18.00.19.00.21.00.22.00.16.00.17.00.22.00.24.00.6.00.7.00.18.00.19.00.19.00.20.0Updates
golang.org/x/oauth2from 0.18.0 to 0.19.0Commits
d0e617cgoogle: add Credentials.UniverseDomainProvider3c9c1f6oauth2/google: fix the logic of sts 0 value of expires_in5a05c65oauth2/google: fix remove content-type header from idms get requests3a6776aappengine: drop obsolete code for AppEngine envs <=Go 1.11Updates
golang.org/x/sysfrom 0.18.0 to 0.19.0Commits
cabba82windows: use uint32 for serial comm flags for consistency1a50d97windows: add serial comm functions95f07ecx/sys/windows: add func windows.DisconnectNamedPipe(handle Handle) (err error)4be02d3unix: expose mmap calls on z/OSUpdates
golang.org/x/cryptofrom 0.21.0 to 0.22.0Commits
d042a39go.mod: update golang.org/x dependenciesb92bf94ssh: respect MaxAuthTries also for "none" auth attempts6f79b5assh: add server side multi-step authentication8d0d405x/crypto/chacha20: cleanup chacha_ppc64le.sb91329dall: remove redundant words in comments and fix some typosUpdates
golang.org/x/modfrom 0.16.0 to 0.17.0Commits
aa51b25modfile: do not collapse if there are unattached comments within blocks87140ecsumdb/tlog: make NewTiles only generate strictly necessary tiles18d3f56modfile: fix crash on AddGoStmt in empty FileUpdates
golang.org/x/netfrom 0.22.0 to 0.24.0Commits
7bbe320go.mod: update golang.org/x dependenciesc48da13http2: fix TestServerContinuationFlood flakes762b58dhttp2: fix tipos in commentba87210http2: close connections when receiving too many headersebc8168all: fix some typos3678185http2: make TestCanonicalHeaderCacheGrowth faster448c44fhttp2: remove clientTesterc7877achttp2: convert the remaining clientTester tests to testClientConnd8870b0http2: use synthetic time in TestIdleConnTimeoutd73acffhttp2: only set up deadline when Server.IdleTimeout is positiveUpdates
golang.org/x/syncfrom 0.6.0 to 0.7.0Commits
14be23esemaphore: cancel acquisition with a done contextUpdates
golang.org/x/termfrom 0.18.0 to 0.19.0Commits
5b15d26go.mod: update golang.org/x dependenciesUpdates
golang.org/x/toolsfrom 0.19.0 to 0.20.0Commits
11c692egopls/internal/test/marker/testdata: skip hover size tests on 32-bit armfc660e5go.mod: update golang.org/x dependencies6590f47internal/gcimporter: renable tests of issue50259.gof1d5252gopls/internal/golang: Hover: show wasted % of struct space951bb40gopls/internal/test/integration/misc: fix flaky testc9b0c65gopls/internal/analysis/fillreturns: skip test if gotypesalias=1c623a28gopls/internal/cache: fix crash in snapshot.Analyze with patch versionsf345449gopls/internal/server: filter diagnostics to "best" views42d590cgopls/internal/test/integration: add a WriteGoSum run option53d35a5gopls/internal/golang: RenderPackageDoc: fix doc linksDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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