Update quic-go to v0.19.3
quic-go at version 0.19.1 has a bug that prevents it from building on systems that don't have IP_RECVTOS. Version 0.19.3 contains a fix: https://github.com/lucas-clemente/quic-go/pull/2886
This commit is contained in:
2
go.mod
2
go.mod
@@ -19,7 +19,7 @@ require (
|
||||
github.com/joomcode/errorx v1.0.3 // indirect
|
||||
github.com/kardianos/service v1.2.0
|
||||
github.com/karrick/godirwalk v1.16.1 // indirect
|
||||
github.com/lucas-clemente/quic-go v0.19.1 // indirect
|
||||
github.com/lucas-clemente/quic-go v0.19.3 // indirect
|
||||
github.com/mdlayher/ethernet v0.0.0-20190606142754-0394541c37b7
|
||||
github.com/mdlayher/raw v0.0.0-20191009151244-50f2db8cc065
|
||||
github.com/miekg/dns v1.1.35
|
||||
|
||||
Reference in New Issue
Block a user