[PR #148] [CLOSED] build(deps): bump golang.org/x/text from 0.1.1-0.20171102192421-88f656faf3f3 to 0.3.8 #156

Closed
opened 2026-05-05 11:02:42 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mmatczuk/go-http-tunnel/pull/148
Author: @dependabot[bot]
Created: 2/25/2023
Status: Closed

Base: masterHead: dependabot/go_modules/golang.org/x/text-0.3.8


📝 Commits (1)

  • 200ad68 build(deps): bump golang.org/x/text

📊 Changes

79 files changed (+61797 additions, -2694 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+26 -4)
vendor/golang.org/x/net/AUTHORS (+0 -3)
vendor/golang.org/x/net/CONTRIBUTORS (+0 -3)
vendor/golang.org/x/net/http/httpguts/guts.go (+50 -0)
📝 vendor/golang.org/x/net/http/httpguts/httplex.go (+36 -35)
📝 vendor/golang.org/x/net/http2/Dockerfile (+1 -1)
vendor/golang.org/x/net/http2/README (+0 -20)
vendor/golang.org/x/net/http2/ascii.go (+53 -0)
📝 vendor/golang.org/x/net/http2/ciphers.go (+1 -1)
📝 vendor/golang.org/x/net/http2/client_conn_pool.go (+81 -26)
vendor/golang.org/x/net/http2/configure_transport.go (+0 -80)
📝 vendor/golang.org/x/net/http2/errors.go (+13 -1)
📝 vendor/golang.org/x/net/http2/flow.go (+7 -5)
📝 vendor/golang.org/x/net/http2/frame.go (+103 -33)
vendor/golang.org/x/net/http2/go111.go (+30 -0)
vendor/golang.org/x/net/http2/go115.go (+27 -0)
vendor/golang.org/x/net/http2/go118.go (+17 -0)
vendor/golang.org/x/net/http2/go16.go (+0 -16)
vendor/golang.org/x/net/http2/go17.go (+0 -106)

...and 59 more files

📄 Description

Bumps golang.org/x/text from 0.1.1-0.20171102192421-88f656faf3f3 to 0.3.8.

Release notes

Sourced from golang.org/x/text's releases.

Upgrade to CLDR 32

No release notes provided.

Support for multiple Unicode versions. Includes Unicode 10.

As of this release, x/text/ will select the Unicode version for the relevant tables based on the Unicode version of the Go compiler used. Currently Unicode 9 and 10 are supported, which means that x/text will automatically select the right version as of Go 1.7. Keeping tables in sync prevents unexpected behavior and eliminates certain security concerns.

Commits

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mmatczuk/go-http-tunnel/pull/148 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/25/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/golang.org/x/text-0.3.8` --- ### 📝 Commits (1) - [`200ad68`](https://github.com/mmatczuk/go-http-tunnel/commit/200ad681c4c730d3b64cadc1b0a84a40673e7168) build(deps): bump golang.org/x/text ### 📊 Changes **79 files changed** (+61797 additions, -2694 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+26 -4) ➖ `vendor/golang.org/x/net/AUTHORS` (+0 -3) ➖ `vendor/golang.org/x/net/CONTRIBUTORS` (+0 -3) ➕ `vendor/golang.org/x/net/http/httpguts/guts.go` (+50 -0) 📝 `vendor/golang.org/x/net/http/httpguts/httplex.go` (+36 -35) 📝 `vendor/golang.org/x/net/http2/Dockerfile` (+1 -1) ➖ `vendor/golang.org/x/net/http2/README` (+0 -20) ➕ `vendor/golang.org/x/net/http2/ascii.go` (+53 -0) 📝 `vendor/golang.org/x/net/http2/ciphers.go` (+1 -1) 📝 `vendor/golang.org/x/net/http2/client_conn_pool.go` (+81 -26) ➖ `vendor/golang.org/x/net/http2/configure_transport.go` (+0 -80) 📝 `vendor/golang.org/x/net/http2/errors.go` (+13 -1) 📝 `vendor/golang.org/x/net/http2/flow.go` (+7 -5) 📝 `vendor/golang.org/x/net/http2/frame.go` (+103 -33) ➕ `vendor/golang.org/x/net/http2/go111.go` (+30 -0) ➕ `vendor/golang.org/x/net/http2/go115.go` (+27 -0) ➕ `vendor/golang.org/x/net/http2/go118.go` (+17 -0) ➖ `vendor/golang.org/x/net/http2/go16.go` (+0 -16) ➖ `vendor/golang.org/x/net/http2/go17.go` (+0 -106) _...and 59 more files_ </details> ### 📄 Description Bumps [golang.org/x/text](https://github.com/golang/text) from 0.1.1-0.20171102192421-88f656faf3f3 to 0.3.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golang/text/releases">golang.org/x/text's releases</a>.</em></p> <blockquote> <h2>Upgrade to CLDR 32</h2> <p>No release notes provided.</p> <h2>Support for multiple Unicode versions. Includes Unicode 10.</h2> <p>As of this release, x/text/ will select the Unicode version for the relevant tables based on the Unicode version of the Go compiler used. Currently Unicode 9 and 10 are supported, which means that x/text will automatically select the right version as of Go 1.7. Keeping tables in sync prevents unexpected behavior and eliminates certain security concerns.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/golang/text/commits/v0.3.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/text&package-manager=go_modules&previous-version=0.1.1-0.20171102192421-88f656faf3f3&new-version=0.3.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/mmatczuk/go-http-tunnel/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:02:42 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/go-http-tunnel#156
No description provided.