aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2025-10-12 22:15:43 -0700
committerRose Hogenson <rosehogenson@posteo.net>2025-10-12 22:15:43 -0700
commit75a9b069957fa7b7a78287ed5722216d5d5837f1 (patch)
tree479a22e32e00550ea491c67fecc345d8b196ecbf /go.mod
parentFix reading password (diff)
downloadsym-75a9b069957fa7b7a78287ed5722216d5d5837f1.tar.zst
Add file header and metadata
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 8 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c6758cf..a1f7c9f 100644
--- a/go.mod
+++ b/go.mod
@@ -7,4 +7,11 @@ require (
roseh.moe/pkg/wordlist v1.0.2
)
-require golang.org/x/sys v0.37.0 // indirect
+require (
+ golang.org/x/mod v0.29.0 // indirect
+ golang.org/x/sync v0.17.0 // indirect
+ golang.org/x/sys v0.37.0 // indirect
+ golang.org/x/tools v0.38.0 // indirect
+)
+
+tool golang.org/x/tools/cmd/stringer