We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf6dd1 commit c8a1f97Copy full SHA for c8a1f97
go.mod
@@ -3,8 +3,11 @@ module github.com/kekeniker/marco
3
go 1.16
4
5
require (
6
+ github.com/mitchellh/go-homedir v1.1.0 // indirect
7
github.com/olekukonko/tablewriter v0.0.4
- github.com/spf13/cobra v1.1.3
8
+ github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
9
+ github.com/spf13/cobra v1.5.0
10
github.com/spf13/pflag v1.0.5
- github.com/spinnaker/spin v0.4.1-0.20201211003717-9e6d8f2f1f78
11
+ github.com/spf13/viper v1.7.0 // indirect
12
+ github.com/spinnaker/spin v1.30.0
13
)
0 commit comments