1
0
Fork 0
mirror of https://github.com/SamTherapy/dnscrypt.git synced 2024-07-02 21:56:06 +00:00
dnscrypt/go.mod
2023-04-10 22:08:19 +02:00

23 lines
535 B
Modula-2

module dns.froth.zone/dnscrypt
go 1.19
require (
github.com/AdguardTeam/golibs v0.13.2
github.com/ameshkov/dnsstamps v1.0.3
github.com/jessevdk/go-flags v1.5.0
github.com/miekg/dns v1.1.53
github.com/stretchr/testify v1.8.2
golang.org/x/crypto v0.8.0
golang.org/x/net v0.9.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/tools v0.8.0 // indirect
)