@@ -7,15 +7,15 @@ require (
77 github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
88 github.com/hashicorp/go-hclog v1.4.0
99 github.com/hashicorp/go-multierror v1.1.1
10- github.com/hashicorp/go-plugin v1.4.8
10+ github.com/hashicorp/go-plugin v1.4.9
1111 github.com/hashicorp/go-uuid v1.0.3
1212 github.com/hashicorp/go-version v1.6.0
1313 github.com/hashicorp/hc-install v0.5.0
1414 github.com/hashicorp/hcl/v2 v2.16.2
1515 github.com/hashicorp/logutils v1.0.0
1616 github.com/hashicorp/terraform-exec v0.18.1
1717 github.com/hashicorp/terraform-json v0.16.0
18- github.com/hashicorp/terraform-plugin-go v0.14.3
18+ github.com/hashicorp/terraform-plugin-go v0.15.0
1919 github.com/hashicorp/terraform-plugin-log v0.8.0
2020 github.com/mitchellh/copystructure v1.2.0
2121 github.com/mitchellh/go-testing-interface v1.14.1
@@ -33,23 +33,23 @@ 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/terraform-registry-address v0.1 .0 // indirect
37- github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
36+ github.com/hashicorp/terraform-registry-address v0.2 .0 // indirect
37+ github.com/hashicorp/terraform-svchost v0.0.1 // indirect
3838 github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
3939 github.com/kylelemons/godebug v1.1.0 // indirect
4040 github.com/mattn/go-colorable v0.1.12 // indirect
4141 github.com/mattn/go-isatty v0.0.14 // indirect
4242 github.com/mitchellh/go-wordwrap v1.0.0 // indirect
4343 github.com/oklog/run v1.0.0 // indirect
4444 github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
45- github.com/vmihailenco/msgpack/v4 v4 .3.12 // indirect
46- github.com/vmihailenco/tagparser v0.1.1 // indirect
45+ github.com/vmihailenco/msgpack/v5 v5 .3.5 // indirect
46+ github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
4747 golang.org/x/mod v0.8.0 // indirect
4848 golang.org/x/net v0.8.0 // indirect
4949 golang.org/x/sys v0.6.0 // indirect
5050 golang.org/x/text v0.8.0 // indirect
51- google.golang.org/appengine v1.6.6 // indirect
52- google.golang.org/genproto v0.0.0-20200711021454-869866162049 // indirect
53- google.golang.org/grpc v1.51 .0 // indirect
54- google.golang.org/protobuf v1.28.1 // indirect
51+ google.golang.org/appengine v1.6.7 // indirect
52+ google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect
53+ google.golang.org/grpc v1.54 .0 // indirect
54+ google.golang.org/protobuf v1.30.0 // indirect
5555)
0 commit comments