summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGab <24553253+gabrix73@users.noreply.github.com>2026-01-03 04:00:40 +0100
committerGitHub <noreply@github.com>2026-01-03 04:00:40 +0100
commite70203148dfe996d17187a0a66b35ae956b97205 (patch)
tree720b411499cff9ed2e89b35a4b0afd6a40d00f9e
parent8703df2e0bae42f283d96104b70006311c688c74 (diff)
downloadvapordrop-e70203148dfe996d17187a0a66b35ae956b97205.tar.gz
vapordrop-e70203148dfe996d17187a0a66b35ae956b97205.tar.xz
vapordrop-e70203148dfe996d17187a0a66b35ae956b97205.zip
Initialize go.mod with module and dependencies
-rw-r--r--go.mod10
1 files changed, 10 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..ccb784e
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,10 @@
+module vapordrop
+
+go 1.21
+
+require (
+ github.com/awnumar/memguard v0.22.5
+ github.com/cretz/bine v0.2.0
+ github.com/zeebo/blake3 v0.2.3
+ golang.org/x/crypto v0.24.0
+)