aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-11-11 11:27:17 -0800
committerRose Hogenson <rosehogenson@posteo.net>2025-11-11 11:27:17 -0800
commit128d5c513b7a5c50a65f03480fc61b06fb5ef8e8 (patch)
tree4128102ee2d5fd31f7a4760aefb9eddce478422f /go.mod
parentf57b3ba29eff4e5fcd02fa8923dc17f5eea1efb7 (diff)
downloadsym-128d5c513b7a5c50a65f03480fc61b06fb5ef8e8.tar.zst
Use subcommands package
This reduces a little bit of complexity. (does it?)
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index db929f6..59b5c03 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,7 @@ module roseh.moe/cmd/sym
go 1.25.0
require (
+ github.com/google/subcommands v1.2.0
golang.org/x/crypto v0.43.0
golang.org/x/term v0.36.0
roseh.moe/pkg/wordlist v1.0.2