From c58b3f64de0cc6da880672b1ccb5671707ce47d3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 23 Mar 2026 22:38:20 +0200 Subject: .golangci.yml --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') 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 ) -- cgit v1.2.3