dnscrypt-proxy/go.mod

28 lines
1.1 KiB
Modula-2
Raw Normal View History

module github.com/DNSCrypt/dnscrypt-proxy
2019-03-01 18:44:37 +01:00
2020-09-18 18:19:55 +02:00
go 1.15
2019-03-01 18:44:37 +01:00
require (
github.com/BurntSushi/toml v0.3.1
github.com/VividCortex/ewma v1.1.1
2019-12-16 20:02:53 +01:00
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
2019-03-01 18:44:37 +01:00
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185
2020-09-18 18:19:55 +02:00
github.com/hashicorp/go-immutable-radix v1.3.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-20201015120035-7b9837cfc336
2019-09-07 11:04:40 +02:00
github.com/jedisct1/go-clocksmith v0.0.0-20190707124905-73e087c7979c
github.com/jedisct1/go-dnsstamps v0.0.0-20201015120701-b7d110434bec
2019-09-09 18:45:42 +02:00
github.com/jedisct1/go-minisign v0.0.0-20190909160543-45766022959e
2020-09-21 02:15:51 +02:00
github.com/jedisct1/xsecretbox v0.0.0-20200921000858-23f5ec706e6a
2019-11-05 01:32:38 +01:00
github.com/k-sone/critbitgo v1.4.0
2020-06-08 19:20:55 +02:00
github.com/kardianos/service v1.1.0
2020-11-06 07:43:29 +01:00
github.com/miekg/dns v1.1.35
github.com/powerman/check v1.3.0
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897
2020-11-06 07:43:29 +01:00
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102
golang.org/x/sys v0.0.0-20201101102859-da207088b7d1
2019-03-01 18:44:37 +01:00
gopkg.in/natefinch/lumberjack.v2 v2.0.0
2020-06-09 12:09:51 +02:00
gopkg.in/yaml.v2 v2.3.0 // indirect
2019-03-01 18:44:37 +01:00
)