Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/check-go-dependencies-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check Go Dependencies

env:
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
GO_VERSION: "1.23"
GO_VERSION: "1.25.2"

# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-go-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check Go

env:
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
GO_VERSION: "1.23"
GO_VERSION: "1.25.2"

# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
on:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/publish-go-tester-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ jobs:
- task: Windows_64bit
path: "*Windows_64bit.zip"
artifact-name: Windows_X86-64
- task: Windows_ARM64
path: "*Windows_ARM64.zip"
artifact-name: Windows_ARM64
- task: Linux_32bit
path: "*Linux_32bit.tar.gz"
artifact-name: Linux_X86-32
Expand Down Expand Up @@ -119,6 +122,9 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 3.x

- name: Setup QEMU
uses: docker/setup-qemu-action@v3

- name: Build
run: |
PACKAGE_NAME_PREFIX=${{ needs.package-name-prefix.outputs.prefix }}
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release-go-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
artifact-suffix: Windows_32bit
- task: Windows_64bit
artifact-suffix: Windows_64bit
- task: Windows_ARM64
artifact-suffix: Windows_ARM64
- task: Linux_32bit
artifact-suffix: Linux_32bit
- task: Linux_64bit
Expand Down Expand Up @@ -64,6 +66,9 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 3.x

- name: Setup QEMU
uses: docker/setup-qemu-action@v3

- name: Build
run: task dist:${{ matrix.os.task }}

Expand Down
906 changes: 621 additions & 285 deletions .licenses/mdns-discovery/go/github.com/arduino/go-paths-helper.dep.yml

Large diffs are not rendered by default.

6 changes: 2 additions & 4 deletions .licenses/mdns-discovery/go/github.com/hashicorp/mdns.dep.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
---
name: github.com/hashicorp/mdns
version: v1.0.5
version: v1.0.6
type: go
summary:
homepage: https://pkg.go.dev/github.com/hashicorp/mdns
license: mit
licenses:
- sources: LICENSE
text: |
The MIT License (MIT)
Copyright (c) 2014 Armon Dadgar
Copyright (c) 2014 HashiCorp, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
53 changes: 21 additions & 32 deletions .licenses/mdns-discovery/go/github.com/miekg/dns.dep.yml
Original file line number Diff line number Diff line change
@@ -1,43 +1,32 @@
---
name: github.com/miekg/dns
version: v1.1.43
version: v1.1.68
type: go
summary: Package dns implements a full featured interface to the Domain Name System.
homepage: https://pkg.go.dev/github.com/miekg/dns
license: bsd-3-clause
licenses:
- sources: LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

As this is fork of the official Go code the same license applies.
Extensions of the original work are copyright (c) 2011 Miek Gieben
text: "BSD 3-Clause License\n\nCopyright (c) 2009, The Go Authors. Extensions copyright
(c) 2011, Miek Gieben. \nAll rights reserved.\n\nRedistribution and use in source
and binary forms, with or without\nmodification, are permitted provided that the
following conditions are met:\n\n1. Redistributions of source code must retain
the above copyright notice, this\n list of conditions and the following disclaimer.\n\n2.
Redistributions in binary form must reproduce the above copyright notice,\n this
list of conditions and the following disclaimer in the documentation\n and/or
other materials provided with the distribution.\n\n3. Neither the name of the
copyright holder nor the names of its\n contributors may be used to endorse
or promote products derived from\n this software without specific prior written
permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
\"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
- sources: COPYRIGHT
text: |
Copyright 2009 The Go Authors. All rights reserved. Use of this source code
Expand Down
36 changes: 0 additions & 36 deletions .licenses/mdns-discovery/go/github.com/pkg/errors.dep.yml

This file was deleted.

10 changes: 5 additions & 5 deletions .licenses/mdns-discovery/go/golang.org/x/net/bpf.dep.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
name: golang.org/x/net/bpf
version: v0.23.0
version: v0.46.0
type: go
summary: Package bpf implements marshaling and unmarshaling of programs for the Berkeley
Packet Filter virtual machine, and provides a Go implementation of the virtual machine.
homepage: https://pkg.go.dev/golang.org/x/net/bpf
license: bsd-3-clause
licenses:
- sources: net@v0.23.0/LICENSE
- sources: net@v0.46.0/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Copyright 2009 The Go Authors.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
Expand All @@ -21,7 +21,7 @@ licenses:
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

Expand All @@ -36,7 +36,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: net@v0.23.0/PATENTS
- sources: net@v0.46.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
name: golang.org/x/net/internal/iana
version: v0.23.0
version: v0.46.0
type: go
summary: Package iana provides protocol number resources managed by the Internet Assigned
Numbers Authority (IANA).
homepage: https://pkg.go.dev/golang.org/x/net/internal/iana
license: bsd-3-clause
licenses:
- sources: net@v0.23.0/LICENSE
- sources: net@v0.46.0/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Copyright 2009 The Go Authors.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
Expand All @@ -21,7 +21,7 @@ licenses:
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

Expand All @@ -36,7 +36,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: net@v0.23.0/PATENTS
- sources: net@v0.46.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: golang.org/x/net/internal/socket
version: v0.23.0
version: v0.46.0
type: go
summary: Package socket provides a portable interface for socket system calls.
homepage: https://pkg.go.dev/golang.org/x/net/internal/socket
license: bsd-3-clause
licenses:
- sources: net@v0.23.0/LICENSE
- sources: net@v0.46.0/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Copyright 2009 The Go Authors.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
Expand All @@ -20,7 +20,7 @@ licenses:
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

Expand All @@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: net@v0.23.0/PATENTS
- sources: net@v0.46.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
10 changes: 5 additions & 5 deletions .licenses/mdns-discovery/go/golang.org/x/net/ipv4.dep.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
name: golang.org/x/net/ipv4
version: v0.23.0
version: v0.46.0
type: go
summary: Package ipv4 implements IP-level socket options for the Internet Protocol
version 4.
homepage: https://pkg.go.dev/golang.org/x/net/ipv4
license: bsd-3-clause
licenses:
- sources: net@v0.23.0/LICENSE
- sources: net@v0.46.0/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Copyright 2009 The Go Authors.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
Expand All @@ -21,7 +21,7 @@ licenses:
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

Expand All @@ -36,7 +36,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: net@v0.23.0/PATENTS
- sources: net@v0.46.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
10 changes: 5 additions & 5 deletions .licenses/mdns-discovery/go/golang.org/x/net/ipv6.dep.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
name: golang.org/x/net/ipv6
version: v0.23.0
version: v0.46.0
type: go
summary: Package ipv6 implements IP-level socket options for the Internet Protocol
version 6.
homepage: https://pkg.go.dev/golang.org/x/net/ipv6
license: bsd-3-clause
licenses:
- sources: net@v0.23.0/LICENSE
- sources: net@v0.46.0/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Copyright 2009 The Go Authors.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
Expand All @@ -21,7 +21,7 @@ licenses:
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

Expand All @@ -36,7 +36,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: net@v0.23.0/PATENTS
- sources: net@v0.46.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
10 changes: 5 additions & 5 deletions .licenses/mdns-discovery/go/golang.org/x/sys/unix.dep.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
name: golang.org/x/sys/unix
version: v0.18.0
version: v0.37.0
type: go
summary: Package unix contains an interface to the low-level operating system primitives.
homepage: https://pkg.go.dev/golang.org/x/sys/unix
license: bsd-3-clause
licenses:
- sources: sys@v0.18.0/LICENSE
- sources: sys@v0.37.0/LICENSE
text: |
Copyright (c) 2009 The Go Authors. All rights reserved.
Copyright 2009 The Go Authors.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
Expand All @@ -20,7 +20,7 @@ licenses:
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
* Neither the name of Google LLC nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

Expand All @@ -35,7 +35,7 @@ licenses:
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- sources: sys@v0.18.0/PATENTS
- sources: sys@v0.37.0/PATENTS
text: |
Additional IP Rights Grant (Patents)

Expand Down
Loading
Loading