From 8d346fe970a1b88dad906fb9d826cdeccc98fd20 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sun, 5 Oct 2025 18:01:58 -0700 Subject: Remove unused flags --- go.mod | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index d0d6c4a..4e975bb 100644 --- a/go.mod +++ b/go.mod @@ -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 -- cgit v1.3.1