From f4b8971dbc6e184d517675218e712b01abf41e9f Mon Sep 17 00:00:00 2001 From: "Drew J. Sonne" Date: Sun, 12 Nov 2017 19:56:22 +0000 Subject: [PATCH] Added note about updating the vendor folder. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 99cc6175516..1a130c31539 100644 --- a/README.md +++ b/README.md @@ -63,3 +63,5 @@ In order to run the full suite of Acceptance tests, run `make testacc`. ```sh $ make testacc ``` + +If you need to add a new package in the vendor directory under `github.com/aws/aws-sdk-go`, create a separate PR handling _only_ the update of the vendor for your new requirement. Make sure to pin your dependency to a specific version, and that all versions of `github.com/aws/aws-sdk-go/*` are pinned to the same version.