about summary refs log tree commit diff
path: root/tools/dnsupdate/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'tools/dnsupdate/go.mod')
-rw-r--r--tools/dnsupdate/go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/dnsupdate/go.mod b/tools/dnsupdate/go.mod
new file mode 100644
index 0000000..99fcce4
--- /dev/null
+++ b/tools/dnsupdate/go.mod
@@ -0,0 +1,8 @@
+module golang.fcuny.net/world/tools/dnsupdate
+
+go 1.16
+
+require (
+	google.golang.org/api v0.78.0
+	inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6
+)