File: go.mod

package info (click to toggle)
dnscrypt-proxy 2.0.45%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 948 kB
  • sloc: python: 279; sh: 20; makefile: 11
file content (27 lines) | stat: -rw-r--r-- 1,125 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/DNSCrypt/dnscrypt-proxy

go 1.15

require (
	github.com/BurntSushi/toml v0.3.1
	github.com/VividCortex/ewma v1.1.1
	github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
	github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185
	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
	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
	github.com/jedisct1/go-minisign v0.0.0-20210101122305-335e26e05d5b
	github.com/jedisct1/xsecretbox v0.0.0-20210102102453-4ecb2081017a
	github.com/k-sone/critbitgo v1.4.0
	github.com/kardianos/service v1.2.0
	github.com/miekg/dns v1.1.35
	github.com/powerman/check v1.3.0
	golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
	golang.org/x/net v0.0.0-20201224014010-6772e930b67b
	golang.org/x/sys v0.0.0-20201231184435-2d18734c6014
	gopkg.in/natefinch/lumberjack.v2 v2.0.0
	gopkg.in/yaml.v2 v2.4.0 // indirect
)