From d4e3365e6b930282361b8a3a243f7a260d6d3ea0 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Tue, 25 Aug 2020 11:56:36 -0700 Subject: [PATCH] doc: update codependency readme Note that we're using codependencies to depend on packages that have been merged in to this package. Co-authored-by: Adin Schmahmann --- internal/codependencies/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/codependencies/README.md b/internal/codependencies/README.md index 8ac057b..a59c118 100644 --- a/internal/codependencies/README.md +++ b/internal/codependencies/README.md @@ -2,6 +2,8 @@ This package allows us to depend on other modules, to _force_ these other modules to upgrade to some minimum version. This allows us to express "co dependency" requirements in cases where this module doesn't strictly speaking _depend_ on another module, but conflicts with some version of that module. +We are using this here to depend on deprecated modules that have been +merged into this package. In practice, this means: