File tree 3 files changed +6
-6
lines changed
.licenses/arduino-create-agent/go/golang.org/x/sys
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : golang.org/x/sys/unix
3
- version : v0.2 .0
3
+ version : v0.3 .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.2 .0/LICENSE
9
+ - sources : sys@v0.3 .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.2 .0/PATENTS
38
+ - sources : sys@v0.3 .0/PATENTS
39
39
text : |
40
40
Additional IP Rights Grant (Patents)
41
41
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ require (
25
25
go.bug.st/serial v1.4.1
26
26
goa.design/goa v1.0.1-0.20190116060309-40843d63b0e4
27
27
golang.org/x/crypto v0.3.0
28
- golang.org/x/sys v0.2 .0
28
+ golang.org/x/sys v0.3 .0
29
29
gopkg.in/inconshreveable/go-update.v0 v0.0.0-20150814200126-d8b0b1d421aa
30
30
)
31
31
Original file line number Diff line number Diff line change @@ -390,8 +390,8 @@ golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBc
390
390
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
391
391
golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
392
392
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
393
- golang.org/x/sys v0.2 .0 h1:ljd4t30dBnAvMZaQCevtY0xLLD0A+bRZXbgLMLU1F/A =
394
- golang.org/x/sys v0.2 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
393
+ golang.org/x/sys v0.3 .0 h1:w8ZOecv6NaNa/zC8944JTU3vz4u6Lagfk4RPQxv92NQ =
394
+ golang.org/x/sys v0.3 .0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
395
395
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
396
396
golang.org/x/term v0.2.0 h1:z85xZCsEl7bi/KwbNADeBYoOP0++7W1ipu+aGnpwzRM =
397
397
golang.org/x/text v0.3.0 /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
You can’t perform that action at this time.
0 commit comments