dyndns/go.mod
Torben Nehmer 9f1b9f1690 Refactorization and further implementation
- renamed clientoinfo to updaterequest
- added userconfig skeleton
- added hashed password skeleton
2021-08-21 20:35:08 +02:00

13 lines
302 B
Modula-2

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
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
)