12 lines
246 B
Modula-2
12 lines
246 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
|
||
|
)
|