Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: Bump go.mod directive to Go 1.16
Updated vendor directory according to: ``` go: inconsistent vendoring in /Users/bflad/src/github.com/bflad/tfproviderlint: github.com/bflad/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt github.com/hashicorp/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt github.com/hashicorp/terraform-plugin-sdk/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt golang.org/x/[email protected]: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt To ignore the vendor directory, use -mod=readonly or -mod=mod. To sync the vendor directory, run: go mod vendor ```
- Loading branch information