File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,12 @@ go 1.17
4
4
5
5
require (
6
6
github.com/google/go-cmp v0.5.6
7
- github.com/hashicorp/go-hclog v0.16.2
7
+ github.com/hashicorp/go-hclog v1.2.0
8
8
github.com/hashicorp/go-plugin v1.4.2
9
9
github.com/hashicorp/go-version v1.3.0
10
10
github.com/hashicorp/hcl/v2 v2.10.0
11
11
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734
12
12
github.com/zclconf/go-cty v1.9.0
13
- google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
14
13
google.golang.org/grpc v1.41.0
15
14
google.golang.org/protobuf v1.27.1
16
15
)
@@ -33,4 +32,5 @@ require (
33
32
golang.org/x/text v0.3.5 // indirect
34
33
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
35
34
google.golang.org/appengine v1.6.5 // indirect
35
+ google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
36
36
)
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+
59
59
github.com/grpc-ecosystem/grpc-gateway v1.16.0 /go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw =
60
60
github.com/hashicorp/go-cleanhttp v0.5.1 /go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80 =
61
61
github.com/hashicorp/go-hclog v0.14.1 /go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ =
62
- github.com/hashicorp/go-hclog v0.16.2 h1:K4ev2ib4LdQETX5cSZBG0DVLk1jwGqSPXBjdah3veNs =
63
- github.com/hashicorp/go-hclog v0.16.2 /go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ =
62
+ github.com/hashicorp/go-hclog v1.2.0 h1:La19f8d7WIlm4ogzNHB0JGqs5AUDAZ2UfCY4sJXcJdM =
63
+ github.com/hashicorp/go-hclog v1.2.0 /go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ =
64
64
github.com/hashicorp/go-plugin v1.4.2 h1:yFvG3ufXXpqiMiZx9HLcaK3XbIqQ1WJFR/F1a2CuVw0 =
65
65
github.com/hashicorp/go-plugin v1.4.2 /go.mod h1:5fGEH17QVwTTcR0zV7yhDPLLmFX9YSZ38b18Udy6vYQ =
66
66
github.com/hashicorp/go-version v1.2.0 /go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA =
You can’t perform that action at this time.
0 commit comments