mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
![dependabot-preview[bot]](/assets/img/avatar_default.png)
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.30 to 1.1.31. - [Release notes](https://github.com/miekg/dns/releases) - [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release) - [Commits](https://github.com/miekg/dns/compare/v1.1.30...v1.1.31) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
27 lines
1.1 KiB
Modula-2
27 lines
1.1 KiB
Modula-2
module github.com/DNSCrypt/dnscrypt-proxy
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/VividCortex/ewma v1.1.1
|
|
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
|
|
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185
|
|
github.com/hashicorp/go-immutable-radix v1.2.0
|
|
github.com/hashicorp/golang-lru v0.5.4
|
|
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95
|
|
github.com/jedisct1/dlog v0.0.0-20200608205121-58b466d6e649
|
|
github.com/jedisct1/go-clocksmith v0.0.0-20190707124905-73e087c7979c
|
|
github.com/jedisct1/go-dnsstamps v0.0.0-20200621175006-302248eecc94
|
|
github.com/jedisct1/go-minisign v0.0.0-20190909160543-45766022959e
|
|
github.com/jedisct1/xsecretbox v0.0.0-20190909160646-b731c21297f9
|
|
github.com/k-sone/critbitgo v1.4.0
|
|
github.com/kardianos/service v1.1.0
|
|
github.com/miekg/dns v1.1.31
|
|
github.com/powerman/check v1.2.1
|
|
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
|
|
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
|
golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
)
|