summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorGab Virebent <gabriel1@virebent.art>2026-08-22 20:36:56 +0200
committerGab Virebent <gabriel1@virebent.art>2026-08-22 20:36:56 +0200
commitf84e22433a9dbee4d34a22a266e028e545bdd8fd (patch)
tree936af34d6bb2a0fb32814345418d6d4038dc6f2f /go.mod
downloadidenticons-web-main.tar.gz
identicons-web-main.tar.xz
identicons-web-main.zip
Initial identicons-web releaseHEADmain
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..a68ed37
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,5 @@
+module identicons-cli
+
+go 1.21
+
+// No external dependencies - uses only Go standard library