File tree 5 files changed +13
-13
lines changed
.licenses/go/golang.org/x
5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : golang.org/x/sys/execabs
3
- version : v0.18 .0
3
+ version : v0.20 .0
4
4
type : go
5
5
summary : Package execabs is a drop-in replacement for os/exec that requires PATH lookups
6
6
to find absolute paths.
7
7
homepage : https://pkg.go.dev/golang.org/x/sys/execabs
8
8
license : other
9
9
licenses :
10
- - sources : sys@v0.18 .0/LICENSE
10
+ - sources : sys@v0.20 .0/LICENSE
11
11
text : |
12
12
Copyright (c) 2009 The Go Authors. All rights reserved.
13
13
@@ -36,7 +36,7 @@ licenses:
36
36
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
37
37
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
38
38
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39
- - sources : sys@v0.18 .0/PATENTS
39
+ - sources : sys@v0.20 .0/PATENTS
40
40
text : |
41
41
Additional IP Rights Grant (Patents)
42
42
Original file line number Diff line number Diff line change 1
1
---
2
2
name : golang.org/x/sys/unix
3
- version : v0.18 .0
3
+ version : v0.20 .0
4
4
type : go
5
5
summary : Package unix contains an interface to the low-level operating system primitives.
6
6
homepage : https://pkg.go.dev/golang.org/x/sys/unix
7
7
license : bsd-3-clause
8
8
licenses :
9
- - sources : sys@v0.18 .0/LICENSE
9
+ - sources : sys@v0.20 .0/LICENSE
10
10
text : |
11
11
Copyright (c) 2009 The Go Authors. All rights reserved.
12
12
@@ -35,7 +35,7 @@ licenses:
35
35
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
36
36
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
37
37
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38
- - sources : sys@v0.18 .0/PATENTS
38
+ - sources : sys@v0.20 .0/PATENTS
39
39
text : |
40
40
Additional IP Rights Grant (Patents)
41
41
Original file line number Diff line number Diff line change 1
1
---
2
2
name : golang.org/x/term
3
- version : v0.18 .0
3
+ version : v0.20 .0
4
4
type : go
5
5
summary : Package term provides support functions for dealing with terminals, as commonly
6
6
found on UNIX systems.
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ require (
38
38
go.bug.st/downloader/v2 v2.1.1
39
39
go.bug.st/relaxed-semver v0.12.0
40
40
go.bug.st/testifyjson v1.1.1
41
- golang.org/x/term v0.18 .0
41
+ golang.org/x/term v0.20 .0
42
42
golang.org/x/text v0.14.0
43
43
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80
44
44
google.golang.org/grpc v1.62.1
@@ -99,7 +99,7 @@ require (
99
99
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
100
100
golang.org/x/mod v0.12.0 // indirect
101
101
golang.org/x/net v0.23.0 // indirect
102
- golang.org/x/sys v0.18 .0 // indirect
102
+ golang.org/x/sys v0.20 .0 // indirect
103
103
golang.org/x/tools v0.13.0 // indirect
104
104
gopkg.in/ini.v1 v1.67.0 // indirect
105
105
gopkg.in/warnings.v0 v0.1.2 // indirect
Original file line number Diff line number Diff line change @@ -261,11 +261,11 @@ golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBc
261
261
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
262
262
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
263
263
golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
264
- golang.org/x/sys v0.18 .0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4 =
265
- golang.org/x/sys v0.18 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
264
+ golang.org/x/sys v0.20 .0 h1:Od9JTbYCk261bKm4M/mw7AklTlFYIa0bIp9BgSm1S8Y =
265
+ golang.org/x/sys v0.20 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
266
266
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
267
- golang.org/x/term v0.18 .0 h1:FcHjZXDMxI8mM3nwhX9HlKop4C0YQvCVCdwYl2wOtE8 =
268
- golang.org/x/term v0.18 .0 /go.mod h1:ILwASektA3OnRv7amZ1xhE/KTR+u50pbXfZ03+6Nx58 =
267
+ golang.org/x/term v0.20 .0 h1:VnkxpohqXaOBYJtBmEppKUG6mXpi+4O6purfc2+sMhw =
268
+ golang.org/x/term v0.20 .0 /go.mod h1:8UkIAJTvZgivsXaD6/pH6U9ecQzZ45awqEOzuCvwpFY =
269
269
golang.org/x/text v0.3.3 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
270
270
golang.org/x/text v0.3.6 /go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ =
271
271
golang.org/x/text v0.14.0 h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ =
You can’t perform that action at this time.
0 commit comments