-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
31 lines (28 loc) · 1.05 KB
/
go.mod
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
module github.com/Yee2/dns
go 1.19
require (
github.com/AdguardTeam/urlfilter v0.16.1
github.com/BurntSushi/toml v1.2.1
github.com/alexflint/go-arg v1.4.3
github.com/miekg/dns v1.1.55
github.com/pkg/errors v0.9.1
github.com/quic-go/quic-go v0.38.0
github.com/sirupsen/logrus v1.9.0
)
require (
github.com/AdguardTeam/golibs v0.10.4 // indirect
github.com/alexflint/go-scalar v1.1.0 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/google/pprof v0.0.0-20230821062121-407c9e7a662f // indirect
github.com/onsi/ginkgo/v2 v2.12.0 // indirect
github.com/quic-go/qpack v0.4.0 // indirect
github.com/quic-go/qtls-go1-20 v0.3.3 // indirect
golang.org/x/crypto v0.12.0 // indirect
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/tools v0.12.1-0.20230823170553-0a044c0b5b3c // indirect
)