diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-05 18:01:58 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-10-05 18:04:14 -0700 |
| commit | 8d346fe970a1b88dad906fb9d826cdeccc98fd20 (patch) | |
| tree | b200f1d5ccb25abca3d3678486a8c30a70f0f59d /go.mod | |
| parent | d89b325294201d95498ae9d08f102e12ac2f2876 (diff) | |
| download | roseh.moe-8d346fe970a1b88dad906fb9d826cdeccc98fd20.tar.zst | |
Remove unused flags
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -1,17 +1,3 @@ module gitlab.com/rhogenson/roseh.moe go 1.24.0 - -require ( - github.com/google/subcommands v1.2.0 - golang.org/x/term v0.35.0 -) - -require ( - golang.org/x/mod v0.28.0 // indirect - golang.org/x/sync v0.17.0 // indirect - golang.org/x/sys v0.36.0 // indirect - golang.org/x/tools v0.37.0 // indirect -) - -tool golang.org/x/tools/cmd/stringer |
