Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Jul 22, 2024
1 parent fd4cf89 commit be511b2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion v2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ require (
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/nathan-fiscaletti/consolesize-go v0.0.0-20220204101620-317176b6684d // indirect
github.com/peterhellberg/gfx v0.0.0-20230908181254-9885a9f73abe // indirect
github.com/peterhellberg/gfx v0.0.0-20240717094052-4fa835cea5a4 // indirect
github.com/pkg/term v1.2.0-beta.2.0.20210419004637-f749b98bd0ba // indirect
github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d // indirect
github.com/xyproto/burnfont v1.2.3 // indirect
Expand Down
3 changes: 2 additions & 1 deletion v2/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+W
github.com/onsi/ginkgo v1.8.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
github.com/onsi/gomega v1.9.0/go.mod h1:Ho0h+IUsWyvy1OpqCwxlQ/21gkhVunqlU8fDGcoTdcA=
github.com/peterhellberg/gfx v0.0.0-20191011152831-b91a0de61948/go.mod h1:itlt/V2ABb7sDu42VXQHXmQ4KOdrEbFZDVIaHsRcwak=
github.com/peterhellberg/gfx v0.0.0-20230908181254-9885a9f73abe h1:vUyJ+2edn98NgivqhHWBQIO8u9bbrXb+U09tG0AQYbU=
github.com/peterhellberg/gfx v0.0.0-20230908181254-9885a9f73abe/go.mod h1:ipo3f7y1+RHNR32fj+4TETou6OF4VXvJBhb9rwncKuw=
github.com/peterhellberg/gfx v0.0.0-20240717094052-4fa835cea5a4 h1:Iv17i2mukPLwXTftiwj1bzOamqw1UVXm4vHGxKxi+1U=
github.com/peterhellberg/gfx v0.0.0-20240717094052-4fa835cea5a4/go.mod h1:ipo3f7y1+RHNR32fj+4TETou6OF4VXvJBhb9rwncKuw=
github.com/phpdave11/gofpdi v1.0.7/go.mod h1:vBmVV0Do6hSBHC8uKUQ71JGW+ZGQq74llk/7bXwjDoI=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/term v0.0.0-20200520122047-c3ffed290a03/go.mod h1:Z9+Ul5bCbBKnbCvdOWbLqTHhJiYV414CURZJba6L8qA=
Expand Down
2 changes: 1 addition & 1 deletion v2/vendor/github.com/peterhellberg/gfx/LICENSE

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/github.com/peterhellberg/gfx/Makefile

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

4 changes: 2 additions & 2 deletions v2/vendor/github.com/peterhellberg/gfx/README.md

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 @@ -53,7 +53,7 @@ github.com/mgutz/ansi
# github.com/nathan-fiscaletti/consolesize-go v0.0.0-20220204101620-317176b6684d
## explicit
github.com/nathan-fiscaletti/consolesize-go
# github.com/peterhellberg/gfx v0.0.0-20230908181254-9885a9f73abe
# github.com/peterhellberg/gfx v0.0.0-20240717094052-4fa835cea5a4
## explicit; go 1.17
github.com/peterhellberg/gfx
# github.com/pkg/term v1.2.0-beta.2.0.20210419004637-f749b98bd0ba
Expand Down

0 comments on commit be511b2

Please sign in to comment.