summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorGab Virebent <gabriel1@virebent.art>2026-07-07 16:24:30 +0200
committerGab Virebent <gabriel1@virebent.art>2026-07-07 16:24:30 +0200
commitcc21fb4978b54d643d8fb3f5a454e62da4b396c2 (patch)
tree3050c8d4b68e28989cbe611001f8c6e961a08e51 /go.mod
downloadqpass-cc21fb4978b54d643d8fb3f5a454e62da4b396c2.tar.gz
qpass-cc21fb4978b54d643d8fb3f5a454e62da4b396c2.tar.xz
qpass-cc21fb4978b54d643d8fb3f5a454e62da4b396c2.zip
Initial commitHEADmain
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..e579fe9
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module quantum-passgen
+
+go 1.22