module local-ip.sh go 1.19 require github.com/miekg/dns v1.1.50 require ( github.com/cenkalti/backoff/v4 v4.2.0 // indirect github.com/go-acme/lego/v4 v4.10.1 // indirect github.com/go-jose/go-jose/v3 v3.0.0 // indirect golang.org/x/crypto v0.5.0 // indirect golang.org/x/mod v0.8.0 // indirect golang.org/x/net v0.7.0 // indirect golang.org/x/sys v0.5.0 // indirect golang.org/x/text v0.7.0 // indirect golang.org/x/tools v0.6.0 // indirect golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect )