Skip to content

Commit 0e9a819

Browse files
authored
Regenerate Protocol Buffers Go code to remove dependency on deprecated Go module (#140)
Reference: golang/protobuf#1306 This does not appear to be generating any meaningful differences. Updated via: ```console pushd tfprotov5/internal/tfplugin5 ./generate.sh popd pushd tfprotov6/internal/tfplugin6 ./generate.sh popd go mod tidy ```
1 parent ecf4b08 commit 0e9a819

File tree

5 files changed

+26
-22
lines changed

5 files changed

+26
-22
lines changed

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module github.com/hashicorp/terraform-plugin-go
33
go 1.16
44

55
require (
6-
github.com/golang/protobuf v1.4.3
76
github.com/google/go-cmp v0.5.6
87
github.com/hashicorp/go-hclog v1.1.0
98
github.com/hashicorp/go-plugin v1.4.3

tfprotov5/internal/tfplugin5/tfplugin5.pb.go

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tfprotov5/internal/tfplugin5/tfplugin5_grpc.pb.go

Lines changed: 18 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tfprotov6/internal/tfplugin6/tfplugin6.pb.go

Lines changed: 2 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tfprotov6/internal/tfplugin6/tfplugin6_grpc.pb.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)