From b3bb83be2ae56ba6199af48ffa4b6c8660eb5108 Mon Sep 17 00:00:00 2001 From: Justin Traglia Date: Mon, 6 May 2024 19:26:46 -0500 Subject: [PATCH] Revert to go-yaml v1.9.2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 654cff0..3be4677 100644 --- a/go.mod +++ b/go.mod @@ -6,7 +6,7 @@ require ( github.com/attestantio/go-eth2-client v0.21.4-0.20240506185515-2ff35ee939f2 github.com/ferranbt/fastssz v0.1.3 // go-yaml after 1.9.2 has memory issues due to https://github.com/goccy/go-yaml/issues/325; avoid. - github.com/goccy/go-yaml v1.11.3 + github.com/goccy/go-yaml v1.9.2 github.com/holiman/uint256 v1.2.4 github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.16.0