Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Nov 5, 2024
1 parent 4c03c49 commit 6f79442
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion v2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require (
github.com/xyproto/termtitle v1.5.1
github.com/xyproto/textoutput v1.17.1
github.com/xyproto/usermodel v1.2.2
github.com/xyproto/vt100 v1.16.10
github.com/xyproto/vt100 v1.16.11
github.com/xyproto/wordwrap v1.0.1
golang.org/x/image v0.21.0
)
Expand Down
4 changes: 2 additions & 2 deletions v2/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ github.com/xyproto/textoutput v1.17.1/go.mod h1:4+ToxX8zW6hvC02WXJRDvA/1jrdl0gfg
github.com/xyproto/usermodel v1.2.2 h1:jfLmh65PGabdHR7mUR6fUGSax/joDOfai/Gr4VV3jtc=
github.com/xyproto/usermodel v1.2.2/go.mod h1:Yq23gofv51bjTujYYnAH3fpvWD+ENa3fdIA+ahfU/B4=
github.com/xyproto/vt100 v1.14.2/go.mod h1:DZDxocHCwx0kZTVnsyGogNYKyQ1rwDzUURDhAThjLVw=
github.com/xyproto/vt100 v1.16.10 h1:pPELURTkrFznZLU1Mpepr4h8tVRSU2gL30wyz6UNsIM=
github.com/xyproto/vt100 v1.16.10/go.mod h1:xm5tWQS/v1/3erzn5l3kEwYeEXiDBOVctPJ+NiAGd64=
github.com/xyproto/vt100 v1.16.11 h1:PLsRhI7v4s4wrp5OkiZpOppnpZIZgK6A+4FJ5zpdVzg=
github.com/xyproto/vt100 v1.16.11/go.mod h1:xm5tWQS/v1/3erzn5l3kEwYeEXiDBOVctPJ+NiAGd64=
github.com/xyproto/wordwrap v1.0.1 h1:nKmUy4Jr+VBbeFfCgcUBx/e707ky7GBZLE/x1Uh3dtA=
github.com/xyproto/wordwrap v1.0.1/go.mod h1:NIZ+TjJF24AUJzQDmr/fOMWgn3B2pK5+c9fPCp6UvcM=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
Expand Down
2 changes: 1 addition & 1 deletion v2/vendor/github.com/xyproto/vt100/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions v2/vendor/github.com/xyproto/vt100/colors.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v2/vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ github.com/xyproto/textoutput
# github.com/xyproto/usermodel v1.2.2
## explicit; go 1.23.1
github.com/xyproto/usermodel
# github.com/xyproto/vt100 v1.16.10
# github.com/xyproto/vt100 v1.16.11
## explicit; go 1.22.0
github.com/xyproto/vt100
# github.com/xyproto/wordwrap v1.0.1
Expand Down

0 comments on commit 6f79442

Please sign in to comment.