Skip to content

Commit

Permalink
Regenerate Protocol Buffers Go code to remove dependency on deprecate…
Browse files Browse the repository at this point in the history
…d Go module

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
```
  • Loading branch information
bflad committed Jan 14, 2022
1 parent bf7516c commit 2178599
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 22 deletions.
1 change: 0 additions & 1 deletion go.mod
Expand Up @@ -3,7 +3,6 @@ module github.com/hashicorp/terraform-plugin-go
go 1.16

require (
github.com/golang/protobuf v1.4.3
github.com/google/go-cmp v0.5.6
github.com/hashicorp/go-hclog v1.1.0
github.com/hashicorp/go-plugin v1.4.3
Expand Down
9 changes: 2 additions & 7 deletions tfprotov5/internal/tfplugin5/tfplugin5.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 18 additions & 7 deletions tfprotov5/internal/tfplugin5/tfplugin5_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 2 additions & 7 deletions tfprotov6/internal/tfplugin6/tfplugin6.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions tfprotov6/internal/tfplugin6/tfplugin6_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2178599

Please sign in to comment.