go.mod (144B)
1 module olowe.co/dns 2 3 go 1.17 4 5 require ( 6 golang.org/x/crypto v0.24.0 7 golang.org/x/net v0.26.0 8 ) 9 10 require golang.org/x/text v0.16.0 // indirect
dnsDNS client and server implementations using the Go project's dnsmessage package | |
| Log | Files | Refs | README | LICENSE |