Torben Nehmer
9f1b9f1690
- renamed clientoinfo to updaterequest - added userconfig skeleton - added hashed password skeleton
13 lines
302 B
Modula-2
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
|
|
)
|