You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manually update these dependencies because there is some incompatibility
between versions which prevented the individual dependabot upgrades from
working.
The Terraform libraries had a recent update which seems to have broke
some inter-dependency causing compiler errors:
```
# github.com/hashicorp/terraform-plugin-mux/internal/tfprotov5tov6
Error: ../../../go/pkg/mod/github.com/hashicorp/[email protected]/internal/tfprotov5tov6/tfprotov5tov6.go:62:3: unknown field Diagnostics in struct literal of type tfprotov6.CallFunctionResponse
Error: ../../../go/pkg/mod/github.com/hashicorp/[email protected]/internal/tfprotov5tov6/tfprotov5tov6.go:62:31: in.Diagnostics undefined (type *tfprotov5.CallFunctionResponse has no field or method Diagnostics)
# github.com/hashicorp/terraform-plugin-mux/internal/tfprotov6tov5
Error: ../../../go/pkg/mod/github.com/hashicorp/[email protected]/internal/tfprotov6tov5/tfprotov6tov5.go:67:3: unknown field Diagnostics in struct literal of type tfprotov5.CallFunctionResponse
Error: ../../../go/pkg/mod/github.com/hashicorp/[email protected]/internal/tfprotov6tov5/tfprotov6tov5.go:67:31: in.Diagnostics undefined (type *tfprotov6.CallFunctionResponse has no field or method Diagnostics)
```
See #374 for example.
Upgrading the dependencies together seems to work fine.
0 commit comments