aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-03-12 18:38:05 +0200
committerheqnx <root@heqnx.com>2025-03-12 18:38:05 +0200
commitaeecd7cd0872296e8b2a385097fc6639b5c1efac (patch)
tree876934f122c38d31c0a7cab057895a2877ce222a /go.mod
parentc9138cf6956b19a63a620ae525835a13b36678a0 (diff)
downloadssh-bip39gen-aeecd7cd0872296e8b2a385097fc6639b5c1efac.tar.gz
ssh-bip39gen-aeecd7cd0872296e8b2a385097fc6639b5c1efac.zip
initial commit on ssh-bip39gen
Diffstat (limited to 'go.mod')
-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..71694f8
--- /dev/null
+++ b/go.mod
@@ -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