about summary refs log tree commit diff
path: root/tools/ipconverter/go.mod
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-04 17:53:28 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-04 17:53:28 -0700
commit5da35c9ae3396002e3c8d4de8edbdf85ecf2569d (patch)
treef108d6fe7e0133130b1a1a639b36ecf703b9121d /tools/ipconverter/go.mod
parentops(terraform): individual actions for init/plan/apply (diff)
downloadworld-5da35c9ae3396002e3c8d4de8edbdf85ecf2569d.tar.gz
ref(tools/ipconverter): rewrite the tool in python
No need to do this with Go, a python script is fine.

We also don't need to set shell aliases for this: when we install the
tool, we can create symbolic links to `ip2int` and `int2ip`.
Diffstat (limited to 'tools/ipconverter/go.mod')
-rw-r--r--tools/ipconverter/go.mod3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/ipconverter/go.mod b/tools/ipconverter/go.mod
deleted file mode 100644
index 49b8653..0000000
--- a/tools/ipconverter/go.mod
+++ /dev/null
@@ -1,3 +0,0 @@
-module golang.fcuny.net/ipconverter
-
-go 1.17