Skip to content

Commit a8b2763

Browse files
committed
Updated go.mod dependencies
1 parent 4453ccb commit a8b2763

File tree

7 files changed

+55
-111
lines changed

7 files changed

+55
-111
lines changed

.licenses/serial-discovery/go/github.com/arduino/go-paths-helper.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/arduino/go-paths-helper
3-
version: v1.6.1
3+
version: v1.8.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/go-paths-helper

.licenses/serial-discovery/go/github.com/arduino/go-properties-orderedmap.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: github.com/arduino/go-properties-orderedmap
3-
version: v1.6.0
3+
version: v1.7.1
44
type: go
55
summary: Package properties is a library for handling maps of hierarchical properties.
66
homepage: https://pkg.go.dev/github.com/arduino/go-properties-orderedmap

.licenses/serial-discovery/go/github.com/arduino/pluggable-discovery-protocol-handler/v2.dep.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
---
22
name: github.com/arduino/pluggable-discovery-protocol-handler/v2
3-
version: v2.0.2
3+
version: v2.1.0
44
type: go
55
summary: Package discovery is a library for handling the Arduino Pluggable-Discovery
66
protocol (https://github.com/arduino/tooling-rfcs/blob/main/RFCs/0002-pluggable-discovery.md#pluggable-discovery-api-via-stdinstdout)
7-
The library implements the state machine and the parsing logic to communicate with
8-
a pluggable-discovery client.
97
homepage: https://pkg.go.dev/github.com/arduino/pluggable-discovery-protocol-handler/v2
108
license: gpl-3.0-only
119
licenses:

.licenses/serial-discovery/go/golang.org/x/sys/internal/unsafeheader.dep.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

.licenses/serial-discovery/go/golang.org/x/sys/unix.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
name: golang.org/x/sys/unix
3-
version: v0.0.0-20220829200755-d48e67d00261
3+
version: v0.5.0
44
type: go
55
summary: Package unix contains an interface to the low-level operating system primitives.
66
homepage: https://pkg.go.dev/golang.org/x/sys/unix
77
license: bsd-3-clause
88
licenses:
9-
- sources: sys@v0.0.0-20220829200755-d48e67d00261/LICENSE
9+
- sources: sys@v0.5.0/LICENSE
1010
text: |
1111
Copyright (c) 2009 The Go Authors. All rights reserved.
1212
@@ -35,7 +35,7 @@ licenses:
3535
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3636
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3737
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38-
- sources: sys@v0.0.0-20220829200755-d48e67d00261/PATENTS
38+
- sources: sys@v0.5.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
module github.com/arduino/serial-discovery
22

3+
go 1.16
4+
35
require (
4-
github.com/arduino/go-properties-orderedmap v1.6.0
5-
github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.0.2
6+
github.com/arduino/go-properties-orderedmap v1.7.1
7+
github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.1.0
68
github.com/s-urbaniak/uevent v1.0.1
79
go.bug.st/serial v1.5.0
8-
golang.org/x/sys v0.0.0-20220829200755-d48e67d00261
10+
golang.org/x/sys v0.5.0
911
)
10-
11-
go 1.16

0 commit comments

Comments
 (0)