Skip to content

Commit b24be8c

Browse files
authored
Merge pull request #258 from warrensbox/master
Upgrade libraries: cve's
2 parents 1d262d6 + b83a34e commit b24be8c

File tree

2 files changed

+448
-143
lines changed

2 files changed

+448
-143
lines changed

go.mod

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,37 @@ module github.com/warrensbox/terraform-switcher
33
go 1.18
44

55
require (
6-
github.com/hashicorp/go-version v1.4.0
6+
github.com/hashicorp/go-version v1.6.0
77
github.com/hashicorp/hcl2 v0.0.0-20191002203319-fb75b3253c80
88
github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f
9-
github.com/manifoldco/promptui v0.2.2-0.20180308161052-c0c0d3afc6a0
9+
github.com/manifoldco/promptui v0.9.0
1010
github.com/mitchellh/go-homedir v1.1.0
11-
github.com/pborman/getopt v0.0.0-20170112200414-7148bc3a4c30
12-
github.com/spf13/viper v1.4.0
13-
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c
11+
github.com/pborman/getopt v1.1.0
12+
github.com/spf13/viper v1.12.0
13+
golang.org/x/sys v0.0.0-20220627191245-f75cf1eec38b
1414
)
1515

1616
require (
1717
github.com/agext/levenshtein v1.2.2 // indirect
1818
github.com/apparentlymart/go-textseg v1.0.0 // indirect
19-
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
20-
github.com/chzyer/logex v1.1.10 // indirect
21-
github.com/chzyer/readline v0.0.0-20171208011716-f6d7a1f6fbf3 // indirect
22-
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect
23-
github.com/fsnotify/fsnotify v1.4.7 // indirect
24-
github.com/google/go-cmp v0.3.1 // indirect
19+
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
20+
github.com/fsnotify/fsnotify v1.5.4 // indirect
21+
github.com/google/go-cmp v0.5.8 // indirect
2522
github.com/hashicorp/hcl v1.0.0 // indirect
2623
github.com/hashicorp/hcl/v2 v2.0.0 // indirect
27-
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a // indirect
28-
github.com/lunixbochs/vtclean v0.0.0-20170504063817-d14193dfc626 // indirect
29-
github.com/magiconair/properties v1.8.1 // indirect
30-
github.com/mattn/go-colorable v0.0.9 // indirect
31-
github.com/mattn/go-isatty v0.0.3 // indirect
24+
github.com/magiconair/properties v1.8.6 // indirect
3225
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
33-
github.com/mitchellh/mapstructure v1.1.2 // indirect
34-
github.com/pelletier/go-toml v1.4.0 // indirect
35-
github.com/spf13/afero v1.2.2 // indirect
36-
github.com/spf13/cast v1.3.0 // indirect
26+
github.com/mitchellh/mapstructure v1.5.0 // indirect
27+
github.com/pelletier/go-toml v1.9.5 // indirect
28+
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
29+
github.com/spf13/afero v1.8.2 // indirect
30+
github.com/spf13/cast v1.5.0 // indirect
3731
github.com/spf13/jwalterweatherman v1.1.0 // indirect
38-
github.com/spf13/pflag v1.0.3 // indirect
39-
github.com/zclconf/go-cty v1.8.0 // indirect
40-
golang.org/x/text v0.3.5 // indirect
41-
gopkg.in/yaml.v2 v2.2.2 // indirect
32+
github.com/spf13/pflag v1.0.5 // indirect
33+
github.com/subosito/gotenv v1.3.0 // indirect
34+
github.com/zclconf/go-cty v1.1.0 // indirect
35+
golang.org/x/text v0.3.7 // indirect
36+
gopkg.in/ini.v1 v1.66.4 // indirect
37+
gopkg.in/yaml.v2 v2.4.0 // indirect
38+
gopkg.in/yaml.v3 v3.0.0 // indirect
4239
)

0 commit comments

Comments
 (0)