awl/go.mod
Renovate Bot c7e6fccc81
All checks were successful
Test / test (oldstable) (push) Successful in 24s
Test / test (stable) (push) Successful in 20s
fix(deps): update module github.com/quic-go/quic-go to v0.47.0
2024-09-08 12:01:17 +00:00

32 lines
952 B
Modula-2

module dns.froth.zone/awl
go 1.22.5
require (
dns.froth.zone/dnscrypt v0.0.2
github.com/dchest/uniuri v1.2.0
github.com/miekg/dns v1.1.62
github.com/quic-go/quic-go v0.47.0
github.com/stefansundin/go-zflag v1.1.1
golang.org/x/net v0.29.0
golang.org/x/sys v0.25.0
gopkg.in/yaml.v3 v3.0.1
gotest.tools/v3 v3.5.1
)
require (
github.com/AdguardTeam/golibs v0.25.1 // indirect
github.com/ameshkov/dnsstamps v1.0.3 // indirect
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
github.com/google/go-cmp v0.6.0 // indirect
github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
github.com/onsi/ginkgo/v2 v2.19.1 // indirect
go.uber.org/mock v0.4.0 // indirect
golang.org/x/crypto v0.27.0 // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/text v0.18.0 // indirect
golang.org/x/tools v0.23.0 // indirect
)