New miekg/dns to fix a resource leak (not affecting us)

This commit is contained in:
Frank Denis 2021-02-26 10:38:52 +01:00
parent 1ae2281588
commit 09866acdb5
30 changed files with 7929 additions and 41 deletions

4
go.mod
View file

@ -17,11 +17,11 @@ require (
github.com/jedisct1/xsecretbox v0.0.0-20210102102453-4ecb2081017a
github.com/k-sone/critbitgo v1.4.0
github.com/kardianos/service v1.2.0
github.com/miekg/dns v1.1.39
github.com/miekg/dns v1.1.40
github.com/powerman/check v1.3.1
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/net v0.0.0-20210224082022-3d97a244fca7
golang.org/x/sys v0.0.0-20210223212115-eede4237b368
golang.org/x/sys v0.0.0-20210225134936-a50acf3fe073
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.4.0 // indirect
)