Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Apr 16, 2025

Bumps the go_modules group with 5 updates:

Package From To
gopkg.in/yaml.v3 3.0.0-20210107192922-496545a6307b 3.0.0
golang.org/x/crypto 0.0.0-20220112180741-5e0467b6c7ce 0.35.0
golang.org/x/net 0.0.0-20211112202133-69e39bad7dc2 0.21.0
golang.org/x/sys 0.0.0-20220114195835-da31bd327af9 0.30.0
golang.org/x/text 0.3.7 0.22.0

Updates gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0

Updates golang.org/x/crypto from 0.0.0-20220112180741-5e0467b6c7ce to 0.35.0

Commits

Updates golang.org/x/net from 0.0.0-20211112202133-69e39bad7dc2 to 0.21.0

Commits

Updates golang.org/x/sys from 0.0.0-20220114195835-da31bd327af9 to 0.30.0

Commits

Updates golang.org/x/text from 0.3.7 to 0.22.0

Commits
  • 3b64043 go.mod: update golang.org/x dependencies
  • 1e59086 message/pipeline: add two Unalias calls
  • d42948e go.mod: update golang.org/x dependencies
  • efd25da go.mod: update golang.org/x dependencies
  • 8a0e65e README: don't recommend go get
  • fefda1a internal/texttest: remove Run and Bench helpers
  • a457f47 all: normalize subtest names to NFC
  • 3043346 x/text: Correct examples in number/doc
  • 38a95c2 all: fix some comments
  • 20097e4 all: fix printf(var) mistakes detected by latest printf checker
  • Additional commits viewable in compare view

Dependabot 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 16, 2025
Bumps the go_modules group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| gopkg.in/yaml.v3 | `3.0.0-20210107192922-496545a6307b` | `3.0.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.0.0-20220112180741-5e0467b6c7ce` | `0.35.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.0.0-20211112202133-69e39bad7dc2` | `0.21.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.0.0-20220114195835-da31bd327af9` | `0.30.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.3.7` | `0.22.0` |


Updates `gopkg.in/yaml.v3` from 3.0.0-20210107192922-496545a6307b to 3.0.0

Updates `golang.org/x/crypto` from 0.0.0-20220112180741-5e0467b6c7ce to 0.35.0
- [Commits](https://github.com/golang/crypto/commits/v0.35.0)

Updates `golang.org/x/net` from 0.0.0-20211112202133-69e39bad7dc2 to 0.21.0
- [Commits](https://github.com/golang/net/commits/v0.21.0)

Updates `golang.org/x/sys` from 0.0.0-20220114195835-da31bd327af9 to 0.30.0
- [Commits](https://github.com/golang/sys/commits/v0.30.0)

Updates `golang.org/x/text` from 0.3.7 to 0.22.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.3.7...v0.22.0)

---
updated-dependencies:
- dependency-name: gopkg.in/yaml.v3
  dependency-version: 3.0.0
  dependency-type: direct:production
  dependency-group: go_modules
- dependency-name: golang.org/x/crypto
  dependency-version: 0.35.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/net
  dependency-version: 0.21.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/sys
  dependency-version: 0.30.0
  dependency-type: indirect
  dependency-group: go_modules
- dependency-name: golang.org/x/text
  dependency-version: 0.22.0
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go_modules-8c5568a5a6 branch from e4fa84f to d83c4b7 Compare April 16, 2025 11:48
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Apr 16, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 16, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/go_modules-8c5568a5a6 branch April 16, 2025 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant