From e1d8782b74a021e8b6ebce59fc2491bb3c0017e0 Mon Sep 17 00:00:00 2001 From: Masaaki Goshima Date: Sun, 15 Dec 2024 19:32:02 +0900 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c305c20..820357d 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,15 @@ By the way, libraries such as [ghodss/yaml](https://github.com/ghodss/yaml) and - [example test code is here](https://github.com/goccy/go-yaml/blob/45889c98b0a0967240eb595a1bd6896e2f575106/testdata/validate_test.go#L12) - Allow referencing elements declared in another file via anchors +# Users + +The repositories that use goccy/go-yaml are listed here. + +- https://github.com/goccy/go-yaml/wiki/Users + +The source data is [here](https://github.com/goccy/go-yaml/network/dependents). +It is already being used in many repositories. Now it's your turn 😄 + # Installation ```sh