awl/go.mod
Renovate Bot b975dd8c00
Some checks failed
Mirror Push / mirror (push) Successful in 9s
Test / test (oldstable) (push) Failing after 43s
Test / test (stable) (push) Failing after 41s
fix(deps): update module golang.org/x/net to v0.22.0
2024-03-04 21:00:28 +00:00

33 lines
1 KiB
Modula-2

module dns.froth.zone/awl
go 1.20
require (
dns.froth.zone/dnscrypt v0.0.1
github.com/dchest/uniuri v1.2.0
github.com/miekg/dns v1.1.58
github.com/quic-go/quic-go v0.40.1
github.com/stefansundin/go-zflag v1.1.1
golang.org/x/net v0.22.0
golang.org/x/sys v0.18.0
gopkg.in/yaml.v3 v3.0.1
gotest.tools/v3 v3.5.1
)
require (
github.com/AdguardTeam/golibs v0.18.2 // indirect
github.com/ameshkov/dnsstamps v1.0.3 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20231229205709-960ae82b1e42 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/onsi/ginkgo/v2 v2.13.2 // indirect
github.com/quic-go/qtls-go1-20 v0.4.1 // indirect
go.uber.org/mock v0.4.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/exp v0.0.0-20240103183307-be819d1f06fc // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.17.0 // indirect
)