From 1fcb3e16c189c3709f58086c7dd89f55193da168 Mon Sep 17 00:00:00 2001 From: Caleb Cartwright Date: Sun, 27 Aug 2023 15:25:23 -0500 Subject: [PATCH] docs: remove Go modules vendor reference Signed-off-by: Caleb Cartwright --- CONTRIBUTING.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index baa1bfb..a86515f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -107,17 +107,6 @@ git commit --amend --no-edit --signoff git push --force-with-lease ``` -### Use of Third-party code - -- All third-party code must be placed in the `vendor/` folder. -- `vendor/` folder is managed by Go modules and stores the source code of third-party Go dependencies. - The `vendor/` folder should not be modified manually. -- Third-party code must include licenses. - -A non-exclusive list of code that must be places in `vendor/`: - -- Open source, free software, or commercially-licensed code. -- Tools or libraries or protocols that are open source, free software, or commercially licensed. - **Thank You!** - Your contributions to open source, large or small, make projects like this possible. Thank you for taking the time to contribute. ### Fork and set upstream