Skip to content

Commit c8a1f97

Browse files
Update module github.com/spinnaker/spin to v1
1 parent 5bf6dd1 commit c8a1f97

File tree

2 files changed

+675
-2
lines changed

2 files changed

+675
-2
lines changed

go.mod

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ module github.com/kekeniker/marco
33
go 1.16
44

55
require (
6+
github.com/mitchellh/go-homedir v1.1.0 // indirect
67
github.com/olekukonko/tablewriter v0.0.4
7-
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
810
github.com/spf13/pflag v1.0.5
9-
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
1013
)

0 commit comments

Comments
 (0)