-
Notifications
You must be signed in to change notification settings - Fork 159
Bump the golang-x group across 1 directory with 10 updates #1921
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
Conversation
Bumps the golang-x group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.21.0` | `0.26.0` | | [golang.org/x/sys](https://github.com/golang/sys) | `0.23.0` | `0.30.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.5.0` | `0.10.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.26.0` | `0.33.0` | | [golang.org/x/mod](https://github.com/golang/mod) | `0.20.0` | `0.23.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.28.0` | `0.34.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.24.0` | `0.29.0` | Updates `golang.org/x/oauth2` from 0.21.0 to 0.26.0 - [Commits](golang/oauth2@v0.21.0...v0.26.0) Updates `golang.org/x/sys` from 0.23.0 to 0.30.0 - [Commits](golang/sys@v0.23.0...v0.30.0) Updates `golang.org/x/time` from 0.5.0 to 0.10.0 - [Commits](golang/time@v0.5.0...v0.10.0) Updates `golang.org/x/crypto` from 0.26.0 to 0.33.0 - [Commits](golang/crypto@v0.26.0...v0.33.0) Updates `golang.org/x/mod` from 0.20.0 to 0.23.0 - [Commits](golang/mod@v0.20.0...v0.23.0) Updates `golang.org/x/net` from 0.28.0 to 0.34.0 - [Commits](golang/net@v0.28.0...v0.34.0) Updates `golang.org/x/sync` from 0.8.0 to 0.11.0 - [Commits](golang/sync@v0.8.0...v0.11.0) Updates `golang.org/x/term` from 0.23.0 to 0.29.0 - [Commits](golang/term@v0.23.0...v0.29.0) Updates `golang.org/x/text` from 0.17.0 to 0.22.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.17.0...v0.22.0) Updates `golang.org/x/tools` from 0.24.0 to 0.29.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.24.0...v0.29.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/time 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/text 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-sigs/prow 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 |
@dependabot[bot]: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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-sigs/prow repository. I understand the commands that are listed here. |
Superseded by #1936. |
Bumps the golang-x group with 7 updates in the / directory:
0.21.0
0.26.0
0.23.0
0.30.0
0.5.0
0.10.0
0.26.0
0.33.0
0.20.0
0.23.0
0.28.0
0.34.0
0.24.0
0.29.0
Updates
golang.org/x/oauth2
from 0.21.0 to 0.26.0Commits
b9c813b
google: add warning about externally-provided credentials49a531d
all: make method and struct comments match the names22134a4
README: don't recommend go get3e64809
x/oauth2: add Token.ExpiresIn16a9973
jwt: rename example to avoid vet errorb52af7d
endpoints: add GitLab DeviceAuthURL6d8340f
LICENSE: update per Google LegalUpdates
golang.org/x/sys
from 0.23.0 to 0.30.0Commits
863b3c4
unix: update glibc to 2.414d4692e
unix: add Auxvb215a1c
unix: update to Linux kernel 6.13c756214
cpu: add support for AVX-VNNI and IFMA detection1c14dca
unix: add GetPeerUcred and UcredGet for solarisd4ac05d
windows: update NewLazyDLL, LoadDLL docs to point to NewLazySystemDLL680bd24
windows: remove unused errString typea7f19e9
unix: add Dup3 on dragonflyfe16172
unix: define IfMsghdr2, IfData64, and RtMsghdr2 on darwin0a57dbc
unix: update to kernel Linux 6.12Updates
golang.org/x/time
from 0.5.0 to 0.10.0Commits
2c6c5a2
rate: prevent overflows when calculating durationFromTokens1ce61fe
rate: make function comment match function name3846194
README: don't recommend go get772484e
x/time/rate: correctly handle 0 limits5d9ef58
LICENSE: update per Google LegalUpdates
golang.org/x/crypto
from 0.26.0 to 0.33.0Commits
9290511
go.mod: update golang.org/x dependenciesfa5273e
x509roots/fallback: update bundlea8ea4be
ssh: add ServerConfig.PreAuthConnCallback, ServerPreAuthConn (banner) interface71d3a4c
acme: support challenges that require the ACME client to send a non-empty JSO...8929309
go.mod: update golang.org/x dependencies4a75ba5
all: make function and struct comments match the namesb4f1988
ssh: make the public key cache a 1-entry FIFO cache7042ebc
openpgp/clearsign: just use rand.Reader in tests3e90321
go.mod: update golang.org/x dependencies8c4e668
x509roots/fallback: update bundleUpdates
golang.org/x/mod
from 0.20.0 to 0.23.0Commits
52289f1
modfile: fix trailing empty lines in require blocksdec0365
sumdb: make data tiles by Server compatible with sum.golang.orgc8a7319
x/mod: fix handling of vendored packages with '/vendor' in non-top-level paths9cd0e4c
x/mod: remove vendor/modules.txt from module download46a3137
zip: set GIT_DIR in test when using bare repositories3afcd4e
go.mod: set go version to 1.22.0b1d336c
go.mod: update required go version to go1.22Updates
golang.org/x/net
from 0.28.0 to 0.34.0Commits
8da7ed1
go.mod: update golang.org/x dependencies2124140
all: make function and struct comments match the namese9d95ba
http2: do not surface errors from a conn's idle timer expiringc2be992
quic: remember which remote connection IDs have been retireddfc720d
go.mod: update golang.org/x dependencies8e66b04
html: use strings.EqualFold instead of lowering ourselvesb935f7b
html: avoid endless loop on error token9af49ef
route: remove unused sizeof* consts6705db9
quic: clean up crypto streams when dropping packet protection keys4ef7588
quic: handle ACK frame in packet which drops number spaceUpdates
golang.org/x/sync
from 0.8.0 to 0.11.0Commits
fe3591b
sync/errgroup: improve documentation for semaphore limit behavior913fb63
singleflight: fix typo in singleflight_test.go151027e
README: don't recommend go getUpdates
golang.org/x/term
from 0.23.0 to 0.29.0Commits
743b270
go.mod: update golang.org/x dependencies40b02d6
go.mod: update golang.org/x dependencies442846a
go.mod: update golang.org/x dependenciesb725e36
go.mod: update golang.org/x dependencies54df7da
README: don't recommend go get9d5441a
go.mod: update golang.org/x dependencies2f7b0dd
go.mod: update golang.org/x dependenciesf867b76
x/term: set missing VIRTUAL_TERMINAL_INPUT flag on WindowsUpdates
golang.org/x/text
from 0.17.0 to 0.22.0Commits
3b64043
go.mod: update golang.org/x dependencies1e59086
message/pipeline: add two Unalias callsd42948e
go.mod: update golang.org/x dependenciesefd25da
go.mod: update golang.org/x dependencies8a0e65e
README: don't recommend go getfefda1a
internal/texttest: remove Run and Bench helpersa457f47
all: normalize subtest names to NFC3043346
x/text: Correct examples in number/doc38a95c2
all: fix some comments20097e4
all: fix printf(var) mistakes detected by latest printf checkerUpdates
golang.org/x/tools
from 0.24.0 to 0.29.0Commits
1743d1a
go.mod: update golang.org/x dependencies43ba465
internal/analysis/modernize: minmax: reject IfStmt with Init29d66ee
gopls: update toolchain to go1.23.4ac39815
go/packages: add GOROOT env to avoid TestTarget failure in OpenBSD39e1a8c
godoc: fix missing (Added in Go) "x.xx" for function with type parameters98a190b
gopls/internal/analysis/unusedfunc: analyzer for unused funcs/methods192ac77
internal/golang: CodeAction: don't return empty source.doc titles5fe60fd
internal/settings: drop "annotations" settingc61a2b0
gopls/internal/golang: make GCDetails a code action, not a code lensfc95c03
internal/modindex: fix index directory for testsDependabot 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