Skip to content

Commit 652bbd4

Browse files
committed
Updated go-dependencies
1 parent e390c70 commit 652bbd4

File tree

2 files changed

+711
-178
lines changed

2 files changed

+711
-178
lines changed

go.mod

+8-10
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,17 @@ require (
66
github.com/abiosoft/ishell v2.0.0+incompatible
77
github.com/abiosoft/readline v0.0.0-20180607040430-155bce2042db // indirect
88
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
119
github.com/elazarl/go-bindata-assetfs v1.0.1
12-
github.com/fatih/color v1.9.0 // indirect
1310
github.com/flynn-archive/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
14-
github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
1511
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
1714
github.com/mitchellh/go-homedir v1.1.0
1815
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
2422
)

0 commit comments

Comments
 (0)