summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 78000d4..bbaf0ac 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ go 1.25.4
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
+ github.com/mattn/go-isatty v0.0.20
)
require (
@@ -13,5 +13,5 @@ require (
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
- golang.org/x/sys v0.0.0-20200918174421-af09f7315aff // indirect
+ golang.org/x/sys v0.42.0 // indirect
)