-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
351 changed files
with
15,855 additions
and
9,285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
module github.com/xorpaul/g10k | ||
|
||
go 1.19 | ||
go 1.23.1 | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 | ||
github.com/fatih/color v1.13.0 | ||
github.com/fatih/color v1.17.0 | ||
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 | ||
github.com/klauspost/pgzip v1.2.5 | ||
github.com/klauspost/pgzip v1.2.6 | ||
github.com/remeh/sizedwaitgroup v1.0.0 | ||
github.com/tidwall/gjson v1.14.3 | ||
github.com/tidwall/gjson v1.17.3 | ||
github.com/xorpaul/uiprogress v0.0.0-20201221143732-916122d4b58a | ||
golang.org/x/sys v0.2.0 | ||
golang.org/x/term v0.2.0 | ||
golang.org/x/sys v0.25.0 | ||
golang.org/x/term v0.24.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
require ( | ||
github.com/gosuri/uilive v0.0.4 // indirect | ||
github.com/gosuri/uiprogress v0.0.1 // indirect | ||
github.com/klauspost/compress v1.15.12 // indirect | ||
github.com/klauspost/compress v1.17.9 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-isatty v0.0.16 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/tidwall/match v1.1.1 // indirect | ||
github.com/tidwall/pretty v1.2.1 // indirect | ||
github.com/tidwall/pretty v1.2.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.