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 1
1
---
2
2
name : go.bug.st/serial
3
- version : v1.3.2
3
+ version : v1.3.5
4
4
type : go
5
5
summary : Package serial is a cross-platform serial library for the go language.
6
6
homepage : https://pkg.go.dev/go.bug.st/serial
Original file line number Diff line number Diff line change 1
1
---
2
2
name : go.bug.st/serial/enumerator
3
- version : v1.3.2
3
+ version : v1.3.5
4
4
type : go
5
5
summary : Package enumerator is a golang cross-platform library for USB serial port
6
6
discovery.
7
7
homepage : https://pkg.go.dev/go.bug.st/serial/enumerator
8
8
license : bsd-3-clause
9
9
licenses :
10
- - sources : serial@v1.3.2 /LICENSE
10
+ - sources : serial@v1.3.5 /LICENSE
11
11
text : |2+
12
12
13
13
Copyright (c) 2014-2021, Cristian Maglie.
@@ -42,7 +42,7 @@ licenses:
42
42
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
43
43
POSSIBILITY OF SUCH DAMAGE.
44
44
45
- - sources : serial@v1.3.2 /README.md
45
+ - sources : serial@v1.3.5 /README.md
46
46
text : |-
47
47
The software is release under a [BSD 3-clause license]
48
48
Original file line number Diff line number Diff line change 1
1
---
2
2
name : go.bug.st/serial/unixutils
3
- version : v1.3.2
3
+ version : v1.3.5
4
4
type : go
5
5
summary :
6
6
homepage : https://pkg.go.dev/go.bug.st/serial/unixutils
7
7
license : bsd-3-clause
8
8
licenses :
9
- - sources : serial@v1.3.2 /LICENSE
9
+ - sources : serial@v1.3.5 /LICENSE
10
10
text : |2+
11
11
12
12
Copyright (c) 2014-2021, Cristian Maglie.
@@ -41,7 +41,7 @@ licenses:
41
41
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
42
42
POSSIBILITY OF SUCH DAMAGE.
43
43
44
- - sources : serial@v1.3.2 /README.md
44
+ - sources : serial@v1.3.5 /README.md
45
45
text : |-
46
46
The software is release under a [BSD 3-clause license]
47
47
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ require (
4
4
github.com/arduino/go-properties-orderedmap v1.6.0
5
5
github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.0.2
6
6
github.com/s-urbaniak/uevent v1.0.1
7
- go.bug.st/serial v1.3.2
7
+ go.bug.st/serial v1.3.5
8
8
golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf
9
9
)
10
10
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
301
301
go.bug.st/cleanup v1.0.0 /go.mod h1:EqVmTg2IBk4znLbPD28xne3abjsJftMdqqJEjhn70bk =
302
302
go.bug.st/downloader/v2 v2.1.1 /go.mod h1:VZW2V1iGKV8rJL2ZEGIDzzBeKowYv34AedJz13RzVII =
303
303
go.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 =
305
304
go.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 =
306
307
go.bug.st/serial.v1 v0.0.0-20180827123349-5f7892a7bb45 /go.mod h1:dRSl/CVCTf56CkXgJMDOdSwNfo2g1orOGE/gBGdvjZw =
307
308
go.etcd.io/etcd/api/v3 v3.5.0 /go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs =
308
309
go.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