Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@ require (
github.com/spf13/cobra v0.0.4-0.20180915222204-8d114be902bc
github.com/spf13/pflag v1.0.3 // indirect
github.com/stretchr/testify v1.5.1
golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
golang.org/x/sys v0.0.0-20200327173247-9dae0f8f5775 // indirect
golang.org/x/text v0.3.1-0.20181010134911-4d1c5fb19474 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/text v0.3.8 // indirect
gopkg.in/AlecAivazis/survey.v1 v1.6.2
gopkg.in/gcfg.v1 v1.2.3
gopkg.in/yaml.v2 v2.2.5
Expand Down
Loading