-
Notifications
You must be signed in to change notification settings - Fork 158
Bump the golang-x group with 7 updates #2065
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 #2065
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. |
Bumps the golang-x group with 7 updates: | Package | From | To | | --- | --- | --- | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.27.0` | `0.29.0` | | [golang.org/x/time](https://github.com/golang/time) | `0.10.0` | `0.11.0` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.35.0` | `0.37.0` | | [golang.org/x/net](https://github.com/golang/net) | `0.35.0` | `0.39.0` | | [golang.org/x/term](https://github.com/golang/term) | `0.29.0` | `0.31.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.22.0` | `0.24.0` | | [golang.org/x/tools](https://github.com/golang/tools) | `0.30.0` | `0.32.0` | Updates `golang.org/x/oauth2` from 0.27.0 to 0.29.0 - [Commits](golang/oauth2@v0.27.0...v0.29.0) Updates `golang.org/x/time` from 0.10.0 to 0.11.0 - [Commits](golang/time@v0.10.0...v0.11.0) Updates `golang.org/x/crypto` from 0.35.0 to 0.37.0 - [Commits](golang/crypto@v0.35.0...v0.37.0) Updates `golang.org/x/net` from 0.35.0 to 0.39.0 - [Commits](golang/net@v0.35.0...v0.39.0) Updates `golang.org/x/term` from 0.29.0 to 0.31.0 - [Commits](golang/term@v0.29.0...v0.31.0) Updates `golang.org/x/text` from 0.22.0 to 0.24.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.22.0...v0.24.0) Updates `golang.org/x/tools` from 0.30.0 to 0.32.0 - [Release notes](https://github.com/golang/tools/releases) - [Commits](golang/tools@v0.30.0...v0.32.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-x - dependency-name: golang.org/x/time dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-x - dependency-name: golang.org/x/crypto dependency-version: 0.37.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang-x - dependency-name: golang.org/x/net dependency-version: 0.39.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang-x - dependency-name: golang.org/x/term dependency-version: 0.31.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang-x - dependency-name: golang.org/x/text dependency-version: 0.24.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang-x - dependency-name: golang.org/x/tools dependency-version: 0.32.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: golang-x ... Signed-off-by: dependabot[bot] <[email protected]>
a7ed2f0
to
ba8ce2d
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dependabot[bot], sunnylovestiramisu 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 |
/cherry-pick release-1.17 |
@Sneha-at: #2065 failed to apply on top of branch "release-1.17":
In response to this:
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. |
Bumps the golang-x group with 7 updates:
0.27.0
0.29.0
0.10.0
0.11.0
0.35.0
0.37.0
0.35.0
0.39.0
0.29.0
0.31.0
0.22.0
0.24.0
0.30.0
0.32.0
Updates
golang.org/x/oauth2
from 0.27.0 to 0.29.0Commits
65c15a3
oauth2: remove extra periodce56909
jws: improve fix for CVE-2025-228680042180
oauth2: Deep copy context client in NewClientce350bf
oauth2: remove unneeded TokenSource implementation in transport test44967ab
google: fix typos9c82a8c
oauth2.go: use a more straightforward return valueUpdates
golang.org/x/time
from 0.10.0 to 0.11.0Commits
0c50ed8
all: upgrade go directive to at least 1.23.0 [generated]66520f6
rate: simplify function advance only returns new Tokens to callerUpdates
golang.org/x/crypto
from 0.35.0 to 0.37.0Commits
959f8f3
go.mod: update golang.org/x dependencies769bcd6
ssh: use the configured rand in kex initd0a798f
cryptobyte: fix typo 'octects' into 'octets' for asn1.goacbcbef
acme: remove unnecessary []byte conversion376eb14
x509roots: support constrained rootsb369b72
crypto/internal/poly1305: implement function update in assembly on loong646b853fb
ssh/knownhosts: check more than one key49bf5b8
go.mod: update golang.org/x dependencies24852b6
ssh: add decode support for bannersbbc689c
ssh: use a more straightforward return valueUpdates
golang.org/x/net
from 0.35.0 to 0.39.0Commits
b8d8877
go.mod: update golang.org/x dependenciese1fcd82
html: properly handle trailing solidus in unquoted attribute value in foreign...ebed060
internal/http3: fix build of tests with GOEXPERIMENT=nosynctest1f1fa29
publicsuffix: regenerate table1215081
http2: improve error when server sends HTTP/1312450e
html: ensure <search> tag closes <p> and update tests09731f9
http2: improve handling of lost PING in Server55989e2
http2/h2c: use ResponseController for hijacking connections2914f46
websocket: re-recommend gorilla/websocket99b3ae0
go.mod: update golang.org/x dependenciesUpdates
golang.org/x/term
from 0.29.0 to 0.31.0Commits
5d2308b
go.mod: update golang.org/x dependenciese770ddd
x/term: disabling auto-completion around GetPassword()04218fd
go.mod: update golang.org/x dependencies208db03
all: upgrade go directive to at least 1.23.0 [generated]Updates
golang.org/x/text
from 0.22.0 to 0.24.0Commits
4890c57
go.mod: update golang.org/x dependencies566b44f
go.mod: update golang.org/x dependenciesd5156da
collate/build: do not use println in tests221d88c
x/text: fix scientific notation by removing extraneous spacesb18c107
internal/export/unicode: change C comment to mention unassigned code points835f8ac
language: use a more straightforward return valueae68efb
internal/export/unicode: add CategoryAliases, Cn, and LC518d9c0
all: upgrade go directive to at least 1.23.0 [generated]Updates
golang.org/x/tools
from 0.30.0 to 0.32.0Commits
456962e
go.mod: update golang.org/x dependencies5916e3c
internal/tokeninternal: AddExistingFiles: tweaks for proposal9a1fbbd
internal/typesinternal: change Used to UsedIdente73cd5a
gopls/internal/golang: implement dynamicFuncCallType with typeutil.ClassifyCall11a9b3f
gopls/internal/server: fix event labels after the big rename3e7f74d
go/types/typeutil: used doesn't need Info.Selectionsb97074b
internal/gofix: fix URLse850fe1
gopls/internal/golang: CodeAction: place gopls doc as the last actionb948add
internal/gofix: move from gopls/internal/analysis/gofixb437eff
go/types/typeutil: implement Callee and StaticCallee with UsedDependabot 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