dnscrypt-proxy/go.mod

28 lines
1.1 KiB
Modula-2
Raw Normal View History

2021-07-03 11:56:53 +03:00
module github.com/dnscrypt/dnscrypt-proxy
2019-03-01 20:44:37 +03:00
2021-03-23 00:57:07 +03:00
go 1.16
2019-03-01 20:44:37 +03:00
require (
2021-08-08 11:21:25 +03:00
github.com/BurntSushi/toml v0.4.1
2021-04-27 15:28:39 +03:00
github.com/VividCortex/ewma v1.2.0
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
2021-07-03 11:56:53 +03:00
github.com/hashicorp/go-immutable-radix v1.3.1
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
2021-08-13 20:19:23 +03:00
github.com/jedisct1/go-dnsstamps v0.0.0-20210810213811-61cc83d2a354
2021-07-30 21:39:23 +03:00
github.com/jedisct1/go-hpke-compact v0.0.0-20210703085305-99282c7209f9
github.com/jedisct1/go-minisign v0.0.0-20210703085342-c1f07ee84431
github.com/jedisct1/xsecretbox v0.0.0-20210703085425-7c05e6e89453
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-06-23 10:45:43 +03:00
github.com/miekg/dns v1.1.43
2021-08-17 17:56:09 +03:00
github.com/powerman/check v1.6.0
2021-08-13 20:19:23 +03:00
golang.org/x/crypto v0.0.0-20210812204632-0ba0e8f03122
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e
2019-03-01 20:44:37 +03:00
gopkg.in/natefinch/lumberjack.v2 v2.0.0
)