File tree 5 files changed +13
-13
lines changed
.licenses/arduino-create-agent/go/go.bug.st
5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : go.bug.st/serial
3
- version : v1.4.1
3
+ version : v1.6.0
4
4
type : go
5
5
summary : Package serial is a cross-platform serial library for the go language.
6
6
homepage : https://pkg.go.dev/go.bug.st/serial
@@ -9,7 +9,7 @@ licenses:
9
9
- sources : LICENSE
10
10
text : |2+
11
11
12
- Copyright (c) 2014-2021 , Cristian Maglie.
12
+ Copyright (c) 2014-2023 , Cristian Maglie.
13
13
All rights reserved.
14
14
15
15
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 1
1
---
2
2
name : go.bug.st/serial/enumerator
3
- version : v1.4.1
3
+ version : v1.6.0
4
4
type : go
5
5
summary : Package enumerator is a golang cross-platform library for USB serial port
6
6
discovery.
7
7
homepage : https://pkg.go.dev/go.bug.st/serial/enumerator
8
8
license : bsd-3-clause
9
9
licenses :
10
- - sources : serial@v1.4.1 /LICENSE
10
+ - sources : serial@v1.6.0 /LICENSE
11
11
text : |2+
12
12
13
- Copyright (c) 2014-2021 , Cristian Maglie.
13
+ Copyright (c) 2014-2023 , Cristian Maglie.
14
14
All rights reserved.
15
15
16
16
Redistribution and use in source and binary forms, with or without
@@ -42,7 +42,7 @@ licenses:
42
42
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
43
43
POSSIBILITY OF SUCH DAMAGE.
44
44
45
- - sources : serial@v1.4.1 /README.md
45
+ - sources : serial@v1.6.0 /README.md
46
46
text : |-
47
47
The software is release under a [BSD 3-clause license]
48
48
Original file line number Diff line number Diff line change 1
1
---
2
2
name : go.bug.st/serial/unixutils
3
- version : v1.4.1
3
+ version : v1.6.0
4
4
type : go
5
5
summary :
6
6
homepage : https://pkg.go.dev/go.bug.st/serial/unixutils
7
7
license : bsd-3-clause
8
8
licenses :
9
- - sources : serial@v1.4.1 /LICENSE
9
+ - sources : serial@v1.6.0 /LICENSE
10
10
text : |2+
11
11
12
- Copyright (c) 2014-2021 , Cristian Maglie.
12
+ Copyright (c) 2014-2023 , Cristian Maglie.
13
13
All rights reserved.
14
14
15
15
Redistribution and use in source and binary forms, with or without
@@ -41,7 +41,7 @@ licenses:
41
41
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
42
42
POSSIBILITY OF SUCH DAMAGE.
43
43
44
- - sources : serial@v1.4.1 /README.md
44
+ - sources : serial@v1.6.0 /README.md
45
45
text : |-
46
46
The software is release under a [BSD 3-clause license]
47
47
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ require (
22
22
github.com/stretchr/testify v1.8.4
23
23
github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9
24
24
go.bug.st/downloader/v2 v2.1.1
25
- go.bug.st/serial v1.4.1
25
+ go.bug.st/serial v1.6.0
26
26
goa.design/goa/v3 v3.12.4
27
27
golang.org/x/crypto v0.12.0
28
28
golang.org/x/sys v0.11.0
Original file line number Diff line number Diff line change @@ -165,8 +165,8 @@ github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9 h1:w8V9v0qVympSF6Gj
165
165
github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9 /go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8 =
166
166
go.bug.st/downloader/v2 v2.1.1 h1:nyqbUizo3E2IxCCm4YFac4FtSqqFpqWP+Aae5GCMuw4 =
167
167
go.bug.st/downloader/v2 v2.1.1 /go.mod h1:VZW2V1iGKV8rJL2ZEGIDzzBeKowYv34AedJz13RzVII =
168
- go.bug.st/serial v1.4.1 h1:AwYUNixVf90XymNeJaUkMrPp+GZQe3RMFQmpVdHIUK8 =
169
- go.bug.st/serial v1.4.1 /go.mod h1:z8CesKorE90Qr/oRSJiEuvzYRKol9r/anJZEb5kt304 =
168
+ go.bug.st/serial v1.6.0 h1:mAbRGN4cKE2J5gMwsMHC2KQisdLRQssO9WSM+rbZJ8A =
169
+ go.bug.st/serial v1.6.0 /go.mod h1:UABfsluHAiaNI+La2iESysd9Vetq7VRdpxvjx7CmmOE =
170
170
goa.design/goa/v3 v3.12.4 h1:g3G8yHLk+jyUDNRL2sNg+ZcoQ62zY83rpgagAQ5VmTA =
171
171
goa.design/goa/v3 v3.12.4 /go.mod h1:h1vjyGQ+rqWK+VvnqN8oLcpqaHrKIyuY1Vx+jhKodpg =
172
172
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 h1:18EFjUmQOcUvxNYSkA6jO9VAiXCnxFY6NyDX0bHDmkU =
You can’t perform that action at this time.
0 commit comments