aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorMarin Ivanov <[email protected]>2024-04-06 19:37:00 +0300
committerMarin Ivanov <[email protected]>2024-04-06 19:37:00 +0300
commitd08ac6d01bd0adba84f9227e83b288e36eebccc1 (patch)
tree45a379381df5e1e0480c6b51c04a68e2ef762d20 /go.mod
Initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 5 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..5bf475a
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module go.metala.org/retaart
+
+go 1.21.5
+
+require github.com/spf13/pflag v1.0.5