Skip to content
Snippets Groups Projects
Commit cc156aa3 authored by renovate's avatar renovate
Browse files

Update module miekg/dns to v1.1.40

parent fd1c5d84
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ go 1.14 ...@@ -5,7 +5,7 @@ go 1.14
require ( require (
git.autistici.org/ai3/go-common v0.0.0-20210118064555-73f00db54723 git.autistici.org/ai3/go-common v0.0.0-20210118064555-73f00db54723
git.autistici.org/ai3/tools/replds v0.0.0-20210117165138-e6368d266143 git.autistici.org/ai3/tools/replds v0.0.0-20210117165138-e6368d266143
github.com/miekg/dns v1.1.39 github.com/miekg/dns v1.1.40
github.com/prometheus/client_golang v1.9.0 github.com/prometheus/client_golang v1.9.0
github.com/prometheus/procfs v0.3.0 // indirect github.com/prometheus/procfs v0.3.0 // indirect
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
......
...@@ -72,6 +72,7 @@ A not-so-up-to-date-list-that-may-be-actually-current: ...@@ -72,6 +72,7 @@ A not-so-up-to-date-list-that-may-be-actually-current:
* https://github.com/Luzilla/dnsbl_exporter * https://github.com/Luzilla/dnsbl_exporter
* https://github.com/bodgit/tsig * https://github.com/bodgit/tsig
* https://github.com/v2fly/v2ray-core (test only) * https://github.com/v2fly/v2ray-core (test only)
* https://kuma.io/
Send pull request if you want to be listed here. Send pull request if you want to be listed here.
......
...@@ -321,6 +321,7 @@ func (srv *Server) ListenAndServe() error { ...@@ -321,6 +321,7 @@ func (srv *Server) ListenAndServe() error {
} }
u := l.(*net.UDPConn) u := l.(*net.UDPConn)
if e := setUDPSocketOptions(u); e != nil { if e := setUDPSocketOptions(u); e != nil {
u.Close()
return e return e
} }
srv.PacketConn = l srv.PacketConn = l
......
...@@ -3,7 +3,7 @@ package dns ...@@ -3,7 +3,7 @@ package dns
import "fmt" import "fmt"
// Version is current version of this library. // Version is current version of this library.
var Version = v{1, 1, 39} var Version = v{1, 1, 40}
// v holds the version of this library. // v holds the version of this library.
type v struct { type v struct {
......
...@@ -31,7 +31,7 @@ github.com/golang/protobuf/ptypes/timestamp ...@@ -31,7 +31,7 @@ github.com/golang/protobuf/ptypes/timestamp
github.com/gorilla/handlers github.com/gorilla/handlers
# github.com/matttproud/golang_protobuf_extensions v1.0.1 # github.com/matttproud/golang_protobuf_extensions v1.0.1
github.com/matttproud/golang_protobuf_extensions/pbutil github.com/matttproud/golang_protobuf_extensions/pbutil
# github.com/miekg/dns v1.1.39 # github.com/miekg/dns v1.1.40
## explicit ## explicit
github.com/miekg/dns github.com/miekg/dns
# github.com/openzipkin/zipkin-go v0.2.5 # github.com/openzipkin/zipkin-go v0.2.5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment