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 11---
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
44type : go
55summary :
6- homepage : https://pkg.go.dev/github.com/arduino /mdns
6+ homepage : https://pkg.go.dev/github.com/hashicorp /mdns
77license : mit
88licenses :
99- sources : LICENSE
Original file line number Diff line number Diff line change 44
55require (
66 github.com/arduino/go-properties-orderedmap v1.6.0
7- github.com/arduino/mdns v1.0.5-0.20211124112247-3bf2ec2117c5
87 github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.0.2
8+ github.com/hashicorp/mdns v1.0.5
99)
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
5353github.com/arduino/go-properties-orderedmap v1.6.0 /go.mod h1:DKjD2VXY/NZmlingh4lSFMEYCVubfeArCsGPGDwb2yk =
5454github.com/arduino/go-timeutils v0.0.0-20171220113728-d1dd9e313b1b /go.mod h1:uwGy5PpN4lqW97FiLnbcx+xx8jly5YuPMJWfVwwjJiQ =
5555github.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 =
5856github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.0.2 h1:r9O2SF838OeYiUoI+/Ruo8GFlnHWA61BhzFphduA6Z0 =
5957github.com/arduino/pluggable-discovery-protocol-handler/v2 v2.0.2 /go.mod h1:5YzA/5e6PfTkmlNZ8bbqftqxF0EEVOCRVXuQ0341WOY =
6058github.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
187185github.com/hashicorp/hcl v1.0.0 /go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ =
188186github.com/hashicorp/logutils v1.0.0 /go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64 =
189187github.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 =
190190github.com/hashicorp/memberlist v0.1.3 /go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2pPBoIllUwCN7I =
191191github.com/hashicorp/serf v0.8.2 /go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc =
192192github.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 (
2828 "time"
2929
3030 properties "github.com/arduino/go-properties-orderedmap"
31- "github.com/arduino/mdns"
3231 discovery "github.com/arduino/pluggable-discovery-protocol-handler/v2"
32+ "github.com/hashicorp/mdns"
3333)
3434
3535func main () {
You can’t perform that action at this time.
0 commit comments