2019-12-15 03:21:35 +01:00
|
|
|
module github.com/DNSCrypt/dnscrypt-proxy
|
2019-03-01 18:44:37 +01:00
|
|
|
|
2020-06-09 12:09:51 +02:00
|
|
|
go 1.14
|
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
|
|
|
|
github.com/facebookgo/atomicfile v0.0.0-20151019160806-2de1f203e7d5 // indirect
|
|
|
|
github.com/facebookgo/pidfile v0.0.0-20150612191647-f242e2999868
|
2020-03-19 10:18:43 +01:00
|
|
|
github.com/hashicorp/go-immutable-radix v1.2.0
|
2020-01-17 08:08:10 +01:00
|
|
|
github.com/hashicorp/golang-lru v0.5.4
|
2019-11-07 10:15:16 +01:00
|
|
|
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95
|
2020-06-08 22:52:07 +02:00
|
|
|
github.com/jedisct1/dlog v0.0.0-20200608205121-58b466d6e649
|
2019-09-07 11:04:40 +02:00
|
|
|
github.com/jedisct1/go-clocksmith v0.0.0-20190707124905-73e087c7979c
|
2020-02-26 16:52:37 +01:00
|
|
|
github.com/jedisct1/go-dnsstamps v0.0.0-20200205175031-8109eec6ec46
|
2019-09-09 18:45:42 +02:00
|
|
|
github.com/jedisct1/go-minisign v0.0.0-20190909160543-45766022959e
|
|
|
|
github.com/jedisct1/xsecretbox v0.0.0-20190909160646-b731c21297f9
|
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-07-07 13:27:53 +02:00
|
|
|
github.com/miekg/dns v1.1.30
|
2019-10-30 02:01:42 +01:00
|
|
|
github.com/powerman/check v1.2.1
|
2020-06-08 19:20:55 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
|
2020-06-02 13:56:05 +02:00
|
|
|
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
|
2020-06-18 23:19:28 +02:00
|
|
|
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1
|
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
|
|
|
)
|