File tree Expand file tree Collapse file tree 5 files changed +10
-9
lines changed
.licenses/serial-discovery/go/go.bug.st Expand file tree Collapse file tree 5 files changed +10
-9
lines changed 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.5
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/enumerator
3- version : v1.3.2
3+ version : v1.3.5
44type : go
55summary : Package enumerator is a golang cross-platform library for USB serial port
66 discovery.
77homepage : https://pkg.go.dev/go.bug.st/serial/enumerator
88license : bsd-3-clause
99licenses :
10- - sources : serial@v1.3.2 /LICENSE
10+ - sources : serial@v1.3.5 /LICENSE
1111 text : |2+
1212
1313 Copyright (c) 2014-2021, 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 : serial@v1.3.2 /README.md
45+ - sources : serial@v1.3.5 /README.md
4646 text : |-
4747 The software is release under a [BSD 3-clause license]
4848
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.5
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.5 /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.5 /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 @@ -4,7 +4,7 @@ require (
44 github.com/arduino/go-properties-orderedmap v1.6.0
55 github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.0.2
66 github.com/s-urbaniak/uevent v1.0.1
7- go.bug.st/serial v1.3.2
7+ go.bug.st/serial v1.3.5
88 golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf
99)
1010
Original file line number Diff line number Diff line change @@ -301,8 +301,9 @@ github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1
301301go.bug.st/cleanup v1.0.0 /go.mod h1:EqVmTg2IBk4znLbPD28xne3abjsJftMdqqJEjhn70bk =
302302go.bug.st/downloader/v2 v2.1.1 /go.mod h1:VZW2V1iGKV8rJL2ZEGIDzzBeKowYv34AedJz13RzVII =
303303go.bug.st/relaxed-semver v0.0.0-20190922224835-391e10178d18 /go.mod h1:Cx1VqMtEhE9pIkEyUj3LVVVPkv89dgW8aCKrRPDR/uE =
304- go.bug.st/serial v1.3.2 h1:6BFZZd/wngoL5PPYYTrFUounF54SIkykHpT98eq6zvk =
305304go.bug.st/serial v1.3.2 /go.mod h1:jDkjqASf/qSjmaOxHSHljwUQ6eHo/ZX/bxJLQqSlvZg =
305+ go.bug.st/serial v1.3.5 h1:k50SqGZCnHZ2MiBQgzccXWG+kd/XpOs1jUljpDDKzaE =
306+ go.bug.st/serial v1.3.5 /go.mod h1:z8CesKorE90Qr/oRSJiEuvzYRKol9r/anJZEb5kt304 =
306307go.bug.st/serial.v1 v0.0.0-20180827123349-5f7892a7bb45 /go.mod h1:dRSl/CVCTf56CkXgJMDOdSwNfo2g1orOGE/gBGdvjZw =
307308go.etcd.io/etcd/api/v3 v3.5.0 /go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs =
308309go.etcd.io/etcd/client/pkg/v3 v3.5.0 /go.mod h1:IJHfcCEKxYu1Os13ZdwCwIUTUVGYTSAM3YSwc9/Ac1g =
You can’t perform that action at this time.
0 commit comments