File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed
.licenses/go/golang.org/x Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 11---
22name : golang.org/x/sys/execabs
3- version : v0.14 .0
3+ version : v0.15 .0
44type : go
55summary : Package execabs is a drop-in replacement for os/exec that requires PATH lookups
66 to find absolute paths.
77homepage : https://pkg.go.dev/golang.org/x/sys/execabs
88license : other
99licenses :
10- - sources : sys@v0.14 .0/LICENSE
10+ - sources : sys@v0.15 .0/LICENSE
1111 text : |
1212 Copyright (c) 2009 The Go Authors. All rights reserved.
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 : sys@v0.14 .0/PATENTS
39+ - sources : sys@v0.15 .0/PATENTS
4040 text : |
4141 Additional IP Rights Grant (Patents)
4242
Original file line number Diff line number Diff line change 11---
22name : golang.org/x/sys/unix
3- version : v0.14 .0
3+ version : v0.15 .0
44type : go
55summary : Package unix contains an interface to the low-level operating system primitives.
66homepage : https://pkg.go.dev/golang.org/x/sys/unix
77license : bsd-3-clause
88licenses :
9- - sources : sys@v0.14 .0/LICENSE
9+ - sources : sys@v0.15 .0/LICENSE
1010 text : |
1111 Copyright (c) 2009 The Go Authors. All rights reserved.
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 : sys@v0.14 .0/PATENTS
38+ - sources : sys@v0.15 .0/PATENTS
3939 text : |
4040 Additional IP Rights Grant (Patents)
4141
Original file line number Diff line number Diff line change 11---
22name : golang.org/x/term
3- version : v0.14 .0
3+ version : v0.15 .0
44type : go
55summary : Package term provides support functions for dealing with terminals, as commonly
66 found on UNIX systems.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ require (
3939 go.bug.st/relaxed-semver v0.12.0
4040 go.bug.st/serial v1.6.1
4141 go.bug.st/testifyjson v1.1.1
42- golang.org/x/term v0.14 .0
42+ golang.org/x/term v0.15 .0
4343 golang.org/x/text v0.14.0
4444 google.golang.org/genproto/googleapis/rpc v0.0.0-20231012201019-e917dd12ba7a
4545 google.golang.org/grpc v1.59.0
@@ -100,7 +100,7 @@ require (
100100 golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
101101 golang.org/x/mod v0.12.0 // indirect
102102 golang.org/x/net v0.17.0 // indirect
103- golang.org/x/sys v0.14 .0 // indirect
103+ golang.org/x/sys v0.15 .0 // indirect
104104 golang.org/x/tools v0.13.0 // indirect
105105 gopkg.in/ini.v1 v1.67.0 // indirect
106106 gopkg.in/warnings.v0 v0.1.2 // indirect
Original file line number Diff line number Diff line change @@ -677,15 +677,15 @@ golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
677677golang.org/x/sys v0.3.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
678678golang.org/x/sys v0.5.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
679679golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
680- golang.org/x/sys v0.14 .0 h1:Vz7Qs629MkJkGyHxUlRHizWJRG2j8fbQKjELVSNhy7Q =
681- golang.org/x/sys v0.14 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
680+ golang.org/x/sys v0.15 .0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc =
681+ golang.org/x/sys v0.15 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
682682golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
683683golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 /go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8 =
684684golang.org/x/term v0.2.0 /go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc =
685685golang.org/x/term v0.5.0 /go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k =
686686golang.org/x/term v0.6.0 /go.mod h1:m6U89DPEgQRMq3DNkDClhWw02AUbt2daBVO4cn4Hv9U =
687- golang.org/x/term v0.14 .0 h1:LGK9IlZ8T9jvdy6cTdfKUCltatMFOehAQo9SRC46UQ8 =
688- golang.org/x/term v0.14 .0 /go.mod h1:TySc+nGkYR6qt8km8wUhuFRTVSMIX3XPR58y2lC8vww =
687+ golang.org/x/term v0.15 .0 h1:y/Oo/a/q3IXu26lQgl04j/gjuBDOBlx7X6Om1j2CPW4 =
688+ golang.org/x/term v0.15 .0 /go.mod h1:BDl952bC7+uMoWR75FIrCDx79TPU9oHkTZ9yRbYOrX0 =
689689golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
690690golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
691691golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
You can’t perform that action at this time.
0 commit comments