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:
parent
9419fd6aac
commit
fbb034dacc
2 changed files with 6 additions and 6 deletions
4
go.mod
4
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue