diff options
author | heqnx <root@heqnx.com> | 2025-03-12 18:38:05 +0200 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-03-12 18:38:05 +0200 |
commit | aeecd7cd0872296e8b2a385097fc6639b5c1efac (patch) | |
tree | 876934f122c38d31c0a7cab057895a2877ce222a /go.mod | |
parent | c9138cf6956b19a63a620ae525835a13b36678a0 (diff) | |
download | ssh-bip39gen-aeecd7cd0872296e8b2a385097fc6639b5c1efac.tar.gz ssh-bip39gen-aeecd7cd0872296e8b2a385097fc6639b5c1efac.zip |
initial commit on ssh-bip39gen
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +module ssh-bip39gen + +go 1.23.4 + +require ( + github.com/tyler-smith/go-bip39 v1.1.0 + golang.org/x/crypto v0.36.0 +) + +require golang.org/x/sys v0.31.0 // indirect |