aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-07-04 13:59:57 +0300
committerheqnx <root@heqnx.com>2025-07-04 13:59:57 +0300
commit121c7aaf53b0f34ddec77424fecbdac993f2fe45 (patch)
tree4730ffc33a226b302ef9e62b7f251d8e4628eda0 /go.mod
parentfed1bf7e23b4da9c0d5dfe1d29dd2ff5e2be72ff (diff)
downloadgo-cryptonym-121c7aaf53b0f34ddec77424fecbdac993f2fe45.tar.gz
go-cryptonym-121c7aaf53b0f34ddec77424fecbdac993f2fe45.zip
initial commit
Diffstat (limited to 'go.mod')
-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..f86ad9f
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module go-cryptonym
+
+go 1.23.4