From 33f10a56b980af2b8a1c9371b9966b99f0f04914 Mon Sep 17 00:00:00 2001 From: tobi Date: Mon, 16 Sep 2024 11:22:16 +0200 Subject: [PATCH] remove now unused xxhash --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 527344d84..989b7c1fa 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,6 @@ For bugs and feature requests, please check to see if there's [already an issue] The following open source libraries, frameworks, and tools are used by GoToSocial, with gratitude 💕 - [buckket/go-blurhash](https://github.com/buckket/go-blurhash); used for generating image blurhashes. [GPL-3.0 License](https://spdx.org/licenses/GPL-3.0-only.html). -- [cespare/xxhash](https://github.com/cespare/xxhash); xxHash generation. [MIT License](https://spdx.org/licenses/MIT.html). - [coreos/go-oidc](https://github.com/coreos/go-oidc); OIDC client library. [Apache-2.0 License](https://spdx.org/licenses/Apache-2.0.html). - [DmitriyVTitov/size](https://github.com/DmitriyVTitov/size); runtime model memory size calculations. [MIT License](https://spdx.org/licenses/MIT.html). - Gin: