File: go.mod

package info (click to toggle)
dnscrypt-proxy 2.1.15%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,268 kB
  • sloc: javascript: 522; python: 357; sh: 42; makefile: 10
file content (52 lines) | stat: -rw-r--r-- 2,085 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
module github.com/dnscrypt/dnscrypt-proxy

go 1.24.0

exclude google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1

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/fsnotify/fsnotify v1.9.0
	github.com/gorilla/websocket v1.5.3
	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-20251112173516-191fc465df31
	github.com/jedisct1/go-hpke-compact v0.0.0-20241212093903-5caa4621366f
	github.com/jedisct1/go-ipcrypt v0.1.1
	github.com/jedisct1/go-minisign v0.0.0-20241212093149-d2f9f49435c7
	github.com/jedisct1/go-sieve-cache v0.1.8
	github.com/jedisct1/xsecretbox v0.0.0-20241212092125-3afc4917ac41
	github.com/k-sone/critbitgo v1.4.0
	github.com/kardianos/service v1.2.4
	github.com/lifenjoiner/dhcpdns v0.0.7
	github.com/miekg/dns v1.1.68
	github.com/powerman/check v1.9.0
	github.com/quic-go/quic-go v0.57.1
	golang.org/x/crypto v0.46.0
	golang.org/x/net v0.48.0
	golang.org/x/sys v0.39.0
	gopkg.in/natefinch/lumberjack.v2 v2.2.1
)

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/hashicorp/go-syslog v1.0.0 // indirect
	github.com/hashicorp/golang-lru v0.5.0 // 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.6.0 // indirect
	github.com/smartystreets/goconvey v1.8.1 // indirect
	golang.org/x/mod v0.30.0 // indirect
	golang.org/x/sync v0.19.0 // indirect
	golang.org/x/text v0.32.0 // indirect
	golang.org/x/tools v0.39.0 // indirect
	google.golang.org/genproto/googleapis/rpc v0.0.0-20250811230008-5f3141c8851a // indirect
	google.golang.org/grpc v1.74.2 // indirect
	google.golang.org/protobuf v1.36.7 // indirect
)