Skip to content

Commit 87f097b

Browse files
dido18cmaglie
andauthored
fix: update go.bug.st/serial to v1.6.4 to fix windows issue (#1027)
* fix: update go.bug.st/serial to v1.6.4 * Updated license cache --------- Co-authored-by: Cristian Maglie <[email protected]>
1 parent 901728d commit 87f097b

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: go.bug.st/serial
3-
version: v1.6.3
3+
version: v1.6.4
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

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: go.bug.st/serial/enumerator
3-
version: v1.6.3
3+
version: v1.6.4
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: [email protected].3/LICENSE
10+
- sources: [email protected].4/LICENSE
1111
text: |2+
1212
1313
Copyright (c) 2014-2024, Cristian Maglie.
@@ -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: [email protected].3/README.md
45+
- sources: [email protected].4/README.md
4646
text: |-
4747
This software is released under the [BSD 3-clause license].
4848

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: go.bug.st/serial/unixutils
3-
version: v1.6.3
3+
version: v1.6.4
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: [email protected].3/LICENSE
9+
- sources: [email protected].4/LICENSE
1010
text: |2+
1111
1212
Copyright (c) 2014-2024, Cristian Maglie.
@@ -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: [email protected].3/README.md
44+
- sources: [email protected].4/README.md
4545
text: |-
4646
This software is released under the [BSD 3-clause license].
4747

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
2222
github.com/stretchr/testify v1.9.0
2323
github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9
24-
go.bug.st/serial v1.6.3
24+
go.bug.st/serial v1.6.4
2525
goa.design/goa/v3 v3.16.1
2626
golang.org/x/sys v0.23.0
2727
gopkg.in/inconshreveable/go-update.v0 v0.0.0-20150814200126-d8b0b1d421aa

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ github.com/ulikunitz/xz v0.5.12 h1:37Nm15o69RwBkXM0J6A5OlE67RZTfzUxTj8fB3dfcsc=
159159
github.com/ulikunitz/xz v0.5.12/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14=
160160
github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9 h1:w8V9v0qVympSF6GjdjIyeqR7+EVhAF9CBQmkmW7Zw0w=
161161
github.com/xrash/smetrics v0.0.0-20170218160415-a3153f7040e9/go.mod h1:N3UwUGtsrSj3ccvlPHLoLsHnpR27oXr4ZE984MbSER8=
162-
go.bug.st/serial v1.6.3 h1:S3OG1bH+IDyokVndKrzwxI9ywiGBd8sWOn08dzSqEQI=
163-
go.bug.st/serial v1.6.3/go.mod h1:nofMJxTeNVny/m6+KaafC6vJGj3miwQZ6vW4BZUGJPI=
162+
go.bug.st/serial v1.6.4 h1:7FmqNPgVp3pu2Jz5PoPtbZ9jJO5gnEnZIvnI1lzve8A=
163+
go.bug.st/serial v1.6.4/go.mod h1:nofMJxTeNVny/m6+KaafC6vJGj3miwQZ6vW4BZUGJPI=
164164
goa.design/goa/v3 v3.16.1 h1:yZwbKrfMpE8+sz0uf+n+BtArVOFQ0kNSC0twQKwQb04=
165165
goa.design/goa/v3 v3.16.1/go.mod h1:Yd42LR0PYDbHSbsbF3vNd4YY/O+LG20Jb7+IyNdkQic=
166166
golang.org/x/arch v0.0.0-20210923205945-b76863e36670/go.mod h1:5om86z9Hs0C8fWVUuoMHwpExlXzs5Tkyp9hOrfG7pp8=

0 commit comments

Comments
 (0)