diff --git a/.licenses/serial-monitor/go/github.com/arduino/pluggable-monitor-protocol-handler.dep.yml b/.licenses/serial-monitor/go/github.com/arduino/pluggable-monitor-protocol-handler.dep.yml index 0ea437b..d8346ec 100644 --- a/.licenses/serial-monitor/go/github.com/arduino/pluggable-monitor-protocol-handler.dep.yml +++ b/.licenses/serial-monitor/go/github.com/arduino/pluggable-monitor-protocol-handler.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/arduino/pluggable-monitor-protocol-handler -version: v0.9.1 +version: v0.9.2 type: go summary: Package monitor is a library for handling the Arduino Pluggable-Monitor protocol (https://github.com/arduino/tooling-rfcs/blob/main/RFCs/0004-pluggable-monitor.md#pluggable-monitor-api-via-stdinstdout) diff --git a/.licenses/serial-monitor/go/github.com/hashicorp/errwrap.dep.yml b/.licenses/serial-monitor/go/github.com/hashicorp/errwrap.dep.yml index b4f7cd0..6a70479 100644 --- a/.licenses/serial-monitor/go/github.com/hashicorp/errwrap.dep.yml +++ b/.licenses/serial-monitor/go/github.com/hashicorp/errwrap.dep.yml @@ -1,6 +1,6 @@ --- name: github.com/hashicorp/errwrap -version: v1.0.0 +version: v1.1.0 type: go summary: Package errwrap implements methods to formalize error wrapping in Go. homepage: https://pkg.go.dev/github.com/hashicorp/errwrap diff --git a/.licenses/serial-monitor/go/go.bug.st/serial.dep.yml b/.licenses/serial-monitor/go/go.bug.st/serial.dep.yml index 83cb59a..3d11c35 100644 --- a/.licenses/serial-monitor/go/go.bug.st/serial.dep.yml +++ b/.licenses/serial-monitor/go/go.bug.st/serial.dep.yml @@ -1,6 +1,6 @@ --- name: go.bug.st/serial -version: v1.3.4 +version: v1.3.5 type: go summary: Package serial is a cross-platform serial library for the go language. homepage: https://pkg.go.dev/go.bug.st/serial diff --git a/.licenses/serial-monitor/go/go.bug.st/serial/unixutils.dep.yml b/.licenses/serial-monitor/go/go.bug.st/serial/unixutils.dep.yml index 5c0ac98..ec4b51a 100644 --- a/.licenses/serial-monitor/go/go.bug.st/serial/unixutils.dep.yml +++ b/.licenses/serial-monitor/go/go.bug.st/serial/unixutils.dep.yml @@ -1,12 +1,12 @@ --- name: go.bug.st/serial/unixutils -version: v1.3.4 +version: v1.3.5 type: go summary: homepage: https://pkg.go.dev/go.bug.st/serial/unixutils license: bsd-3-clause licenses: -- sources: serial@v1.3.4/LICENSE +- sources: serial@v1.3.5/LICENSE text: |2+ Copyright (c) 2014-2021, Cristian Maglie. @@ -41,7 +41,7 @@ licenses: ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: serial@v1.3.4/README.md +- sources: serial@v1.3.5/README.md text: |- The software is release under a [BSD 3-clause license] diff --git a/.licenses/serial-monitor/go/golang.org/x/sys/internal/unsafeheader.dep.yml b/.licenses/serial-monitor/go/golang.org/x/sys/internal/unsafeheader.dep.yml index 0ee7231..043976e 100644 --- a/.licenses/serial-monitor/go/golang.org/x/sys/internal/unsafeheader.dep.yml +++ b/.licenses/serial-monitor/go/golang.org/x/sys/internal/unsafeheader.dep.yml @@ -1,13 +1,13 @@ --- name: golang.org/x/sys/internal/unsafeheader -version: v0.0.0-20210823070655-63515b42dcdf +version: v0.0.0-20220520151302-bc2c85ada10a type: go summary: Package unsafeheader contains header declarations for the Go runtime's slice and string implementations. homepage: https://pkg.go.dev/golang.org/x/sys/internal/unsafeheader license: bsd-3-clause licenses: -- sources: sys@v0.0.0-20210823070655-63515b42dcdf/LICENSE +- sources: sys@v0.0.0-20220520151302-bc2c85ada10a/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -36,7 +36,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: sys@v0.0.0-20210823070655-63515b42dcdf/PATENTS +- sources: sys@v0.0.0-20220520151302-bc2c85ada10a/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/.licenses/serial-monitor/go/golang.org/x/sys/unix.dep.yml b/.licenses/serial-monitor/go/golang.org/x/sys/unix.dep.yml index b33445f..0b125d7 100644 --- a/.licenses/serial-monitor/go/golang.org/x/sys/unix.dep.yml +++ b/.licenses/serial-monitor/go/golang.org/x/sys/unix.dep.yml @@ -1,12 +1,12 @@ --- name: golang.org/x/sys/unix -version: v0.0.0-20210823070655-63515b42dcdf +version: v0.0.0-20220520151302-bc2c85ada10a type: go summary: Package unix contains an interface to the low-level operating system primitives. homepage: https://pkg.go.dev/golang.org/x/sys/unix license: bsd-3-clause licenses: -- sources: sys@v0.0.0-20210823070655-63515b42dcdf/LICENSE +- sources: sys@v0.0.0-20220520151302-bc2c85ada10a/LICENSE text: | Copyright (c) 2009 The Go Authors. All rights reserved. @@ -35,7 +35,7 @@ licenses: THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -- sources: sys@v0.0.0-20210823070655-63515b42dcdf/PATENTS +- sources: sys@v0.0.0-20220520151302-bc2c85ada10a/PATENTS text: | Additional IP Rights Grant (Patents) diff --git a/go.mod b/go.mod index ea33f02..1d111f8 100644 --- a/go.mod +++ b/go.mod @@ -3,14 +3,14 @@ module github.com/arduino/serial-monitor go 1.17 require ( - github.com/arduino/pluggable-monitor-protocol-handler v0.9.1 - go.bug.st/serial v1.3.4 + github.com/arduino/pluggable-monitor-protocol-handler v0.9.2 + go.bug.st/serial v1.3.5 ) require ( github.com/creack/goselect v0.1.2 // indirect github.com/davecgh/go-spew v1.1.1 // indirect - github.com/hashicorp/errwrap v1.0.0 // indirect + github.com/hashicorp/errwrap v1.1.0 // indirect github.com/hashicorp/go-multierror v1.1.1 // indirect - golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf // indirect + golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect ) diff --git a/go.sum b/go.sum index 57e3b69..630602b 100644 --- a/go.sum +++ b/go.sum @@ -1,12 +1,13 @@ -github.com/arduino/pluggable-monitor-protocol-handler v0.9.1 h1:uv3o5uaDXsmu5FSp9jSk6rn4awy//ArQ7BpDeIAV7GY= -github.com/arduino/pluggable-monitor-protocol-handler v0.9.1/go.mod h1:vMG8tgHyE+hli26oT0JB/M7NxUMzzWoU5wd6cgJQRK4= +github.com/arduino/pluggable-monitor-protocol-handler v0.9.2 h1:vb5AmE3bT9we5Ej4AdBxcC9dJLXasRimVqaComf9L3M= +github.com/arduino/pluggable-monitor-protocol-handler v0.9.2/go.mod h1:vMG8tgHyE+hli26oT0JB/M7NxUMzzWoU5wd6cgJQRK4= github.com/creack/goselect v0.1.2 h1:2DNy14+JPjRBgPzAd1thbQp4BSIihxcBf0IXhQXDRa0= github.com/creack/goselect v0.1.2/go.mod h1:a/NhLweNvqIYMuxcMOuWY516Cimucms3DglDzQP3hKY= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/hashicorp/errwrap v1.0.0 h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= +github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I= +github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo= github.com/hashicorp/go-multierror v1.1.1/go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= @@ -14,10 +15,11 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -go.bug.st/serial v1.3.4 h1:fMpfNEOsPQjYGZ3VHcs/xxsxoaPgbcjrm4YnMkcir3Y= -go.bug.st/serial v1.3.4/go.mod h1:z8CesKorE90Qr/oRSJiEuvzYRKol9r/anJZEb5kt304= -golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf h1:2ucpDCmfkl8Bd/FsLtiD653Wf96cW37s+iGx93zsu4k= +go.bug.st/serial v1.3.5 h1:k50SqGZCnHZ2MiBQgzccXWG+kd/XpOs1jUljpDDKzaE= +go.bug.st/serial v1.3.5/go.mod h1:z8CesKorE90Qr/oRSJiEuvzYRKol9r/anJZEb5kt304= golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a h1:dGzPydgVsqGcTRVwiLJ1jVbufYwmzD3LfVPLKsKg+0k= +golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=