summaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Collapse)Author
2024-11-05junkJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2023-07-16Switch to Go 1.20 errors packageSeth Vargo
This updates all subpackages and removes use of go-multierror in favor of the stdlib implementation.
2021-01-30Fix failing go1.16 testEyal Posener
Fixes #132
2020-05-10Use autogenEyal Posener
2019-11-24Update to script 1.0.4Eyal Posener
2019-11-24fix script changeEyal Posener
2019-11-23Install: use script libraryEyal Posener
2019-11-18update module import pathEyal Posener
2019-10-23fix off-by-one error for sub command completion.Eyal Posener
Fixes #97
2019-10-23reproduce sub command bugEyal Posener
2018-08-27build(go111): Add go module supportAdam S Levy