aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-05-25 19:39:32 -0700
committerFranck Cuny <franck@fcuny.net>2022-05-25 19:39:32 -0700
commita4c74ea0decb9c6e04b9abb5124b81438940d07f (patch)
tree1fc0893b7685b42363168ebcdcce0ba04760222f /go.mod
parentref(notes): drop flake.nix (diff)
downloadinfra-a4c74ea0decb9c6e04b9abb5124b81438940d07f.tar.gz
ref(dnsupdate): move under tools
Integrate properly the tool `dnsupdate` with flake.nix, by adding a default.nix inside its directory. Having all the tools under a directory named `tools` is easier to reason about. I don't need a go.mod at the top level directory either, each tool will have its own.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod8
1 files changed, 0 insertions, 8 deletions
diff --git a/go.mod b/go.mod
deleted file mode 100644
index 567819c..0000000
--- a/go.mod
+++ /dev/null
@@ -1,8 +0,0 @@
-module golang.fcuny.net/world
-
-go 1.16
-
-require (
- google.golang.org/api v0.78.0
- inet.af/netaddr v0.0.0-20211027220019-c74959edd3b6
-)