2019-12-15 03:21:35 +01:00
|
|
|
module github.com/DNSCrypt/dnscrypt-proxy
|
2019-03-01 18:44:37 +01:00
|
|
|
|
2021-03-22 22:57:07 +01:00
|
|
|
go 1.16
|
2019-03-01 18:44:37 +01:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/BurntSushi/toml v0.3.1
|
2021-04-27 14:28:39 +02:00
|
|
|
github.com/VividCortex/ewma v1.2.0
|
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
|
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
|
2021-01-01 13:30:58 +01:00
|
|
|
github.com/jedisct1/dlog v0.0.0-20210101122416-354ffe815216
|
|
|
|
github.com/jedisct1/go-clocksmith v0.0.0-20210101121932-da382b963868
|
2021-04-27 14:28:39 +02:00
|
|
|
github.com/jedisct1/go-dnsstamps v0.0.0-20210414164033-fdb47fe0c84c
|
2021-03-30 11:03:25 +02:00
|
|
|
github.com/jedisct1/go-hpke-compact v0.0.0-20210329192501-7ceabaabca65
|
2021-04-27 14:28:39 +02:00
|
|
|
github.com/jedisct1/go-minisign v0.0.0-20210414164026-819d7e2534ac
|
2021-03-30 13:38:50 +02:00
|
|
|
github.com/jedisct1/xsecretbox v0.0.0-20210330110434-7cb86b57caf0
|
2019-11-05 01:32:38 +01:00
|
|
|
github.com/k-sone/critbitgo v1.4.0
|
2020-11-18 10:19:58 +01:00
|
|
|
github.com/kardianos/service v1.2.0
|
2021-05-07 20:28:25 +02:00
|
|
|
github.com/miekg/dns v1.1.42
|
2021-02-02 09:48:11 +01:00
|
|
|
github.com/powerman/check v1.3.1
|
2021-05-07 20:28:25 +02:00
|
|
|
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf
|
|
|
|
golang.org/x/net v0.0.0-20210505214959-0714010a04ed
|
|
|
|
golang.org/x/sys v0.0.0-20210507161434-a76c4d0a0096
|
2019-03-01 18:44:37 +01:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2020-12-01 14:46:14 +01:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2019-03-01 18:44:37 +01:00
|
|
|
)
|