File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
.licenses/arduino-create-agent/go/golang.org/x/sys Expand file tree Collapse file tree 3 files changed +6
-6
lines changed 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 @@ -24,7 +24,7 @@ require (
2424 github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9
2525 go.bug.st/serial v1.6.1
2626 goa.design/goa/v3 v3.14.0
27- golang.org/x/sys v0.14 .0
27+ golang.org/x/sys v0.15 .0
2828 gopkg.in/inconshreveable/go-update.v0 v0.0.0-20150814200126-d8b0b1d421aa
2929)
3030
Original file line number Diff line number Diff line change @@ -230,8 +230,8 @@ golang.org/x/sys v0.2.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
230230golang.org/x/sys v0.3.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
231231golang.org/x/sys v0.5.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
232232golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
233- golang.org/x/sys v0.14 .0 h1:Vz7Qs629MkJkGyHxUlRHizWJRG2j8fbQKjELVSNhy7Q =
234- golang.org/x/sys v0.14 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
233+ golang.org/x/sys v0.15 .0 h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc =
234+ golang.org/x/sys v0.15 .0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
235235golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
236236golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 /go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8 =
237237golang.org/x/term v0.2.0 /go.mod h1:TVmDHMZPmdnySmBfhjOoOdhjzdE1h4u1VwSiw2l1Nuc =
You can’t perform that action at this time.
0 commit comments