@@ -6,19 +6,17 @@ require (
6
6
github.com/abiosoft/ishell v2.0.0+incompatible
7
7
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect
8
8
github.com/atotto/clipboard v0.1.4
9
- github.com/chzyer/logex v1.1.10 // indirect
10
- github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
11
9
github.com/elazarl/go-bindata-assetfs v1.0.1
12
- github.com/fatih/color v1.9.0 // indirect
13
10
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
14
- github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
15
11
github.com/google/go-dap v0.3.0
16
- github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a
12
+ github.com/jinzhu/copier v0.3.5
13
+ github.com/magiconair/properties v1.8.6 // indirect
17
14
github.com/mitchellh/go-homedir v1.1.0
18
15
github.com/pmezard/go-difflib v1.0.0
19
- github.com/spf13/cobra v0.0.5
20
- github.com/spf13/viper v1.6.1
21
- golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
22
- golang.org/x/text v0.3.3 // indirect
23
- gopkg.in/yaml.v2 v2.2.7
16
+ github.com/spf13/afero v1.8.2 // indirect
17
+ github.com/spf13/cobra v1.4.0
18
+ github.com/spf13/viper v1.10.1
19
+ golang.org/x/sys v0.0.0-20220412071739-889880a91fd5 // indirect
20
+ gopkg.in/ini.v1 v1.66.4 // indirect
21
+ gopkg.in/yaml.v2 v2.4.0
24
22
)
0 commit comments