1
0
Fork 0
mirror of https://github.com/SamTherapy/dnscrypt.git synced 2024-07-05 06:46:07 +00:00
dnscrypt/go.mod

23 lines
542 B
Modula-2

module github.com/ameshkov/dnscrypt/v2
go 1.18
require (
github.com/AdguardTeam/golibs v0.12.0
github.com/ameshkov/dnsstamps v1.0.3
github.com/jessevdk/go-flags v1.5.0
github.com/miekg/dns v1.1.51
github.com/stretchr/testify v1.8.0
golang.org/x/crypto v0.7.0
golang.org/x/net v0.8.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.9.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/tools v0.6.0 // indirect
)