-
Notifications
You must be signed in to change notification settings - Fork 73
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 across 1 directory with 7 updates #968
base: master
Are you sure you want to change the base?
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. 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. |
c2be19f
to
27e871a
Compare
c769664
to
5587e0c
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
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Bumps the golang-x group with 3 updates in the / directory: [golang.org/x/net](https://github.com/golang/net), [golang.org/x/oauth2](https://github.com/golang/oauth2) and [golang.org/x/time](https://github.com/golang/time). Updates `golang.org/x/net` from 0.27.0 to 0.30.0 - [Commits](golang/net@v0.27.0...v0.30.0) Updates `golang.org/x/oauth2` from 0.22.0 to 0.23.0 - [Commits](golang/oauth2@v0.22.0...v0.23.0) Updates `golang.org/x/sys` from 0.22.0 to 0.26.0 - [Commits](golang/sys@v0.22.0...v0.26.0) Updates `golang.org/x/time` from 0.6.0 to 0.7.0 - [Commits](golang/time@v0.6.0...v0.7.0) Updates `golang.org/x/crypto` from 0.25.0 to 0.28.0 - [Commits](golang/crypto@v0.25.0...v0.28.0) Updates `golang.org/x/term` from 0.22.0 to 0.25.0 - [Commits](golang/term@v0.22.0...v0.25.0) Updates `golang.org/x/text` from 0.16.0 to 0.19.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.16.0...v0.19.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-x - 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/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 ... Signed-off-by: dependabot[bot] <[email protected]>
5587e0c
to
9337b86
Compare
New changes are detected. LGTM label has been removed. |
@dependabot[bot]: The following test 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. |
Bumps the golang-x group with 3 updates in the / directory: golang.org/x/net, golang.org/x/oauth2 and golang.org/x/time.
Updates
golang.org/x/net
from 0.27.0 to 0.30.0Commits
6cc5ac4
go.mod: update golang.org/x dependenciesf88258d
websocket: update nhooyr.io/websocket to github.com/coder/websocket7191757
http2: add support for net/http HTTP2 config field4790dc7
http2: add support for server-originated pings541dbe5
http2: add Server.WriteByteTimeout3c333c0
route: fix address parsing of messages on Darwin35b4aba
go.mod: update golang.org/x dependencies9bf379f
websocket: fix printf(var) mistake detected by latest printf checker4542a42
go.mod: update golang.org/x dependencies765c7e8
xsrftoken: create no padding base64 string by RawURLEncodingUpdates
golang.org/x/oauth2
from 0.22.0 to 0.23.0Commits
3e64809
x/oauth2: add Token.ExpiresIn16a9973
jwt: rename example to avoid vet errorb52af7d
endpoints: add GitLab DeviceAuthURLUpdates
golang.org/x/sys
from 0.22.0 to 0.26.0Commits
23b0dab
unix: mark vgetrandom as non-escapingcbf0eb6
unix: fix grep syntax to work on non-GNU grepse7397b9
unix: update to Linux 6.11981de40
unix: use vDSO for getrandom() on linux48aad76
linux: add tcp_cc_info and its related typesd58f986
all: fix some typos in comment30de352
unix: fix Test{Fd,}Xattr failure on NetBSD68ed59b
windows/svc: fix printf(var) mistake detected by latest printf checkerc08bc6e
unix: update Go to 1.23.0a43b625
windows: add SIO_UDP_NETRESET constantUpdates
golang.org/x/time
from 0.6.0 to 0.7.0Commits
772484e
x/time/rate: correctly handle 0 limitsUpdates
golang.org/x/crypto
from 0.25.0 to 0.28.0Commits
adef4cc
go.mod: update golang.org/x dependenciesa0819fb
sha3: fix cSHAKE initialization for extremely large N and or S42ee18b
ssh: return ServerAuthError after too many auth failures9e92970
bn256: add missing symbols in commentc9da6b9
all: fix printf(var) mistakes detected by latest printf checkerb35ab4f
go.mod: update golang.org/x dependenciesbcb0f91
internal/poly1305: Port sum_amd64.s to Avo7eace71
chacha20poly1305: Avo port of chacha20poly1305_amd64.s620dfbc
salsa20/salsa: Port salsa20_amd64.s to Avo82942cf
blake2b: port blake2b_amd64.s to AvoUpdates
golang.org/x/term
from 0.22.0 to 0.25.0Commits
9d5441a
go.mod: update golang.org/x dependencies2f7b0dd
go.mod: update golang.org/x dependenciesf867b76
x/term: set missing VIRTUAL_TERMINAL_INPUT flag on Windowsd598954
go.mod: update golang.org/x dependenciesd4346f0
LICENSE: update per Google LegalUpdates
golang.org/x/text
from 0.16.0 to 0.19.0Commits
3043346
x/text: Correct examples in number/doc38a95c2
all: fix some comments20097e4
all: fix printf(var) mistakes detected by latest printf checker1e3e9fd
all: rename Example test functions to prevent vet errorsb2bec85
go.mod: update golang.org/x dependenciesae0cf96
LICENSE: update per Google LegalDependabot 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