1
0
Fork 0
mirror of https://github.com/imjasonh/dots synced 2026-07-15 12:48:25 +00:00

chore: update Go dependencies

- golang.org/x/image v0.40.0 => v0.41.0
- golang.org/x/sys v0.44.0 => v0.45.0 (indirect)
- golang.org/x/term remains at v0.43.0 (already latest)

Co-authored-by: Jason Hall <imjasonh@users.noreply.github.com>
This commit is contained in:
Cursor Agent 2026-05-23 13:03:01 +00:00
parent 9419fd6aac
commit fbb034dacc
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

4
go.mod
View file

@ -3,8 +3,8 @@ module github.com/imjasonh/dots
go 1.25.1
require (
golang.org/x/image v0.40.0 // for resizing
golang.org/x/image v0.41.0 // for resizing
golang.org/x/term v0.43.0 // for getting terminal size
)
require golang.org/x/sys v0.44.0 // indirect
require golang.org/x/sys v0.45.0 // indirect