diff options
author | Michael Muré <batolettre@gmail.com> | 2023-03-04 14:11:58 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2023-03-04 14:11:58 +0100 |
commit | 4477152319883cdebd5fbd8887ca092d9eaeea57 (patch) | |
tree | 550af6a26773082840008cf921d0a235a6b258aa /go.mod | |
parent | a1015493875963d75b3ca24caa31a2b65203309e (diff) | |
download | git-bug-4477152319883cdebd5fbd8887ca092d9eaeea57.tar.gz |
tools: fix how security tools are setup and launched
fix https://github.com/MichaelMure/git-bug/issues/1018
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -21,7 +21,6 @@ require ( github.com/mattn/go-isatty v0.0.17 github.com/phayes/freeport v0.0.0-20171002181615-b8543db493a5 github.com/pkg/errors v0.9.1 - github.com/selesy/gokart-pre v0.5.2-rc1 github.com/shurcooL/githubv4 v0.0.0-20190601194912-068505affed7 github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e github.com/spf13/cobra v1.6.1 @@ -39,6 +38,9 @@ require ( // https://github.com/go-git/go-git/pull/659 replace github.com/go-git/go-git/v5 => github.com/MichaelMure/go-git/v5 v5.1.1-0.20230114115943-17400561a81c +// https://github.com/praetorian-inc/gokart/pull/84 +replace github.com/praetorian-inc/gokart v0.5.1 => github.com/selesy/gokart v0.5.2-rc1 + require ( github.com/VividCortex/ewma v1.2.0 // indirect github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect |