Skip to content

Commit 6e49e55

Browse files
Bump github.com/hashicorp/go-hclog from 0.16.2 to 1.2.0 (#144)
Bumps [github.com/hashicorp/go-hclog](https://github.com/hashicorp/go-hclog) from 0.16.2 to 1.2.0. - [Release notes](https://github.com/hashicorp/go-hclog/releases) - [Commits](hashicorp/go-hclog@v0.16.2...v1.2.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-hclog dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d8aa6ab commit 6e49e55

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ go 1.17
44

55
require (
66
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
88
github.com/hashicorp/go-plugin v1.4.2
99
github.com/hashicorp/go-version v1.3.0
1010
github.com/hashicorp/hcl/v2 v2.10.0
1111
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734
1212
github.com/zclconf/go-cty v1.9.0
13-
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013
1413
google.golang.org/grpc v1.41.0
1514
google.golang.org/protobuf v1.27.1
1615
)
@@ -33,4 +32,5 @@ require (
3332
golang.org/x/text v0.3.5 // indirect
3433
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
3534
google.golang.org/appengine v1.6.5 // indirect
35+
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
3636
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+
5959
github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw=
6060
github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80=
6161
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=
6464
github.com/hashicorp/go-plugin v1.4.2 h1:yFvG3ufXXpqiMiZx9HLcaK3XbIqQ1WJFR/F1a2CuVw0=
6565
github.com/hashicorp/go-plugin v1.4.2/go.mod h1:5fGEH17QVwTTcR0zV7yhDPLLmFX9YSZ38b18Udy6vYQ=
6666
github.com/hashicorp/go-version v1.2.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=

0 commit comments

Comments
 (0)