2019-03-01 18:44:37 +01:00
|
|
|
module github.com/jedisct1/dnscrypt-proxy
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v0.3.1
|
|
|
|
github.com/VividCortex/ewma v1.1.1
|
|
|
|
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
|
|
|
|
github.com/aead/poly1305 v0.0.0-20180717145839-3fee0db0b635 // indirect
|
2019-03-03 18:20:39 +01:00
|
|
|
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
|
2019-03-01 18:44:37 +01:00
|
|
|
github.com/coreos/go-systemd v0.0.0-20190212144455-93d5ec2c7f76
|
|
|
|
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
|
|
|
|
github.com/hashicorp/go-immutable-radix v1.0.0
|
|
|
|
github.com/hashicorp/go-syslog v1.0.0 // indirect
|
|
|
|
github.com/hashicorp/golang-lru v0.5.1
|
|
|
|
github.com/jedisct1/dlog v0.0.0-20181221013014-794eb21b6ae8
|
|
|
|
github.com/jedisct1/go-clocksmith v0.0.0-20180307175859-c35da9bed550
|
2019-03-03 18:20:39 +01:00
|
|
|
github.com/jedisct1/go-dnsstamps v0.0.0-20190303171121-de46dd0ba576
|
2019-03-01 18:44:37 +01:00
|
|
|
github.com/jedisct1/go-minisign v0.0.0-20180516093733-f4dbde220b4f
|
|
|
|
github.com/jedisct1/xsecretbox v0.0.0-20190218134741-855e18301bf0
|
|
|
|
github.com/k-sone/critbitgo v1.2.0
|
|
|
|
github.com/kardianos/service v1.0.0
|
|
|
|
github.com/miekg/dns v1.1.4
|
|
|
|
golang.org/x/crypto v0.0.0-20190228161510-8dd112bcdc25
|
2019-03-03 18:20:39 +01:00
|
|
|
golang.org/x/net v0.0.0-20190301231341-16b79f2e4e95
|
2019-03-01 18:44:37 +01:00
|
|
|
golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 // indirect
|
2019-03-03 18:20:39 +01:00
|
|
|
golang.org/x/sys v0.0.0-20190303122642-d455e41777fc
|
2019-03-01 18:44:37 +01:00
|
|
|
golang.org/x/text v0.3.0 // indirect
|
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
|
|
gopkg.in/yaml.v2 v2.2.2 // indirect
|
|
|
|
)
|