Skip to content

Commit dd6c75a

Browse files
committed
Update arduino/pluggable-discovery-protocol-handler
1 parent 6877024 commit dd6c75a

File tree

14 files changed

+691
-46
lines changed

14 files changed

+691
-46
lines changed

.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.5.0
3+
version: v1.6.0
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.dep.yml renamed to .licenses/mdns-discovery/go/github.com/arduino/pluggable-discovery-protocol-handler/v2.dep.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
name: github.com/arduino/pluggable-discovery-protocol-handler
3-
version: v1.2.0
2+
name: github.com/arduino/pluggable-discovery-protocol-handler/v2
3+
version: v2.0.2
44
type: go
5-
summary: discovery is a library for handling the Arduino Pluggable-Discovery protocol
6-
(https://github.com/arduino/tooling-rfcs/blob/main/RFCs/0002-pluggable-discovery.md#pluggable-discovery-api-via-stdinstdout)
5+
summary: Package discovery is a library for handling the Arduino Pluggable-Discovery
6+
protocol (https://github.com/arduino/tooling-rfcs/blob/main/RFCs/0002-pluggable-discovery.md#pluggable-discovery-api-via-stdinstdout)
77
The library implements the state machine and the parsing logic to communicate with
88
a pluggable-discovery client.
9-
homepage: https://pkg.go.dev/github.com/arduino/pluggable-discovery-protocol-handler
10-
license: gpl-3.0-only
9+
homepage: https://pkg.go.dev/github.com/arduino/pluggable-discovery-protocol-handler/v2
10+
license: other
1111
licenses:
1212
- sources: LICENSE.txt
1313
text: |
@@ -707,5 +707,5 @@ licenses:
707707
of the serial-discovery code. The terms of this license can be found at:
708708
https://www.gnu.org/licenses/gpl-3.0.en.html
709709
710-
See [LICENSE.txt](https://github.com/arduino/serial-discovery/blob/master/LICENSE.txt) for details.
710+
See [LICENSE.txt](https://github.com/arduino/pluggable-discovery-protocol-handler/blob/master/LICENSE.txt) for details.
711711
notices: []

.licenses/mdns-discovery/go/github.com/miekg/dns.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/miekg/dns
3-
version: v1.1.41
3+
version: v1.1.43
44
type: go
55
summary: Package dns implements a full featured interface to the Domain Name System.
66
homepage: https://pkg.go.dev/github.com/miekg/dns

.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-20210410081132-afb366fc7cd1
3+
version: v0.0.0-20210505024714-0287a6fb4125
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: [email protected]20210410081132-afb366fc7cd1/LICENSE
10+
- sources: [email protected]20210505024714-0287a6fb4125/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: [email protected]20210410081132-afb366fc7cd1/PATENTS
39+
- sources: [email protected]20210505024714-0287a6fb4125/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-20210410081132-afb366fc7cd1
3+
version: v0.0.0-20210505024714-0287a6fb4125
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: [email protected]20210410081132-afb366fc7cd1/LICENSE
10+
- sources: [email protected]20210505024714-0287a6fb4125/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: [email protected]20210410081132-afb366fc7cd1/PATENTS
39+
- sources: [email protected]20210505024714-0287a6fb4125/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-20210410081132-afb366fc7cd1
3+
version: v0.0.0-20210505024714-0287a6fb4125
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: [email protected]20210410081132-afb366fc7cd1/LICENSE
9+
- sources: [email protected]20210505024714-0287a6fb4125/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: [email protected]20210410081132-afb366fc7cd1/PATENTS
38+
- sources: [email protected]20210505024714-0287a6fb4125/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-20210410081132-afb366fc7cd1
3+
version: v0.0.0-20210505024714-0287a6fb4125
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: [email protected]20210410081132-afb366fc7cd1/LICENSE
10+
- sources: [email protected]20210505024714-0287a6fb4125/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: [email protected]20210410081132-afb366fc7cd1/PATENTS
39+
- sources: [email protected]20210505024714-0287a6fb4125/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-20210410081132-afb366fc7cd1
3+
version: v0.0.0-20210505024714-0287a6fb4125
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: [email protected]20210410081132-afb366fc7cd1/LICENSE
10+
- sources: [email protected]20210505024714-0287a6fb4125/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: [email protected]20210410081132-afb366fc7cd1/PATENTS
39+
- sources: [email protected]20210505024714-0287a6fb4125/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/mdns-discovery/go/golang.org/x/sys/internal/unsafeheader.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/sys/internal/unsafeheader
3-
version: v0.0.0-20210330210617-4fbd30eecc44
3+
version: v0.0.0-20210823070655-63515b42dcdf
44
type: go
55
summary: Package unsafeheader contains header declarations for the Go runtime's slice
66
and string implementations.
77
homepage: https://pkg.go.dev/golang.org/x/sys/internal/unsafeheader
88
license: bsd-3-clause
99
licenses:
10-
- sources: [email protected]20210330210617-4fbd30eecc44/LICENSE
10+
- sources: [email protected]20210823070655-63515b42dcdf/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: [email protected]20210330210617-4fbd30eecc44/PATENTS
39+
- sources: [email protected]20210823070655-63515b42dcdf/PATENTS
4040
text: |
4141
Additional IP Rights Grant (Patents)
4242

.licenses/mdns-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-20210330210617-4fbd30eecc44
3+
version: v0.0.0-20210823070655-63515b42dcdf
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: [email protected]20210330210617-4fbd30eecc44/LICENSE
9+
- sources: [email protected]20210823070655-63515b42dcdf/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: [email protected]20210330210617-4fbd30eecc44/PATENTS
38+
- sources: [email protected]20210823070655-63515b42dcdf/PATENTS
3939
text: |
4040
Additional IP Rights Grant (Patents)
4141

cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
"sync"
2424
"time"
2525

26-
discovery "github.com/arduino/pluggable-discovery-protocol-handler"
26+
discovery "github.com/arduino/pluggable-discovery-protocol-handler/v2"
2727
)
2828

2929
// cacheItem stores TTL of discovered ports and its timer to handle TTL.

go.mod

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ module github.com/arduino/mdns-discovery
33
go 1.16
44

55
require (
6-
github.com/arduino/go-paths-helper v1.6.1 // indirect
7-
github.com/arduino/go-properties-orderedmap v1.5.0
6+
github.com/arduino/go-properties-orderedmap v1.6.0
87
github.com/arduino/mdns v1.0.5-0.20211124112247-3bf2ec2117c5
9-
github.com/arduino/pluggable-discovery-protocol-handler v1.2.0
8+
github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.0.2
109
)

0 commit comments

Comments
 (0)