chore: update go deps

This commit is contained in:
Will Owens 2025-10-25 11:29:14 -05:00
parent 83efabd010
commit 53e31a964e
No known key found for this signature in database
GPG key ID: 8C8384B16B623DA6
2 changed files with 19 additions and 13 deletions

11
go.mod
View file

@ -1,6 +1,6 @@
module github.com/ghthor/gotty/v2
go 1.21
go 1.23.0
require (
github.com/NYTimes/gziphandler v1.1.1
@ -14,10 +14,13 @@ require (
)
require (
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
github.com/creack/pty v1.1.20 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/creack/pty v1.1.23 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
golang.org/x/net v0.18.0 // indirect
github.com/stretchr/testify v1.10.0 // indirect
golang.org/x/net v0.40.0 // indirect
)