diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-12 22:15:43 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-12 22:15:43 -0700 |
| commit | 75a9b069957fa7b7a78287ed5722216d5d5837f1 (patch) | |
| tree | 479a22e32e00550ea491c67fecc345d8b196ecbf /go.mod | |
| parent | Fix reading password (diff) | |
| download | sym-75a9b069957fa7b7a78287ed5722216d5d5837f1.tar.zst | |
Add file header and metadata
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |
