Skip to content

Commit 3305f44

Browse files
authored
Support to install git when it is missing (#36)
1 parent 9a1b962 commit 3305f44

File tree

3 files changed

+521
-30
lines changed

3 files changed

+521
-30
lines changed

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ go 1.16
55
require (
66
github.com/linuxsuren/cobra-extension v0.0.11
77
github.com/linuxsuren/go-cli-alias v0.0.9
8+
github.com/linuxsuren/http-downloader v0.0.52
89
github.com/magiconair/properties v1.8.5
9-
github.com/spf13/cobra v1.1.3
10-
github.com/spf13/viper v1.7.0
10+
github.com/spf13/cobra v1.2.1
11+
github.com/spf13/viper v1.9.0
1112
)

0 commit comments

Comments
 (0)