From f9365bcc487e8c6af89e02e6d7983a483c5c7cc7 Mon Sep 17 00:00:00 2001 From: Brandon West <3317895+Bwest981@users.noreply.github.com> Date: Fri, 6 Dec 2024 16:50:57 -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