diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-23 22:38:20 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-23 22:38:20 +0200 |
| commit | c58b3f64de0cc6da880672b1ccb5671707ce47d3 (patch) | |
| tree | ceb5cdae647105894773a3469fb832be800b04f3 /go.mod | |
| parent | 3d055d404dd3de55862860e21515d92f8fb2550d (diff) | |
.golangci.yml
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ) |
