dnscrypt-proxy/go.mod

28 lines
1.1 KiB
Modula-2
Raw Normal View History

module github.com/DNSCrypt/dnscrypt-proxy
2019-03-01 20:44:37 +03:00
2020-09-18 19:19:55 +03:00
go 1.15
2019-03-01 20:44:37 +03:00
require (
github.com/BurntSushi/toml v0.3.1
github.com/VividCortex/ewma v1.1.1
2019-12-16 22:02:53 +03:00
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
2019-03-01 20:44:37 +03:00
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185
2020-09-18 19:19:55 +03: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
2021-01-01 15:30:58 +03:00
github.com/jedisct1/dlog v0.0.0-20210101122416-354ffe815216
github.com/jedisct1/go-clocksmith v0.0.0-20210101121932-da382b963868
github.com/jedisct1/go-dnsstamps v0.0.0-20210101121956-16fbdadcf8f5
2021-01-20 01:05:16 +03:00
github.com/jedisct1/go-minisign v0.0.0-20210106175330-e54e81d562c7
2021-01-02 14:53:28 +03:00
github.com/jedisct1/xsecretbox v0.0.0-20210102102453-4ecb2081017a
2019-11-05 03:32:38 +03:00
github.com/k-sone/critbitgo v1.4.0
2020-11-18 12:19:58 +03:00
github.com/kardianos/service v1.2.0
2021-01-30 21:29:12 +03:00
github.com/miekg/dns v1.1.37
2020-11-06 09:43:29 +03:00
github.com/powerman/check v1.3.0
2020-12-26 20:06:52 +03:00
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
2021-01-20 01:05:16 +03:00
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
2021-01-30 21:29:12 +03:00
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c
2019-03-01 20:44:37 +03:00
gopkg.in/natefinch/lumberjack.v2 v2.0.0
2020-12-01 16:46:14 +03:00
gopkg.in/yaml.v2 v2.4.0 // indirect
2019-03-01 20:44:37 +03:00
)