dep: update mdns
fixes a long-standing race condition
Steven Allen committed
Aug 23, 2019 at 18:46 UTC
fe9ac603a78094cea5b7d59da6a6cd62af84220b
2 files changed
+3
go.mod
+1
@@ -99,6 +99,7 @@ require (
99
github.com/syndtr/goleveldb v1.0.0
100
github.com/whyrusleeping/base32 v0.0.0-20170828182744-c30ac30633cc
101
github.com/whyrusleeping/go-sysinfo v0.0.0-20190219211824-4a357d4b90b1
102
+ github.com/whyrusleeping/mdns v0.0.0-20190823211037-23958d6311f0 // indirect
103
github.com/whyrusleeping/multiaddr-filter v0.0.0-20160516205228-e903e4adabd7
104
github.com/whyrusleeping/tar-utils v0.0.0-20180509141711-8c6c8ba81d5c
105
go.uber.org/atomic v1.4.0 // indirect
go.sum
+2
@@ -769,6 +769,8 @@ github.com/whyrusleeping/mafmt v1.2.8 h1:TCghSl5kkwEE0j+sU/gudyhVMRlpBin8fMBBHg5
769
github.com/whyrusleeping/mafmt v1.2.8/go.mod h1:faQJFPbLSxzD9xpA02ttW/tS9vZykNvXwGvqIpk20FA=
770
github.com/whyrusleeping/mdns v0.0.0-20180901202407-ef14215e6b30 h1:nMCC9Pwz1pxfC1Y6mYncdk+kq8d5aLx0Q+/gyZGE44M=
771
github.com/whyrusleeping/mdns v0.0.0-20180901202407-ef14215e6b30/go.mod h1:j4l84WPFclQPj320J9gp0XwNKBb3U0zt5CBqjPp22G4=
772
+github.com/whyrusleeping/mdns v0.0.0-20190823211037-23958d6311f0 h1:zKm9f9WqsQZ8tLGCywBIzxox5nOemPc6SbRVF+N/Cw0=
773
+github.com/whyrusleeping/mdns v0.0.0-20190823211037-23958d6311f0/go.mod h1:j4l84WPFclQPj320J9gp0XwNKBb3U0zt5CBqjPp22G4=
774
github.com/whyrusleeping/multiaddr-filter v0.0.0-20160516205228-e903e4adabd7 h1:E9S12nwJwEOXe2d6gT6qxdvqMnNq+VnSsKPgm2ZZNds=
775
github.com/whyrusleeping/multiaddr-filter v0.0.0-20160516205228-e903e4adabd7/go.mod h1:X2c0RVCI1eSUFI8eLcY3c0423ykwiUdxLJtkDvruhjI=
776
github.com/whyrusleeping/tar-utils v0.0.0-20180509141711-8c6c8ba81d5c h1:GGsyl0dZ2jJgVT+VvWBf/cNijrHRhkrTjkmp5wg7li0=