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
3
3
4
4
env :
5
5
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6
- GO_VERSION : " 1.21 "
6
+ GO_VERSION : " 1.23 "
7
7
8
8
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
9
9
on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Check Go
3
3
4
4
env :
5
5
# See: https://github.com/actions/setup-go/tree/main#supported-version-syntax
6
- GO_VERSION : " 1.21 "
6
+ GO_VERSION : " 1.23 "
7
7
8
8
# See: https://docs.github.com/en/actions/reference/events-that-trigger-workflows
9
9
on :
Original file line number Diff line number Diff line change 1
1
---
2
2
name : github.com/arduino/go-properties-orderedmap
3
- version : v1.8.0
3
+ version : v1.8.1
4
4
type : go
5
5
summary : Package properties is a library for handling maps of hierarchical properties.
6
6
homepage : https://pkg.go.dev/github.com/arduino/go-properties-orderedmap
Original file line number Diff line number Diff line change 1
1
---
2
2
name : github.com/arduino/pluggable-discovery-protocol-handler/v2
3
- version : v2.1.2
3
+ version : v2.2.1
4
4
type : go
5
5
summary : Package discovery is a library for handling the Arduino Pluggable-Discovery
6
6
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"
19
19
20
20
vars :
21
21
CONTAINER : " docker.elastic.co/beats-dev/golang-crossbuild"
22
- GO_VERSION : " 1.21.1 "
22
+ GO_VERSION : " 1.23.0 "
23
23
24
24
tasks :
25
25
Windows_32bit :
Original file line number Diff line number Diff line change 1
1
module github.com/arduino/mdns-discovery
2
2
3
- go 1.21
4
-
5
- toolchain go1.21.1
3
+ go 1.23.0
6
4
7
5
require (
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
10
8
github.com/hashicorp/mdns v1.0.5
11
9
)
12
10
Original file line number Diff line number Diff line change 1
1
github.com/arduino/go-paths-helper v1.0.1 /go.mod h1:HpxtKph+g238EJHq4geEPv9p+gl3v5YYu35Yb+w31Ck =
2
2
github.com/arduino/go-paths-helper v1.10.0 h1:oeE6Mcl4lsz+knC3lzaCWkRQa3n3FbwdRSeGhy6uGbM =
3
3
github.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 =
8
8
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
9
9
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
10
10
github.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