aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Wallace <doof@doof.net>2021-09-30 07:18:20 -0700
committerKevin Wallace <doof@doof.net>2021-09-30 07:18:20 -0700
commitba5766d054216e50e1020b727382b35782f710d2 (patch)
tree3de1e475ce74098304d18067057f2fef569a82b0
parentparse origin info, fetch ASN name (diff)
fine, go.modHEADmaster
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..573e769
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module doof.net/cmd/rdns
+
+go 1.17