Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marwanhawari committed Apr 6, 2024
1 parent ab96998 commit c9f9d69
Show file tree
Hide file tree
Showing 599 changed files with 134,722 additions and 14,372 deletions.
40 changes: 18 additions & 22 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,34 @@ module github.com/marwanhawari/stew
go 1.22

require (
github.com/AlecAivazis/survey/v2 v2.3.2
github.com/briandowns/spinner v1.18.0
github.com/gookit/color v1.5.0
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/briandowns/spinner v1.23.0
github.com/gookit/color v1.5.4
github.com/mholt/archiver v3.1.1+incompatible
github.com/schollz/progressbar/v3 v3.8.5
github.com/urfave/cli v1.22.5
github.com/schollz/progressbar/v3 v3.14.2
github.com/urfave/cli v1.22.14
)

require (
github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/dsnet/compress v0.0.2-0.20210315054119-f66993602bf5 // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/fatih/color v1.16.0 // indirect
github.com/frankban/quicktest v1.14.0 // indirect
github.com/golang/snappy v0.0.4 // indirect
github.com/hinshun/vt10x v0.0.0-20220127042424-3ca73d0126d7 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/mattn/go-colorable v0.1.9 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/nwaples/rardecode v1.1.0 // indirect
github.com/nwaples/rardecode v1.1.3 // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/russross/blackfriday/v2 v2.0.1 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/ulikunitz/xz v0.5.12 // indirect
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/term v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
)
131 changes: 69 additions & 62 deletions go.sum

Large diffs are not rendered by default.

22 changes: 0 additions & 22 deletions vendor/github.com/AlecAivazis/survey/v2/.travis.yml

This file was deleted.

40 changes: 9 additions & 31 deletions vendor/github.com/AlecAivazis/survey/v2/CONTRIBUTING.md

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

78 changes: 0 additions & 78 deletions vendor/github.com/AlecAivazis/survey/v2/Gopkg.lock

This file was deleted.

54 changes: 0 additions & 54 deletions vendor/github.com/AlecAivazis/survey/v2/Gopkg.toml

This file was deleted.

83 changes: 55 additions & 28 deletions vendor/github.com/AlecAivazis/survey/v2/README.md

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

Loading

0 comments on commit c9f9d69

Please sign in to comment.