mirror of
https://github.com/SamTherapy/dnscrypt.git
synced 2024-11-20 04:43:47 +00:00
22 lines
534 B
Modula-2
22 lines
534 B
Modula-2
module dns.froth.zone/dnscrypt
|
|
|
|
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
|
|
)
|