2021-08-15 19:37:11 +00:00
|
|
|
module gitea.nehmer.net/torben/dyndns
|
|
|
|
|
|
|
|
go 1.16
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/google/nftables v0.0.0-20210818072602-d553cd2d411d
|
|
|
|
github.com/gorilla/mux v1.8.0
|
|
|
|
github.com/miekg/dns v1.0.14
|
|
|
|
github.com/spf13/cobra v1.2.1
|
|
|
|
github.com/spf13/viper v1.8.1
|
2021-08-21 18:34:45 +00:00
|
|
|
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
|
2021-08-15 19:37:11 +00:00
|
|
|
)
|