diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-23 22:15:54 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-23 22:15:54 +0200 |
| commit | ec875dac170702fc7b8842bca8b2085e447a266d (patch) | |
| tree | ed604d268a9b35a897f79bb0d55bcc596c9c2668 | |
| parent | 0ed3c78acd270c0bd8dec73dedb82f3edc02024f (diff) | |
go.mod: minor updates for test improvements
| -rw-r--r-- | go.mod | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -2,12 +2,14 @@ module codeberg.org/snonux/perc go 1.25.4 -require github.com/magefile/mage v1.15.0 +require ( + github.com/c-bata/go-prompt v0.2.6 + github.com/magefile/mage v1.15.0 + github.com/mattn/go-isatty v0.0.12 +) require ( - github.com/c-bata/go-prompt v0.2.6 // indirect github.com/mattn/go-colorable v0.1.7 // indirect - github.com/mattn/go-isatty v0.0.12 // indirect github.com/mattn/go-runewidth v0.0.9 // indirect github.com/mattn/go-tty v0.0.3 // indirect github.com/pkg/term v1.2.0-beta.2 // indirect |
