From d78643887867b96812173c16fbc9b03799f82a84 Mon Sep 17 00:00:00 2001 From: Brandon West <3317895+Bwest981@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:51:35 -0500 Subject: [PATCH] Update go.mod --- core/scripts/go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/scripts/go.mod b/core/scripts/go.mod index 8477275cc06..6a9d505f233 100644 --- a/core/scripts/go.mod +++ b/core/scripts/go.mod @@ -422,6 +422,8 @@ require ( github.com/smartcontractkit/tdh2/go/ocr2/decryptionplugin v0.0.0-20241009055228-33d0c0bf38de // indirect github.com/smartcontractkit/tdh2/go/tdh2 v0.0.0-20241009055228-33d0c0bf38de // indirect github.com/smartcontractkit/wsrpc v0.8.3 // indirect + github.com/soheilhy/cmux v0.1.5 // indirect + github.com/sony/gobreaker v0.5.0 // indirect github.com/sourcegraph/conc v0.3.0 // indirect github.com/spf13/afero v1.11.0 // indirect github.com/spf13/cast v1.6.0 // indirect