mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-06 14:59:37 -05:00
vendor: Ignore github.com/hashicorp/terraform/backend
This is to avoid dependency sprawl - e.g. vendoring AWS or Azure SDK when we don't really need remote backend functionality in provider code - it's core's responsibility.
This commit is contained in:
parent
7d8bd85827
commit
d69c97cc1e
1 changed files with 1 additions and 1 deletions
2
vendor/vendor.json
vendored
2
vendor/vendor.json
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"comment": "",
|
||||
"ignore": "appengine test github.com/hashicorp/nomad/",
|
||||
"ignore": "appengine test github.com/hashicorp/nomad/ github.com/hashicorp/terraform/backend",
|
||||
"package": [
|
||||
{
|
||||
"checksumSHA1": "FIL83loX9V9APvGQIjJpbxq53F0=",
|
||||
|
|
|
|||
Loading…
Reference in a new issue