File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
.licenses/mdns-discovery/go/github.com/hashicorp Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- name : github.com/arduino /mdns
3
- version : v1.0.5-0.20211124112247-3bf2ec2117c5
2
+ name : github.com/hashicorp /mdns
3
+ version : v1.0.5
4
4
type : go
5
5
summary :
6
- homepage : https://pkg.go.dev/github.com/arduino /mdns
6
+ homepage : https://pkg.go.dev/github.com/hashicorp /mdns
7
7
license : mit
8
8
licenses :
9
9
- sources : LICENSE
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/arduino/go-properties-orderedmap v1.6.0
7
- github.com/arduino/mdns v1.0.5-0.20211124112247-3bf2ec2117c5
8
7
github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.0.2
8
+ github.com/hashicorp/mdns v1.0.5
9
9
)
Original file line number Diff line number Diff line change @@ -53,8 +53,6 @@ github.com/arduino/go-properties-orderedmap v1.6.0 h1:gp2JoWRETtqwsZ+UHu/PBuYWYH
53
53
github.com/arduino/go-properties-orderedmap v1.6.0 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
54
54
github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b /go.mod h1:uwGy5PpN4lqW97FiLnbcx+xx8jly5YuPMJWfVwwjJiQ =
55
55
github.com/arduino/go-win32-utils v0.0.0-20180330194947-ed041402e83b /go.mod h1:iIPnclBMYm1g32Q5kXoqng4jLhMStReIP7ZxaoUC2y8 =
56
- github.com/arduino/mdns v1.0.5-0.20211124112247-3bf2ec2117c5 h1:fbhij4dK/w6KocjReBg48O6UuyRSLo31Xl1mYq1JyGc =
57
- github.com/arduino/mdns v1.0.5-0.20211124112247-3bf2ec2117c5 /go.mod h1:mo3tCC9kw/TYfyrZ1TcsGozoy6CFe+GXPvyoEfZDLIY =
58
56
github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.0.2 h1:r9O2SF838OeYiUoI+/Ruo8GFlnHWA61BhzFphduA6Z0 =
59
57
github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.0.2 /go.mod h1:5YzA/5e6PfTkmlNZ8bbqftqxF0EEVOCRVXuQ0341WOY =
60
58
github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e /go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o =
@@ -187,6 +185,8 @@ github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ
187
185
github.com/hashicorp/hcl v1.0.0 /go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ =
188
186
github.com/hashicorp/logutils v1.0.0 /go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64 =
189
187
github.com/hashicorp/mdns v1.0.0 /go.mod h1:tL+uN++7HEJ6SQLQ2/p+z2pH24WQKWjBPkE0mNTz8vQ =
188
+ github.com/hashicorp/mdns v1.0.5 h1:1M5hW1cunYeoXOqHwEb/GBDDHAFo0Yqb/uz/beC6LbE =
189
+ github.com/hashicorp/mdns v1.0.5 /go.mod h1:mtBihi+LeNXGtG8L9dX59gAEa12BDtBQSp4v/YAJqrc =
190
190
github.com/hashicorp/memberlist v0.1.3 /go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2pPBoIllUwCN7I =
191
191
github.com/hashicorp/serf v0.8.2 /go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc =
192
192
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 /go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc =
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ import (
28
28
"time"
29
29
30
30
properties "github.com/arduino/go-properties-orderedmap"
31
- "github.com/arduino/mdns"
32
31
discovery "github.com/arduino/pluggable-discovery-protocol-handler/v2"
32
+ "github.com/hashicorp/mdns"
33
33
)
34
34
35
35
func main () {
You can’t perform that action at this time.
0 commit comments