summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-23 22:38:20 +0200
committerPaul Buetow <paul@buetow.org>2026-03-23 22:38:20 +0200
commitc58b3f64de0cc6da880672b1ccb5671707ce47d3 (patch)
treeceb5cdae647105894773a3469fb832be800b04f3 /go.mod
parent3d055d404dd3de55862860e21515d92f8fb2550d (diff)
.golangci.yml
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
)