Skip to content

Commit 0aa75c6

Browse files
[skip changelog] Bump golang.org/x/term from 0.22.0 to 0.23.0 (#2686)
* [skip changelog] Bump golang.org/x/term from 0.22.0 to 0.23.0 Bumps [golang.org/x/term](https://github.com/golang/term) from 0.22.0 to 0.23.0. - [Commits](golang/term@v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Updated license cache --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Cristian Maglie <[email protected]>
1 parent 5f01000 commit 0aa75c6

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

Diff for: .licenses/go/golang.org/x/sys/execabs.dep.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
name: golang.org/x/sys/execabs
3-
version: v0.22.0
3+
version: v0.23.0
44
type: go
55
summary: Package execabs is a drop-in replacement for os/exec that requires PATH lookups
66
to find absolute paths.
77
homepage: https://pkg.go.dev/golang.org/x/sys/execabs
88
license: other
99
licenses:
10-
- sources: sys@v0.22.0/LICENSE
10+
- sources: sys@v0.23.0/LICENSE
1111
text: |
12-
Copyright (c) 2009 The Go Authors. All rights reserved.
12+
Copyright 2009 The Go Authors.
1313
1414
Redistribution and use in source and binary forms, with or without
1515
modification, are permitted provided that the following conditions are
@@ -21,7 +21,7 @@ licenses:
2121
copyright notice, this list of conditions and the following disclaimer
2222
in the documentation and/or other materials provided with the
2323
distribution.
24-
* Neither the name of Google Inc. nor the names of its
24+
* Neither the name of Google LLC nor the names of its
2525
contributors may be used to endorse or promote products derived from
2626
this software without specific prior written permission.
2727
@@ -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: sys@v0.22.0/PATENTS
39+
- sources: sys@v0.23.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

Diff for: .licenses/go/golang.org/x/sys/unix.dep.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
name: golang.org/x/sys/unix
3-
version: v0.22.0
3+
version: v0.23.0
44
type: go
55
summary: Package unix contains an interface to the low-level operating system primitives.
66
homepage: https://pkg.go.dev/golang.org/x/sys/unix
77
license: bsd-3-clause
88
licenses:
9-
- sources: sys@v0.22.0/LICENSE
9+
- sources: sys@v0.23.0/LICENSE
1010
text: |
11-
Copyright (c) 2009 The Go Authors. All rights reserved.
11+
Copyright 2009 The Go Authors.
1212
1313
Redistribution and use in source and binary forms, with or without
1414
modification, are permitted provided that the following conditions are
@@ -20,7 +20,7 @@ licenses:
2020
copyright notice, this list of conditions and the following disclaimer
2121
in the documentation and/or other materials provided with the
2222
distribution.
23-
* Neither the name of Google Inc. nor the names of its
23+
* Neither the name of Google LLC nor the names of its
2424
contributors may be used to endorse or promote products derived from
2525
this software without specific prior written permission.
2626
@@ -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: sys@v0.22.0/PATENTS
38+
- sources: sys@v0.23.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

Diff for: .licenses/go/golang.org/x/term.dep.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: golang.org/x/term
3-
version: v0.22.0
3+
version: v0.23.0
44
type: go
55
summary: Package term provides support functions for dealing with terminals, as commonly
66
found on UNIX systems.
@@ -9,7 +9,7 @@ license: bsd-3-clause
99
licenses:
1010
- sources: LICENSE
1111
text: |
12-
Copyright (c) 2009 The Go Authors. All rights reserved.
12+
Copyright 2009 The Go Authors.
1313
1414
Redistribution and use in source and binary forms, with or without
1515
modification, are permitted provided that the following conditions are
@@ -21,7 +21,7 @@ licenses:
2121
copyright notice, this list of conditions and the following disclaimer
2222
in the documentation and/or other materials provided with the
2323
distribution.
24-
* Neither the name of Google Inc. nor the names of its
24+
* Neither the name of Google LLC nor the names of its
2525
contributors may be used to endorse or promote products derived from
2626
this software without specific prior written permission.
2727

Diff for: go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require (
3838
go.bug.st/downloader/v2 v2.2.0
3939
go.bug.st/relaxed-semver v0.12.0
4040
go.bug.st/testifyjson v1.2.0
41-
golang.org/x/term v0.22.0
41+
golang.org/x/term v0.23.0
4242
golang.org/x/text v0.16.0
4343
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157
4444
google.golang.org/grpc v1.65.0
@@ -99,7 +99,7 @@ require (
9999
golang.org/x/mod v0.17.0 // indirect
100100
golang.org/x/net v0.25.0 // indirect
101101
golang.org/x/sync v0.7.0 // indirect
102-
golang.org/x/sys v0.22.0 // indirect
102+
golang.org/x/sys v0.23.0 // indirect
103103
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
104104
gopkg.in/ini.v1 v1.67.0 // indirect
105105
gopkg.in/warnings.v0 v0.1.2 // indirect

Diff for: go.sum

+4-4
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,11 @@ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBc
259259
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
260260
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
261261
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
262-
golang.org/x/sys v0.22.0 h1:RI27ohtqKCnwULzJLqkv897zojh5/DwS/ENaMzUOaWI=
263-
golang.org/x/sys v0.22.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
262+
golang.org/x/sys v0.23.0 h1:YfKFowiIMvtgl1UERQoTPPToxltDeZfbj4H7dVUCwmM=
263+
golang.org/x/sys v0.23.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
264264
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
265-
golang.org/x/term v0.22.0 h1:BbsgPEJULsl2fV/AT3v15Mjva5yXKQDyKf+TbDz7QJk=
266-
golang.org/x/term v0.22.0/go.mod h1:F3qCibpT5AMpCRfhfT53vVJwhLtIVHhB9XDjfFvnMI4=
265+
golang.org/x/term v0.23.0 h1:F6D4vR+EHoL9/sWAWgAR1H2DcHr4PareCbAaCo1RpuU=
266+
golang.org/x/term v0.23.0/go.mod h1:DgV24QBUrK6jhZXl+20l6UWznPlwAHm1Q1mGHtydmSk=
267267
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
268268
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
269269
golang.org/x/text v0.16.0 h1:a94ExnEXNtEwYLGJSIUxnWoxoRz/ZcCsV63ROupILh4=

0 commit comments

Comments
 (0)