File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ require (
3333 github.com/hashicorp/errwrap v1.0.0 // indirect
3434 github.com/hashicorp/go-checkpoint v0.5.0 // indirect
3535 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
36- github.com/hashicorp/go-getter v1.5.3 // indirect
36+ github.com/hashicorp/go-getter v1.6.2 // indirect
3737 github.com/hashicorp/go-hclog v0.16.2 // indirect
3838 github.com/hashicorp/go-multierror v1.0.0 // indirect
3939 github.com/hashicorp/go-plugin v1.4.0 // indirect
@@ -78,7 +78,7 @@ require (
7878 golang.org/x/mod v0.4.2 // indirect
7979 golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
8080 golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 // indirect
81- golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
81+ golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e // indirect
8282 golang.org/x/text v0.3.6 // indirect
8383 golang.org/x/tools v0.1.5 // indirect
8484 golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
Original file line number Diff line number Diff line change @@ -216,6 +216,8 @@ github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9n
216216github.com/hashicorp/go-cleanhttp v0.5.2 /go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48 =
217217github.com/hashicorp/go-getter v1.5.3 h1:NF5+zOlQegim+w/EUhSLh6QhXHmZMEeHLQzllkQ3ROU =
218218github.com/hashicorp/go-getter v1.5.3 /go.mod h1:BrrV/1clo8cCYu6mxvboYg+KutTiFnXjMEgDD8+i7ZI =
219+ github.com/hashicorp/go-getter v1.6.2 h1:7jX7xcB+uVCliddZgeKyNxv0xoT7qL5KDtH7rU4IqIk =
220+ github.com/hashicorp/go-getter v1.6.2 /go.mod h1:IZCrswsZPeWv9IkVnLElzRU/gz/QPi6pZHn4tv6vbwA =
219221github.com/hashicorp/go-hclog v0.0.0-20180709165350-ff2cf002a8dd /go.mod h1:9bjs9uLqI8l75knNv3lV1kA55veR+WUPSiKIWcQHudI =
220222github.com/hashicorp/go-hclog v0.9.2 /go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ =
221223github.com/hashicorp/go-hclog v0.14.1 /go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ =
@@ -567,6 +569,8 @@ golang.org/x/sys v0.0.0-20210514084401-e8d321eab015/go.mod h1:oPkhp1MJrh7nUepCBc
567569golang.org/x/sys v0.0.0-20210603125802-9665404d3644 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
568570golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 h1:RqytpXGR1iVNX7psjB3ff8y7sNFinVFvkx1c8SjBkio =
569571golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
572+ golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e h1:w36l2Uw3dRan1K3TyXriXvY+6T56GNmlKGcqiQUJDfM =
573+ golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
570574golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 h1:v+OssWQX+hTHEmOBgwxdZxK4zHq3yOs8F9J7mk0PY8E =
571575golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 /go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo =
572576golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c /go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ =
You can’t perform that action at this time.
0 commit comments