-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathgo.mod
More file actions
55 lines (52 loc) · 2.2 KB
/
Copy pathgo.mod
File metadata and controls
55 lines (52 loc) · 2.2 KB
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
54
55
module github.com/dnscrypt/dnscrypt-proxy
go 1.25.8
require (
codeberg.org/miekg/dns v0.6.81
github.com/BurntSushi/toml v1.6.0
github.com/VividCortex/ewma v1.2.0
github.com/cloudflare/circl v1.6.3
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185
github.com/fsnotify/fsnotify v1.10.1
github.com/gorilla/websocket v1.5.3
github.com/hashicorp/go-immutable-radix v1.3.1
github.com/hectane/go-acl v1.0.0
github.com/jedisct1/dlog v0.0.0-20241212093805-3c5fd791b405
github.com/jedisct1/go-clocksmith v0.0.0-20260103230147-eff3e038eebd
github.com/jedisct1/go-dnsstamps v0.0.0-20260518121737-6579dc73e4a2
github.com/jedisct1/go-hpke-compact v0.0.0-20241212093903-5caa4621366f
github.com/jedisct1/go-ipcrypt v0.1.2
github.com/jedisct1/go-minisign v0.0.0-20260527172527-a09352b57a22
github.com/jedisct1/go-sieve-cache v0.1.9
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.72
github.com/powerman/check v1.9.1
github.com/quic-go/quic-go v0.60.0
golang.org/x/crypto v0.53.0
golang.org/x/net v0.56.0
golang.org/x/sys v0.46.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)
require (
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/gopherjs/gopherjs v1.20.2 // indirect
github.com/hashicorp/go-syslog v1.0.0 // indirect
github.com/hashicorp/go-uuid v1.0.3 // indirect
github.com/hashicorp/golang-lru v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // 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
go.uber.org/mock v0.6.0 // indirect
golang.org/x/mod v0.37.0 // indirect
golang.org/x/sync v0.21.0 // indirect
golang.org/x/text v0.38.0 // indirect
golang.org/x/tools v0.46.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260618152121-87f3d3e198d3 // indirect
google.golang.org/grpc v1.81.1 // indirect
google.golang.org/protobuf v1.36.11 // indirect
)