diff --git a/go.mod b/go.mod index beadc71c..f1b3f630 100644 --- a/go.mod +++ b/go.mod @@ -3,11 +3,10 @@ module github.com/secman-team/secman go 1.11 require ( - github.com/AlecAivazis/survey/v2 v2.2.9 + github.com/AlecAivazis/survey/v2 v2.2.12 github.com/MakeNowJust/heredoc v1.0.0 github.com/atotto/clipboard v0.1.4 github.com/briandowns/spinner v1.12.0 - github.com/mattn/go-colorable v0.1.8 github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d github.com/secman-team/gh-api v0.2.51 github.com/secman-team/shell v0.3.14