From 673a24570f1437f7b264bd0b0e95d4ef0c67dd01 Mon Sep 17 00:00:00 2001 From: neilotoole Date: Thu, 14 Mar 2024 06:28:29 -0600 Subject: [PATCH] README update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 28ac8e21..bfcf8860 100644 --- a/README.md +++ b/README.md @@ -381,5 +381,6 @@ See [CHANGELOG.md](./CHANGELOG.md). - [`miller`](https://github.com/johnkerl/miller) - [`jsoncolor`](https://github.com/neilotoole/jsoncolor) is a JSON colorizer created for `sq`. - [`streamcache`](https://github.com/neilotoole/streamcache) is a Go in-memory byte cache mechanism created for `sq`. +- [`fifomu`](https://github.com/neilotoole/fifomu) is a FIFO mutex, used by `streamcache`, and thus upstream in `sq`. - [`tailbuf`](https://github.com/neilotoole/tailbuf) is a fixed-size object tail buffer created for `sq`. - [`oncecache`](https://github.com/neilotoole/oncecache) is an in-memory object cache created for `sq`.