go.mod 422 B

12345678910111213
  1. module github.com/johnsonjh/opendnsmyip
  2. go 1.17
  3. require (
  4. github.com/johnsonjh/leaktestfe v0.0.0-20210616124443-1446a662defb
  5. github.com/miekg/dns v1.1.43-0.20210513073312-99225496214f
  6. go4.org v0.0.0-20201209231011-d4a079459e60
  7. golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
  8. golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
  9. go.uber.org/goleak v1.1.11-0.20210525221708-d36f3aede898
  10. )