diff options
| author | Gab <24553253+gabrix73@users.noreply.github.com> | 2026-01-03 04:00:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-03 04:00:40 +0100 |
| commit | e70203148dfe996d17187a0a66b35ae956b97205 (patch) | |
| tree | 720b411499cff9ed2e89b35a4b0afd6a40d00f9e | |
| parent | 8703df2e0bae42f283d96104b70006311c688c74 (diff) | |
| download | vapordrop-e70203148dfe996d17187a0a66b35ae956b97205.tar.gz vapordrop-e70203148dfe996d17187a0a66b35ae956b97205.tar.xz vapordrop-e70203148dfe996d17187a0a66b35ae956b97205.zip | |
Initialize go.mod with module and dependencies
| -rw-r--r-- | go.mod | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 +) |
