2019-03-01 18:44:37 +01:00
|
|
|
module github.com/jedisct1/dnscrypt-proxy
|
|
|
|
|
2019-09-09 18:08:44 +02:00
|
|
|
go 1.13
|
2019-03-01 18:44:37 +01:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v0.3.1
|
|
|
|
github.com/VividCortex/ewma v1.1.1
|
2019-06-02 13:25:06 +02:00
|
|
|
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
|
2019-09-07 11:04:40 +02:00
|
|
|
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f
|
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
|
2019-05-31 22:49:25 +02:00
|
|
|
github.com/hashicorp/go-immutable-radix v1.1.0
|
2019-09-07 11:04:40 +02:00
|
|
|
github.com/hashicorp/golang-lru v0.5.3
|
2019-09-09 18:45:42 +02:00
|
|
|
github.com/jedisct1/dlog v0.0.0-20190909160351-692385b00b84
|
2019-09-07 11:04:40 +02:00
|
|
|
github.com/jedisct1/go-clocksmith v0.0.0-20190707124905-73e087c7979c
|
2019-10-14 10:50:09 +02:00
|
|
|
github.com/jedisct1/go-dnsstamps v0.0.0-20191014084838-3e6e00f2b602
|
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-10-12 21:22:15 +02:00
|
|
|
github.com/k-sone/critbitgo v1.3.0
|
2019-03-01 18:44:37 +01:00
|
|
|
github.com/kardianos/service v1.0.0
|
2019-10-12 21:22:15 +02:00
|
|
|
github.com/miekg/dns v1.1.22
|
|
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
|
2019-10-26 16:51:14 +02:00
|
|
|
golang.org/x/net v0.0.0-20191021144547-ec77196f6094
|
|
|
|
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
|
2019-03-01 18:44:37 +01:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
|
|
)
|