dyndns/go.mod

28 lines
1.1 KiB
Modula-2

module gitea.nehmer.net/torben/dyndns
go 1.16
require (
github.com/bketelsen/crypt v0.0.4 // indirect
github.com/google/nftables v0.0.0-20220611213346-a346d51f53b3
github.com/gorilla/mux v1.8.0
github.com/koneu/natend v0.0.0-20150829182554-ec0926ea948d // indirect
github.com/mdlayher/netlink v1.6.0 // indirect
github.com/mdlayher/socket v0.2.3 // indirect
github.com/miekg/dns v1.1.50
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/cobra v1.5.0
github.com/spf13/viper v1.12.0
github.com/subosito/gotenv v1.4.0 // indirect
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b // indirect
golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
golang.org/x/tools v0.1.11 // indirect
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
gopkg.in/ini.v1 v1.66.6 // indirect
)