From a49f685155cedb073008fd043d06ee4b34da17d2 Mon Sep 17 00:00:00 2001 From: aviau Date: Sun, 7 Feb 2021 17:44:41 -0500 Subject: [PATCH] CONTRIBUTING: we don't vendor code anymore --- CONTRIBUTING.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 45fd5b1e5..f36e1a30e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -102,12 +102,6 @@ For example: > > Fixes #10987 -## Vendored Code - -Changes to vendored third party code must be done using Go modules, -using at least Go 1.12, but often requiring the Go 1.13 development -tree. - ## Contributors We follow the Go convention for commits (messages) about new Contributors.