Skip to content

Commit 72657c9

Browse files
authored
Merge pull request #53 from arduino/update_libs
Upgrade all libraries and set go version to 1.21
2 parents 3044ec7 + 3d3e3d0 commit 72657c9

File tree

15 files changed

+54
-749
lines changed

15 files changed

+54
-749
lines changed

.github/workflows/check-go-dependencies-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Go Dependencies
33

44
env:
55
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6-
GO_VERSION: "1.16"
6+
GO_VERSION: "1.23"
77

88
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99
on:

.github/workflows/check-go-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Go
33

44
env:
55
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6-
GO_VERSION: "1.16"
6+
GO_VERSION: "1.23"
77

88
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
99
on:

.licenses/mdns-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.10.0
44
type: go
55
summary:
66
homepage: https://pkg.go.dev/github.com/arduino/go-paths-helper

.licenses/mdns-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.8.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/mdns-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.2.1
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: other
119
licenses:

.licenses/mdns-discovery/go/golang.org/x/net/bpf.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/net/bpf
3-
version: v0.0.0-20210505024714-0287a6fb4125
3+
version: v0.19.0
44
type: go
55
summary: Package bpf implements marshaling and unmarshaling of programs for the Berkeley
66
Packet Filter virtual machine, and provides a Go implementation of the virtual machine.
77
homepage: https://pkg.go.dev/golang.org/x/net/bpf
88
license: bsd-3-clause
99
licenses:
10-
- sources: net@v0.0.0-20210505024714-0287a6fb4125/LICENSE
10+
- sources: net@v0.19.0/LICENSE
1111
text: |
1212
Copyright (c) 2009 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: net@v0.0.0-20210505024714-0287a6fb4125/PATENTS
39+
- sources: net@v0.19.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/mdns-discovery/go/golang.org/x/net/internal/iana.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/net/internal/iana
3-
version: v0.0.0-20210505024714-0287a6fb4125
3+
version: v0.19.0
44
type: go
55
summary: Package iana provides protocol number resources managed by the Internet Assigned
66
Numbers Authority (IANA).
77
homepage: https://pkg.go.dev/golang.org/x/net/internal/iana
88
license: bsd-3-clause
99
licenses:
10-
- sources: net@v0.0.0-20210505024714-0287a6fb4125/LICENSE
10+
- sources: net@v0.19.0/LICENSE
1111
text: |
1212
Copyright (c) 2009 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: net@v0.0.0-20210505024714-0287a6fb4125/PATENTS
39+
- sources: net@v0.19.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/mdns-discovery/go/golang.org/x/net/internal/socket.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/net/internal/socket
3-
version: v0.0.0-20210505024714-0287a6fb4125
3+
version: v0.19.0
44
type: go
55
summary: Package socket provides a portable interface for socket system calls.
66
homepage: https://pkg.go.dev/golang.org/x/net/internal/socket
77
license: bsd-3-clause
88
licenses:
9-
- sources: net@v0.0.0-20210505024714-0287a6fb4125/LICENSE
9+
- sources: net@v0.19.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: net@v0.0.0-20210505024714-0287a6fb4125/PATENTS
38+
- sources: net@v0.19.0/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

.licenses/mdns-discovery/go/golang.org/x/net/ipv4.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/net/ipv4
3-
version: v0.0.0-20210505024714-0287a6fb4125
3+
version: v0.19.0
44
type: go
55
summary: Package ipv4 implements IP-level socket options for the Internet Protocol
66
version 4.
77
homepage: https://pkg.go.dev/golang.org/x/net/ipv4
88
license: bsd-3-clause
99
licenses:
10-
- sources: net@v0.0.0-20210505024714-0287a6fb4125/LICENSE
10+
- sources: net@v0.19.0/LICENSE
1111
text: |
1212
Copyright (c) 2009 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: net@v0.0.0-20210505024714-0287a6fb4125/PATENTS
39+
- sources: net@v0.19.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/mdns-discovery/go/golang.org/x/net/ipv6.dep.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
name: golang.org/x/net/ipv6
3-
version: v0.0.0-20210505024714-0287a6fb4125
3+
version: v0.19.0
44
type: go
55
summary: Package ipv6 implements IP-level socket options for the Internet Protocol
66
version 6.
77
homepage: https://pkg.go.dev/golang.org/x/net/ipv6
88
license: bsd-3-clause
99
licenses:
10-
- sources: net@v0.0.0-20210505024714-0287a6fb4125/LICENSE
10+
- sources: net@v0.19.0/LICENSE
1111
text: |
1212
Copyright (c) 2009 The Go Authors. All rights reserved.
1313
@@ -36,7 +36,7 @@ licenses:
3636
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3737
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
3838
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39-
- sources: net@v0.0.0-20210505024714-0287a6fb4125/PATENTS
39+
- sources: net@v0.19.0/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

0 commit comments

Comments
 (0)