Skip to content

Commit a86947b

Browse files
[skip changelog] Bump golang.org/x/text from 0.30.0 to 0.31.0 (#3045)
* [skip changelog] Bump golang.org/x/text from 0.30.0 to 0.31.0 Bumps [golang.org/x/text](https://github.com/golang/text) from 0.30.0 to 0.31.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.30.0...v0.31.0) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update license cache --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cristian Maglie <c.maglie@arduino.cc>
1 parent 7eeeb7a commit a86947b

File tree

10 files changed

+33
-33
lines changed

10 files changed

+33
-33
lines changed

.licenses/NOTICE.arduino-cli

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24817,7 +24817,7 @@ rights granted to you under this License for this implementation of Go
2481724817
shall terminate as of the date such litigation is filed.
2481824818

2481924819
*****
24820-
golang.org/x/text/encoding@v0.30.0
24820+
golang.org/x/text/encoding@v0.31.0
2482124821

2482224822
Copyright 2009 The Go Authors.
2482324823

@@ -24873,7 +24873,7 @@ rights granted to you under this License for this implementation of Go
2487324873
shall terminate as of the date such litigation is filed.
2487424874

2487524875
*****
24876-
golang.org/x/text/encoding/internal@v0.30.0
24876+
golang.org/x/text/encoding/internal@v0.31.0
2487724877

2487824878
Copyright 2009 The Go Authors.
2487924879

@@ -24929,7 +24929,7 @@ rights granted to you under this License for this implementation of Go
2492924929
shall terminate as of the date such litigation is filed.
2493024930

2493124931
*****
24932-
golang.org/x/text/encoding/internal/identifier@v0.30.0
24932+
golang.org/x/text/encoding/internal/identifier@v0.31.0
2493324933

2493424934
Copyright 2009 The Go Authors.
2493524935

@@ -24985,7 +24985,7 @@ rights granted to you under this License for this implementation of Go
2498524985
shall terminate as of the date such litigation is filed.
2498624986

2498724987
*****
24988-
golang.org/x/text/encoding/unicode@v0.30.0
24988+
golang.org/x/text/encoding/unicode@v0.31.0
2498924989

2499024990
Copyright 2009 The Go Authors.
2499124991

@@ -25041,7 +25041,7 @@ rights granted to you under this License for this implementation of Go
2504125041
shall terminate as of the date such litigation is filed.
2504225042

2504325043
*****
25044-
golang.org/x/text/internal/utf8internal@v0.30.0
25044+
golang.org/x/text/internal/utf8internal@v0.31.0
2504525045

2504625046
Copyright 2009 The Go Authors.
2504725047

@@ -25097,7 +25097,7 @@ rights granted to you under this License for this implementation of Go
2509725097
shall terminate as of the date such litigation is filed.
2509825098

2509925099
*****
25100-
golang.org/x/text/runes@v0.30.0
25100+
golang.org/x/text/runes@v0.31.0
2510125101

2510225102
Copyright 2009 The Go Authors.
2510325103

.licenses/go/golang.org/x/text/encoding.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/text/encoding
3-
version: v0.30.0
3+
version: v0.31.0
44
type: go
55
summary: Package encoding defines an interface for character encodings, such as Shift
66
JIS and Windows 1252, that can convert to and from UTF-8.
77
homepage: https://pkg.go.dev/golang.org/x/text/encoding
88
license: other
99
licenses:
10-
- sources: text@v0.30.0/LICENSE
10+
- sources: text@v0.31.0/LICENSE
1111
text: |
1212
Copyright 2009 The Go Authors.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: text@v0.30.0/PATENTS
39+
- sources: text@v0.31.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/go/golang.org/x/text/encoding/internal.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/text/encoding/internal
3-
version: v0.30.0
3+
version: v0.31.0
44
type: go
55
summary: Package internal contains code that is shared among encoding implementations.
66
homepage: https://pkg.go.dev/golang.org/x/text/encoding/internal
77
license: other
88
licenses:
9-
- sources: text@v0.30.0/LICENSE
9+
- sources: text@v0.31.0/LICENSE
1010
text: |
1111
Copyright 2009 The Go Authors.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: text@v0.30.0/PATENTS
38+
- sources: text@v0.31.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/go/golang.org/x/text/encoding/internal/identifier.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: golang.org/x/text/encoding/internal/identifier
3-
version: v0.30.0
3+
version: v0.31.0
44
type: go
55
summary: Package identifier defines the contract between implementations of Encoding
66
and Index by defining identifiers that uniquely identify standardized coded character
@@ -10,7 +10,7 @@ summary: Package identifier defines the contract between implementations of Enco
1010
homepage: https://pkg.go.dev/golang.org/x/text/encoding/internal/identifier
1111
license: other
1212
licenses:
13-
- sources: text@v0.30.0/LICENSE
13+
- sources: text@v0.31.0/LICENSE
1414
text: |
1515
Copyright 2009 The Go Authors.
1616
@@ -39,7 +39,7 @@ licenses:
3939
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4040
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
4141
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
42-
- sources: text@v0.30.0/PATENTS
42+
- sources: text@v0.31.0/PATENTS
4343
text: |
4444
Additional IP Rights Grant (Patents)
4545

.licenses/go/golang.org/x/text/encoding/unicode.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/text/encoding/unicode
3-
version: v0.30.0
3+
version: v0.31.0
44
type: go
55
summary: Package unicode provides Unicode encodings such as UTF-16.
66
homepage: https://pkg.go.dev/golang.org/x/text/encoding/unicode
77
license: other
88
licenses:
9-
- sources: text@v0.30.0/LICENSE
9+
- sources: text@v0.31.0/LICENSE
1010
text: |
1111
Copyright 2009 The Go Authors.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: text@v0.30.0/PATENTS
38+
- sources: text@v0.31.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/go/golang.org/x/text/internal/utf8internal.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/text/internal/utf8internal
3-
version: v0.30.0
3+
version: v0.31.0
44
type: go
55
summary: Package utf8internal contains low-level utf8-related constants, tables, etc.
66
homepage: https://pkg.go.dev/golang.org/x/text/internal/utf8internal
77
license: other
88
licenses:
9-
- sources: text@v0.30.0/LICENSE
9+
- sources: text@v0.31.0/LICENSE
1010
text: |
1111
Copyright 2009 The Go Authors.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: text@v0.30.0/PATENTS
38+
- sources: text@v0.31.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/go/golang.org/x/text/runes.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/text/runes
3-
version: v0.30.0
3+
version: v0.31.0
44
type: go
55
summary: Package runes provide transforms for UTF-8 encoded text.
66
homepage: https://pkg.go.dev/golang.org/x/text/runes
77
license: bsd-3-clause
88
licenses:
9-
- sources: text@v0.30.0/LICENSE
9+
- sources: text@v0.31.0/LICENSE
1010
text: |
1111
Copyright 2009 The Go Authors.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: text@v0.30.0/PATENTS
38+
- sources: text@v0.31.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

debian/arduino-cli/usr/share/doc/arduino-cli/copyright

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24832,7 +24832,7 @@ rights granted to you under this License for this implementation of Go
2483224832
shall terminate as of the date such litigation is filed.
2483324833

2483424834
*****
24835-
golang.org/x/text/encoding@v0.30.0
24835+
golang.org/x/text/encoding@v0.31.0
2483624836

2483724837
Copyright 2009 The Go Authors.
2483824838

@@ -24888,7 +24888,7 @@ rights granted to you under this License for this implementation of Go
2488824888
shall terminate as of the date such litigation is filed.
2488924889

2489024890
*****
24891-
golang.org/x/text/encoding/internal@v0.30.0
24891+
golang.org/x/text/encoding/internal@v0.31.0
2489224892

2489324893
Copyright 2009 The Go Authors.
2489424894

@@ -24944,7 +24944,7 @@ rights granted to you under this License for this implementation of Go
2494424944
shall terminate as of the date such litigation is filed.
2494524945

2494624946
*****
24947-
golang.org/x/text/encoding/internal/identifier@v0.30.0
24947+
golang.org/x/text/encoding/internal/identifier@v0.31.0
2494824948

2494924949
Copyright 2009 The Go Authors.
2495024950

@@ -25000,7 +25000,7 @@ rights granted to you under this License for this implementation of Go
2500025000
shall terminate as of the date such litigation is filed.
2500125001

2500225002
*****
25003-
golang.org/x/text/encoding/unicode@v0.30.0
25003+
golang.org/x/text/encoding/unicode@v0.31.0
2500425004

2500525005
Copyright 2009 The Go Authors.
2500625006

@@ -25056,7 +25056,7 @@ rights granted to you under this License for this implementation of Go
2505625056
shall terminate as of the date such litigation is filed.
2505725057

2505825058
*****
25059-
golang.org/x/text/internal/utf8internal@v0.30.0
25059+
golang.org/x/text/internal/utf8internal@v0.31.0
2506025060

2506125061
Copyright 2009 The Go Authors.
2506225062

@@ -25112,7 +25112,7 @@ rights granted to you under this License for this implementation of Go
2511225112
shall terminate as of the date such litigation is filed.
2511325113

2511425114
*****
25115-
golang.org/x/text/runes@v0.30.0
25115+
golang.org/x/text/runes@v0.31.0
2511625116

2511725117
Copyright 2009 The Go Authors.
2511825118

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ require (
4242
go.bug.st/testifyjson v1.3.0
4343
golang.org/x/sys v0.38.0
4444
golang.org/x/term v0.37.0
45-
golang.org/x/text v0.30.0
45+
golang.org/x/text v0.31.0
4646
google.golang.org/genproto/googleapis/rpc v0.0.0-20250804133106-a7a43d27e69b
4747
google.golang.org/grpc v1.76.0
4848
google.golang.org/protobuf v1.36.10

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9sn
240240
golang.org/x/term v0.37.0 h1:8EGAD0qCmHYZg6J17DvsMy9/wJ7/D/4pV/wfnld5lTU=
241241
golang.org/x/term v0.37.0/go.mod h1:5pB4lxRNYYVZuTLmy8oR2BH8dflOR+IbTYFD8fi3254=
242242
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
243-
golang.org/x/text v0.30.0 h1:yznKA/E9zq54KzlzBEAWn1NXSQ8DIp/NYMy88xJjl4k=
244-
golang.org/x/text v0.30.0/go.mod h1:yDdHFIX9t+tORqspjENWgzaCVXgk0yYnYuSZ8UzzBVM=
243+
golang.org/x/text v0.31.0 h1:aC8ghyu4JhP8VojJ2lEHBnochRno1sgL6nEi9WGFGMM=
244+
golang.org/x/text v0.31.0/go.mod h1:tKRAlv61yKIjGGHX/4tP1LTbc13YSec1pxVEWXzfoeM=
245245
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
246246
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
247247
gonum.org/v1/gonum v0.16.0 h1:5+ul4Swaf3ESvrOnidPp4GZbzf0mxVQpDCYUQE7OJfk=

0 commit comments

Comments
 (0)