From ec875dac170702fc7b8842bca8b2085e447a266d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 23 Mar 2026 22:15:54 +0200 Subject: go.mod: minor updates for test improvements --- go.mod | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index c62105a..78000d4 100644 --- a/go.mod +++ b/go.mod @@ -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 -- cgit v1.2.3