File: go.mod

package info (click to toggle)
dnscrypt-proxy 2.1.8%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,044 kB
  • sloc: python: 285; sh: 42; makefile: 9
file content (53 lines) | stat: -rw-r--r-- 2,225 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
module github.com/dnscrypt/dnscrypt-proxy

go 1.24.1

require (
	github.com/BurntSushi/toml v1.5.0
	github.com/VividCortex/ewma v1.2.0
	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.1
	github.com/hectane/go-acl v0.0.0-20230122075934-ca0b05cb1adb
	github.com/jedisct1/dlog v0.0.0-20241212093805-3c5fd791b405
	github.com/jedisct1/go-clocksmith v0.0.0-20250224222044-e151f21a353a
	github.com/jedisct1/go-dnsstamps v0.0.0-20240423203910-07a0735c7774
	github.com/jedisct1/go-hpke-compact v0.0.0-20241212093903-5caa4621366f
	github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7
	github.com/jedisct1/xsecretbox v0.0.0-20241212092125-3afc4917ac41
	github.com/k-sone/critbitgo v1.4.0
	github.com/kardianos/service v1.2.2
	github.com/lifenjoiner/dhcpdns v0.0.7
	github.com/miekg/dns v1.1.64
	github.com/opencoff/go-sieve v0.2.1
	github.com/powerman/check v1.8.0
	github.com/quic-go/quic-go v0.50.1
	golang.org/x/crypto v0.36.0
	golang.org/x/net v0.37.0
	golang.org/x/sys v0.31.0
	gopkg.in/natefinch/lumberjack.v2 v2.2.1
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
	github.com/golang/protobuf v1.5.3 // indirect
	github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38 // indirect
	github.com/hashicorp/go-syslog v1.0.0 // indirect
	github.com/hashicorp/golang-lru v0.5.0 // indirect
	github.com/onsi/ginkgo/v2 v2.9.5 // indirect
	github.com/pkg/errors v0.9.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/powerman/deepequal v0.1.0 // indirect
	github.com/quic-go/qpack v0.5.1 // indirect
	github.com/smartystreets/goconvey v1.8.1 // indirect
	go.uber.org/mock v0.5.0 // indirect
	golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
	golang.org/x/mod v0.23.0 // indirect
	golang.org/x/sync v0.12.0 // indirect
	golang.org/x/text v0.23.0 // indirect
	golang.org/x/tools v0.30.0 // indirect
	google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
	google.golang.org/grpc v1.56.3 // indirect
	google.golang.org/protobuf v1.34.2 // indirect
)