File tree Expand file tree Collapse file tree 10 files changed +23
-752
lines changed
.licenses/serial-monitor/go Expand file tree Collapse file tree 10 files changed +23
-752
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check Go Dependencies
33
44env :
55 # See: https://github.com/actions/setup-go/tree/v2#readme
6- GO_VERSION : " 1.16 "
6+ GO_VERSION : " 1.17 "
77
88# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
99on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check Go
33
44env :
55 # See: https://github.com/actions/setup-go/tree/v2#readme
6- GO_VERSION : " 1.16 "
6+ GO_VERSION : " 1.17 "
77
88# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
99on :
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11---
22name : go.bug.st/serial
3- version : v1.3.2
3+ version : v1.3.4
44type : go
55summary : Package serial is a cross-platform serial library for the go language.
66homepage : https://pkg.go.dev/go.bug.st/serial
Original file line number Diff line number Diff line change 11---
22name : go.bug.st/serial/unixutils
3- version : v1.3.2
3+ version : v1.3.4
44type : go
55summary :
66homepage : https://pkg.go.dev/go.bug.st/serial/unixutils
77license : bsd-3-clause
88licenses :
9- - sources : serial@v1.3.2 /LICENSE
9+ - sources : serial@v1.3.4 /LICENSE
1010 text : |2+
1111
1212 Copyright (c) 2014-2021, 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 : serial@v1.3.2 /README.md
44+ - sources : serial@v1.3.4 /README.md
4545 text : |-
4646 The software is release under a [BSD 3-clause license]
4747
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ version: "3"
1919
2020vars :
2121 CONTAINER : " docker.elastic.co/beats-dev/golang-crossbuild"
22- GO_VERSION : " 1.16.4 "
22+ GO_VERSION : " 1.17.5 "
2323 CHECKSUM_FILE : " {{.VERSION}}-checksums.txt"
2424
2525tasks :
Original file line number Diff line number Diff line change 11module github.com/arduino/serial-monitor
22
3+ go 1.17
4+
35require (
46 github.com/arduino/pluggable-monitor-protocol-handler v0.9.1
5- github.com/davecgh/go-spew v1.1.1 // indirect
6- go.bug.st/serial v1.3.2
7+ go.bug.st/serial v1.3.4
78)
89
9- go 1.16
10+ require (
11+ github.com/creack/goselect v0.1.2 // indirect
12+ github.com/davecgh/go-spew v1.1.1 // indirect
13+ github.com/hashicorp/errwrap v1.0.0 // indirect
14+ github.com/hashicorp/go-multierror v1.1.1 // indirect
15+ golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect
16+ )
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9
1212github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
1313github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
1414github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
15- github.com/stretchr/testify v1.4 .0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk =
16- github.com/stretchr/testify v1.4 .0 /go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4 =
17- go.bug.st/serial v1.3.2 h1:6BFZZd/wngoL5PPYYTrFUounF54SIkykHpT98eq6zvk =
18- go.bug.st/serial v1.3.2 /go.mod h1:jDkjqASf/qSjmaOxHSHljwUQ6eHo/ZX/bxJLQqSlvZg =
15+ github.com/stretchr/testify v1.7 .0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY =
16+ github.com/stretchr/testify v1.7 .0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
17+ go.bug.st/serial v1.3.4 h1:fMpfNEOsPQjYGZ3VHcs/xxsxoaPgbcjrm4YnMkcir3Y =
18+ go.bug.st/serial v1.3.4 /go.mod h1:z8CesKorE90Qr/oRSJiEuvzYRKol9r/anJZEb5kt304 =
1919golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf h1:2ucpDCmfkl8Bd/FsLtiD653Wf96cW37s+iGx93zsu4k =
2020golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
2121gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
22- gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw =
23- gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
22+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo =
23+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments