File tree Expand file tree Collapse file tree 7 files changed +12
-14
lines changed
.licenses/mdns-discovery/go/github.com/arduino
pluggable-discovery-protocol-handler Expand file tree Collapse file tree 7 files changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check Go Dependencies
33
44env :
55 # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6- GO_VERSION : " 1.21 "
6+ GO_VERSION : " 1.23 "
77
88# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check Go
33
44env :
55 # See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6- GO_VERSION : " 1.21 "
6+ GO_VERSION : " 1.23 "
77
88# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
99on :
Original file line number Diff line number Diff line change 11---
22name : github.com/arduino/go-properties-orderedmap
3- version : v1.8.0
3+ version : v1.8.1
44type : go
55summary : Package properties is a library for handling maps of hierarchical properties.
66homepage : https://pkg.go.dev/github.com/arduino/go-properties-orderedmap
Original file line number Diff line number Diff line change 11---
22name : github.com/arduino/pluggable-discovery-protocol-handler/v2
3- version : v2.1.2
3+ version : v2.2.1
44type : go
55summary : 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)
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ version: "3"
1919
2020vars :
2121 CONTAINER : " docker.elastic.co/beats-dev/golang-crossbuild"
22- GO_VERSION : " 1.21.1 "
22+ GO_VERSION : " 1.23.0 "
2323
2424tasks :
2525 Windows_32bit :
Original file line number Diff line number Diff line change 11module github.com/arduino/mdns-discovery
22
3- go 1.21
4-
5- toolchain go1.21.1
3+ go 1.23.0
64
75require (
8- github.com/arduino/go-properties-orderedmap v1.8.0
9- github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.1.2
6+ github.com/arduino/go-properties-orderedmap v1.8.1
7+ github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.2.1
108 github.com/hashicorp/mdns v1.0.5
119)
1210
Original file line number Diff line number Diff line change 11github.com/arduino/go-paths-helper v1.0.1 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
22github.com/arduino/go-paths-helper v1.10.0 h1:oeE6Mcl4lsz+knC3lzaCWkRQa3n3FbwdRSeGhy6uGbM =
33github.com/arduino/go-paths-helper v1.10.0 /go.mod h1:LgEVnv+cqSl05vXD5LaUZGquDsX5OKmPNDJtjTL8928 =
4- github.com/arduino/go-properties-orderedmap v1.8.0 h1:wEfa6hHdpezrVOh787OmClsf/Kd8qB+zE3P2Xbrn0CQ =
5- github.com/arduino/go-properties-orderedmap v1.8.0 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
6- github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.1.2 h1:Yrljx84UtFilOCpe+xE6+OFDyWyhghYpP/4A7vzQneM =
7- github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.1.2 /go.mod h1:1dgblsmK2iBx3L5iNTyRIokeaxbTLUrYiUbHBK6yC3Y =
4+ github.com/arduino/go-properties-orderedmap v1.8.1 h1:nU5S6cXPwMoxZs4ORw61wPTALNfriIduvNB4cxTmNYM =
5+ github.com/arduino/go-properties-orderedmap v1.8.1 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
6+ github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.2.1 h1:Fw8zKj1b/FkcQrWgN7aBw3ubSxpKIUtdANLXvd1Qdzw =
7+ github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.2.1 /go.mod h1:1dgblsmK2iBx3L5iNTyRIokeaxbTLUrYiUbHBK6yC3Y =
88github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
99github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
1010github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
You can’t perform that action at this time.
0 commit comments