johnsonjh/opendnsmyip

View on GitHub
go.mod

Summary

Maintainability
Test Coverage
module github.com/johnsonjh/opendnsmyip

go 1.17

require (
    github.com/johnsonjh/leaktestfe v0.0.0-20230308203709-32b9101894df
    github.com/miekg/dns v1.1.61
    go4.org v0.0.0-20230225012048-214862532bf5
)

require (
    go.uber.org/goleak v1.2.1 // indirect
    golang.org/x/mod v0.18.0 // indirect
    golang.org/x/net v0.26.0 // indirect
    golang.org/x/sync v0.7.0 // indirect
    golang.org/x/sys v0.21.0 // indirect
    golang.org/x/tools v0.22.0 // indirect
)