File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ go 1.16
55require (
66 github.com/golang/protobuf v1.4.2
77 github.com/google/go-cmp v0.5.6
8- github.com/hashicorp/go-hclog v0.16.1
8+ github.com/hashicorp/go-hclog v1.0.0
99 github.com/hashicorp/go-plugin v1.4.3
1010 github.com/hashicorp/go-uuid v1.0.2
11- github.com/hashicorp/terraform-plugin-log v0.2.0
11+ github.com/hashicorp/terraform-plugin-log v0.2.1
1212 github.com/hashicorp/terraform-registry-address v0.0.0-20210412075316-9b2996cce896
1313 github.com/mitchellh/go-testing-interface v1.14.1
1414 github.com/nsf/jsondiff v0.0.0-20200515183724-f29ed568f4ce
Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ github.com/google/go-cmp v0.5.6 h1:BKbKCqvP6I+rmFHt06ZmyQtvB8xAkWdhFyr0ZUNZcxQ=
3838github.com/google/go-cmp v0.5.6 /go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE =
3939github.com/hashicorp/go-cleanhttp v0.5.1 /go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80 =
4040github.com/hashicorp/go-hclog v0.14.1 /go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ =
41- github.com/hashicorp/go-hclog v0.16.1 h1:IVQwpTGNRRIHafnTs2dQLIk4ENtneRIEEJWOVDqz99o =
42- github.com/hashicorp/go-hclog v0.16.1 /go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ =
41+ github.com/hashicorp/go-hclog v1.0.0 h1:bkKf0BeBXcSYa7f5Fyi9gMuQ8gNsxeiNpZjR6VxNZeo =
42+ github.com/hashicorp/go-hclog v1.0.0 /go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ =
4343github.com/hashicorp/go-plugin v1.4.3 h1:DXmvivbWD5qdiBts9TpBC7BYL1Aia5sxbRgQB+v6UZM =
4444github.com/hashicorp/go-plugin v1.4.3 /go.mod h1:5fGEH17QVwTTcR0zV7yhDPLLmFX9YSZ38b18Udy6vYQ =
4545github.com/hashicorp/go-uuid v1.0.2 h1:cfejS+Tpcp13yd5nYHWDI6qVCny6wyX2Mt5SGur2IGE =
4646github.com/hashicorp/go-uuid v1.0.2 /go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro =
4747github.com/hashicorp/go-version v1.2.0 /go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA =
48- github.com/hashicorp/terraform-plugin-log v0.2.0 h1:rjflRuBqCnSk3UHOR25MP1G5BDLKktTA6lNjjcAnBfI =
49- github.com/hashicorp/terraform-plugin-log v0.2.0 /go.mod h1:E1kJmapEHzqu1x6M++gjvhzM2yMQNXPVWZRCB8sgYjg =
48+ github.com/hashicorp/terraform-plugin-log v0.2.1 h1:hl0G6ctSx7DRTE62VNsPWrq7d+JWy1kjk9ApOFrCq3I =
49+ github.com/hashicorp/terraform-plugin-log v0.2.1 /go.mod h1:RW/n0x4dyITmenuirZ1ViPQGP5JQdPTZ4Wwc0rLKi94 =
5050github.com/hashicorp/terraform-registry-address v0.0.0-20210412075316-9b2996cce896 h1:1FGtlkJw87UsTMg5s8jrekrHmUPUJaMcu6ELiVhQrNw =
5151github.com/hashicorp/terraform-registry-address v0.0.0-20210412075316-9b2996cce896 /go.mod h1:bzBPnUIkI0RxauU8Dqo+2KrZZ28Cf48s8V6IHt3p4co =
5252github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 h1:HKLsbzeOsfXmKNpr3GiT18XAblV0BjCbzL8KQAMZGa0 =
You can’t perform that action at this time.
0 commit comments