Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Sep 1, 2024
1 parent 534a5df commit 9769784
Show file tree
Hide file tree
Showing 14 changed files with 165 additions and 148 deletions.
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ toolchain go1.22.2

require (
github.com/unknwon/goconfig v1.0.0
github.com/xyproto/env/v2 v2.3.0
github.com/xyproto/textoutput v1.16.4
github.com/xyproto/env/v2 v2.5.0
github.com/xyproto/textoutput v1.16.6
github.com/yhat/scrape v0.0.0-20161128144610-24b7890b0945
golang.org/x/net v0.28.0
)
Expand All @@ -20,6 +20,6 @@ require (
github.com/pkg/term v1.2.0-beta.2.0.20210419004637-f749b98bd0ba // indirect
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
github.com/xyproto/burnfont v1.2.3 // indirect
github.com/xyproto/vt100 v1.14.4 // indirect
github.com/xyproto/vt100 v1.14.5 // indirect
golang.org/x/sys v0.24.0 // indirect
)
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ github.com/unknwon/goconfig v1.0.0 h1:rS7O+CmUdli1T+oDm7fYj1MwqNWtEJfNj+FqcUHML8
github.com/unknwon/goconfig v1.0.0/go.mod h1:qu2ZQ/wcC/if2u32263HTVC39PeOQRSmidQk3DuDFQ8=
github.com/xyproto/burnfont v1.2.3 h1:4MHSRrmVqZT8i1XmDrEG/5qcg2G1bSEDlOoO3BCl11c=
github.com/xyproto/burnfont v1.2.3/go.mod h1:NlQwt/VHpxq17k8CkHcWvWTGhBim818XB4onh+TeZRo=
github.com/xyproto/env/v2 v2.3.0 h1:9g1EOZYpccH1L2SeCXEvibyis/gPT+8+t34WqGMSBXQ=
github.com/xyproto/env/v2 v2.3.0/go.mod h1:F81ZEzu15s3TWUZJ1uzBl9iNeq9zcfHvxMkQJaLZUl0=
github.com/xyproto/textoutput v1.16.4 h1:fNJdnsDpQHOGqsOmeMw8oqAwAVuDQ30762ck9B6GUO4=
github.com/xyproto/textoutput v1.16.4/go.mod h1:9ObywN82UrMiIR3L4hGXurrV9kWcdbZc36hLdJdhN7s=
github.com/xyproto/vt100 v1.14.4 h1:Sbl0swBJPtOksSWy6lY/pDNrUUp5kzkCHAdbqjT4zYE=
github.com/xyproto/vt100 v1.14.4/go.mod h1:O2KVKLPD0X5zzrR3X4CibLHXWYMDJpU+Tp7insqRtPA=
github.com/xyproto/env/v2 v2.5.0 h1:1KXF3UCaELjnXzfZ6iHDCdJoBeQPz4LXG4oHlBN+jvs=
github.com/xyproto/env/v2 v2.5.0/go.mod h1:F81ZEzu15s3TWUZJ1uzBl9iNeq9zcfHvxMkQJaLZUl0=
github.com/xyproto/textoutput v1.16.6 h1:/PEc+65EFcuhxiMjhIWR3mQfuurWuH/Ojz3WPyGTss4=
github.com/xyproto/textoutput v1.16.6/go.mod h1:Mx+JF0zfzZ5zaV9KgR1pITqJSegGYauXS1NtoTW6Io8=
github.com/xyproto/vt100 v1.14.5 h1:jbEBTTcF3HgB+JmCpOGV+LLJG3mkgMhtxkZcvfSUr4M=
github.com/xyproto/vt100 v1.14.5/go.mod h1:AyPr0fGViddCve+QM2QGArqt/E19TTPBaOwTyKVWeOI=
github.com/yhat/scrape v0.0.0-20161128144610-24b7890b0945 h1:6Ju8pZBYFTN9FaV/JvNBiIHcsgEmP4z4laciqjfjY8E=
github.com/yhat/scrape v0.0.0-20161128144610-24b7890b0945/go.mod h1:4vRFPPNYllgCacoj+0FoKOjTW68rUhEfqPLiEJaK2w8=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
Expand Down
26 changes: 2 additions & 24 deletions vendor/github.com/xyproto/env/v2/cache.go

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

66 changes: 52 additions & 14 deletions vendor/github.com/xyproto/env/v2/env.go

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

17 changes: 17 additions & 0 deletions vendor/github.com/xyproto/env/v2/homedir.go

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

8 changes: 8 additions & 0 deletions vendor/github.com/xyproto/env/v2/homedir_android.go

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

8 changes: 8 additions & 0 deletions vendor/github.com/xyproto/env/v2/homedir_ios.go

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

17 changes: 17 additions & 0 deletions vendor/github.com/xyproto/env/v2/homedir_plan9.go

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

17 changes: 17 additions & 0 deletions vendor/github.com/xyproto/env/v2/homedir_windows.go

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

2 changes: 1 addition & 1 deletion vendor/github.com/xyproto/textoutput/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 vendor/github.com/xyproto/vt100/README.md

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

16 changes: 8 additions & 8 deletions vendor/github.com/xyproto/vt100/canvas.go

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

Loading

0 comments on commit 9769784

Please sign in to comment.