ddnsclient/go.mod

10 lines
159 B
Modula-2
Raw Permalink Normal View History

2021-03-14 16:02:04 +01:00
module github.com/datahearth/ddnsclient
2021-03-13 11:25:00 +01:00
go 1.15
2021-03-14 12:15:24 +01:00
require (
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.7.1
)