File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
.licenses/serial-monitor/go/go.bug.st Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11---
22name : go.bug.st/serial
3- version : v1.4.0
3+ version : v1.4.1
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.4.0
3+ version : v1.4.1
44type : go
55summary :
66homepage : https://pkg.go.dev/go.bug.st/serial/unixutils
77license : bsd-3-clause
88licenses :
9- - sources : serial@v1.4.0 /LICENSE
9+ - sources : serial@v1.4.1 /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.4.0 /README.md
44+ - sources : serial@v1.4.1 /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 44
55require (
66 github.com/arduino/pluggable-monitor-protocol-handler v0.9.2
7- go.bug.st/serial v1.4.0
7+ go.bug.st/serial v1.4.1
88 golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
99)
1010
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ github.com/hashicorp/go-multierror v1.1.1 h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+l
1111github.com/hashicorp/go-multierror v1.1.1 /go.mod h1:iw975J/qwKPdAO1clOe2L8331t/9/fmwbPZ6JB6eMoM =
1212github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
1313github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY =
14- go.bug.st/serial v1.4.0 h1:IXHzPVbUBbql66lQZ1iV9LWzGXT5lh6S9gZxHK/KyQE =
15- go.bug.st/serial v1.4.0 /go.mod h1:z8CesKorE90Qr/oRSJiEuvzYRKol9r/anJZEb5kt304 =
14+ go.bug.st/serial v1.4.1 h1:AwYUNixVf90XymNeJaUkMrPp+GZQe3RMFQmpVdHIUK8 =
15+ go.bug.st/serial v1.4.1 /go.mod h1:z8CesKorE90Qr/oRSJiEuvzYRKol9r/anJZEb5kt304 =
1616golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e h1:+WEEuIdZHnUeJJmEUjyYC2gfUMj69yZXw17EnHg/otA =
1717golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e /go.mod h1:Kr81I6Kryrl9sr8s2FK3vxD90NdsKWRuOIl2O4CvYbA =
1818golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a h1:dGzPydgVsqGcTRVwiLJ1jVbufYwmzD3LfVPLKsKg+0k =
You can’t perform that action at this time.
0 commit comments