Skip to content

Commit 694398d

Browse files
committed
Updated go.bug.st/serial lib to 1.6.0
1 parent a2b9f11 commit 694398d

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.licenses/arduino-create-agent/go/go.bug.st/serial.dep.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: go.bug.st/serial
3-
version: v1.4.1
3+
version: v1.6.0
44
type: go
55
summary: Package serial is a cross-platform serial library for the go language.
66
homepage: https://pkg.go.dev/go.bug.st/serial
@@ -9,7 +9,7 @@ licenses:
99
- sources: LICENSE
1010
text: |2+
1111
12-
Copyright (c) 2014-2021, Cristian Maglie.
12+
Copyright (c) 2014-2023, Cristian Maglie.
1313
All rights reserved.
1414
1515
Redistribution and use in source and binary forms, with or without

.licenses/arduino-create-agent/go/go.bug.st/serial/enumerator.dep.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
22
name: go.bug.st/serial/enumerator
3-
version: v1.4.1
3+
version: v1.6.0
44
type: go
55
summary: Package enumerator is a golang cross-platform library for USB serial port
66
discovery.
77
homepage: https://pkg.go.dev/go.bug.st/serial/enumerator
88
license: bsd-3-clause
99
licenses:
10-
- sources: serial@v1.4.1/LICENSE
10+
- sources: serial@v1.6.0/LICENSE
1111
text: |2+
1212
13-
Copyright (c) 2014-2021, Cristian Maglie.
13+
Copyright (c) 2014-2023, Cristian Maglie.
1414
All rights reserved.
1515
1616
Redistribution and use in source and binary forms, with or without
@@ -42,7 +42,7 @@ licenses:
4242
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
4343
POSSIBILITY OF SUCH DAMAGE.
4444
45-
- sources: serial@v1.4.1/README.md
45+
- sources: serial@v1.6.0/README.md
4646
text: |-
4747
The software is release under a [BSD 3-clause license]
4848

.licenses/arduino-create-agent/go/go.bug.st/serial/unixutils.dep.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
name: go.bug.st/serial/unixutils
3-
version: v1.4.1
3+
version: v1.6.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/go.bug.st/serial/unixutils
77
license: bsd-3-clause
88
licenses:
9-
- sources: serial@v1.4.1/LICENSE
9+
- sources: serial@v1.6.0/LICENSE
1010
text: |2+
1111
12-
Copyright (c) 2014-2021, Cristian Maglie.
12+
Copyright (c) 2014-2023, Cristian Maglie.
1313
All rights reserved.
1414
1515
Redistribution and use in source and binary forms, with or without
@@ -41,7 +41,7 @@ licenses:
4141
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
4242
POSSIBILITY OF SUCH DAMAGE.
4343
44-
- sources: serial@v1.4.1/README.md
44+
- sources: serial@v1.6.0/README.md
4545
text: |-
4646
The software is release under a [BSD 3-clause license]
4747

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/stretchr/testify v1.8.4
2323
github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9
2424
go.bug.st/downloader/v2 v2.1.1
25-
go.bug.st/serial v1.4.1
25+
go.bug.st/serial v1.6.0
2626
goa.design/goa/v3 v3.12.4
2727
golang.org/x/crypto v0.12.0
2828
golang.org/x/sys v0.11.0

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9 h1:w8V9v0qVympSF6Gj
165165
github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9/go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8=
166166
go.bug.st/downloader/v2 v2.1.1 h1:nyqbUizo3E2IxCCm4YFac4FtSqqFpqWP+Aae5GCMuw4=
167167
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=
170170
goa.design/goa/v3 v3.12.4 h1:g3G8yHLk+jyUDNRL2sNg+ZcoQ62zY83rpgagAQ5VmTA=
171171
goa.design/goa/v3 v3.12.4/go.mod h1:h1vjyGQ+rqWK+VvnqN8oLcpqaHrKIyuY1Vx+jhKodpg=
172172
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 h1:18EFjUmQOcUvxNYSkA6jO9VAiXCnxFY6NyDX0bHDmkU=

0 commit comments

Comments
 (0)