From b222198bf2f7ce830305014fc2c7c1e35b15d688 Mon Sep 17 00:00:00 2001 From: Guillaume Lours <705411+glours@users.noreply.github.com> Date: Fri, 13 Jan 2023 00:11:41 +0100 Subject: [PATCH] replace the archived compose-ref by the new reference implementation Docker Compose Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2da22fb..6d51d94a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Go reference library for parsing and loading Compose files as specified by the ## Used by -* [compose-ref](https://github.com/compose-spec/compose-ref) +* [compose](https://github.com/docker/compose) * [containerd/nerdctl](https://github.com/containerd/nerdctl) * [compose-cli](https://github.com/docker/compose-cli) * [tilt.dev](https://github.com/tilt-dev/tilt)