From b3d9d1a1799680626cdc833e76ca4a5e7c7d51df Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 10 Oct 2025 17:06:28 -0600 Subject: [PATCH] doc(thirdparty): add README to clearly document third party packages --- 3p/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 3p/README.md diff --git a/3p/README.md b/3p/README.md new file mode 100644 index 0000000..999f733 --- /dev/null +++ b/3p/README.md @@ -0,0 +1,7 @@ +# Third Party + +These packages are maintenance forks, not original works. + +Some of them have bugfixes or enhancements. +Some of them are solely to reduce supply chain attack surface area. +All of them have a `go.mod` and are indexed by https://pkg.go.dev.