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-06-09 13:09:51 +03:00
go 1.14
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-03-19 12:18:43 +03:00
github.com/hashicorp/go-immutable-radix v1.2.0
github.com/hashicorp/golang-lru v0.5.4
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95
2020-06-08 23:52:07 +03:00
github.com/jedisct1/dlog v0.0.0-20200608205121-58b466d6e649
2019-09-07 12:04:40 +03:00
github.com/jedisct1/go-clocksmith v0.0.0-20190707124905-73e087c7979c
2020-07-07 15:12:02 +03:00
github.com/jedisct1/go-dnsstamps v0.0.0-20200621175006-302248eecc94
2019-09-09 19:45:42 +03:00
github.com/jedisct1/go-minisign v0.0.0-20190909160543-45766022959e
github.com/jedisct1/xsecretbox v0.0.0-20190909160646-b731c21297f9
2019-11-05 03:32:38 +03:00
github.com/k-sone/critbitgo v1.4.0
2020-06-08 20:20:55 +03:00
github.com/kardianos/service v1.1.0
github.com/miekg/dns v1.1.31
github.com/powerman/check v1.2.1
2020-07-31 17:01:41 +03:00
golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de
2020-07-07 15:12:02 +03:00
golang.org/x/net v0.0.0-20200707034311-ab3426394381
2020-07-31 17:01:41 +03:00
golang.org/x/sys v0.0.0-20200728102440-3e129f6d46b1
2019-03-01 20:44:37 +03:00
gopkg.in/natefinch/lumberjack.v2 v2.0.0
2020-06-09 13:09:51 +03:00
gopkg.in/yaml.v2 v2.3.0 // indirect
2019-03-01 20:44:37 +03:00
)