Skip to content

Commit d4e3365

Browse files
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 <[email protected]>
1 parent 6be5442 commit d4e3365

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/codependencies/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ This package allows us to depend on other modules, to _force_ these other
22
modules to upgrade to some minimum version. This allows us to express "co
33
dependency" requirements in cases where this module doesn't strictly speaking
44
_depend_ on another module, but conflicts with some version of that module.
5+
We are using this here to depend on deprecated modules that have been
6+
merged into this package.
57

68
In practice, this means:
79

0 commit comments

Comments
 (0)