dnscrypt-proxy/go.mod

30 lines
1.3 KiB
Modula-2
Raw Normal View History

2019-03-01 18:44:37 +01:00
module github.com/jedisct1/dnscrypt-proxy
2019-09-09 18:08:44 +02:00
go 1.13
2019-03-01 18:44:37 +01:00
require (
github.com/BurntSushi/toml v0.3.1
github.com/VividCortex/ewma v1.1.1
2019-06-02 13:25:06 +02:00
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
2019-09-07 11:04:40 +02:00
github.com/coreos/go-systemd v0.0.0-20190719114852-fd7a80b32e1f
2019-03-01 18:44:37 +01:00
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
2019-05-31 22:49:25 +02:00
github.com/hashicorp/go-immutable-radix v1.1.0
2019-03-01 18:44:37 +01:00
github.com/hashicorp/go-syslog v1.0.0 // indirect
2019-09-07 11:04:40 +02:00
github.com/hashicorp/golang-lru v0.5.3
2019-03-01 18:44:37 +01:00
github.com/jedisct1/dlog v0.0.0-20181221013014-794eb21b6ae8
2019-09-07 11:04:40 +02:00
github.com/jedisct1/go-clocksmith v0.0.0-20190707124905-73e087c7979c
github.com/jedisct1/go-dnsstamps v0.0.0-20190803222545-08225c1155d6
2019-04-28 23:19:52 +02:00
github.com/jedisct1/go-minisign v0.0.0-20190420161605-5cc5b100fd4d
github.com/jedisct1/xsecretbox v0.0.0-20190624174246-857f633dd2c0
2019-03-01 18:44:37 +01:00
github.com/k-sone/critbitgo v1.2.0
github.com/kardianos/service v1.0.0
2019-09-07 11:04:40 +02:00
github.com/miekg/dns v1.1.16
golang.org/x/crypto v0.0.0-20190909091759-094676da4a83
golang.org/x/net v0.0.0-20190909003024-a7b16738d86b
golang.org/x/sys v0.0.0-20190909082730-f460065e899a
2019-03-01 18:44:37 +01:00
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.2.2 // indirect
)