diff options
| -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 +) |
