diff --git a/integration-tests/load/go.mod b/integration-tests/load/go.mod index 62f86928a17..e910f9661fa 100644 --- a/integration-tests/load/go.mod +++ b/integration-tests/load/go.mod @@ -7,8 +7,6 @@ replace github.com/smartcontractkit/chainlink/v2 => ../../ replace github.com/smartcontractkit/chainlink/integration-tests => ../ -replace github.com/smartcontractkit/seth => ../../../seth - require ( github.com/K-Phoen/grabana v0.22.1 github.com/ethereum/go-ethereum v1.13.8 diff --git a/integration-tests/load/go.sum b/integration-tests/load/go.sum index ac6fc76d0a8..042260521dd 100644 --- a/integration-tests/load/go.sum +++ b/integration-tests/load/go.sum @@ -1526,6 +1526,8 @@ github.com/smartcontractkit/grpc-proxy v0.0.0-20230731113816-f1be6620749f h1:hgJ github.com/smartcontractkit/grpc-proxy v0.0.0-20230731113816-f1be6620749f/go.mod h1:MvMXoufZAtqExNexqi4cjrNYE9MefKddKylxjS+//n0= github.com/smartcontractkit/libocr v0.0.0-20240419185742-fd3cab206b2c h1:lIyMbTaF2H0Q71vkwZHX/Ew4KF2BxiKhqEXwF8rn+KI= github.com/smartcontractkit/libocr v0.0.0-20240419185742-fd3cab206b2c/go.mod h1:fb1ZDVXACvu4frX3APHZaEBp0xi1DIm34DcA0CwTsZM= +github.com/smartcontractkit/seth v0.1.7-0.20240430100854-89fa69e6992e h1:LyX0EdZDkXZd5/Qt1vfWJ9MlrzYlmVFnOUxFhpfEywA= +github.com/smartcontractkit/seth v0.1.7-0.20240430100854-89fa69e6992e/go.mod h1:2TMOZQ8WTAw7rR1YBbXpnad6VmT/+xDd/nXLmB7Eero= github.com/smartcontractkit/tdh2/go/ocr2/decryptionplugin v0.0.0-20230906073235-9e478e5e19f1 h1:yiKnypAqP8l0OX0P3klzZ7SCcBUxy5KqTAKZmQOvSQE= github.com/smartcontractkit/tdh2/go/ocr2/decryptionplugin v0.0.0-20230906073235-9e478e5e19f1/go.mod h1:q6f4fe39oZPdsh1i57WznEZgxd8siidMaSFq3wdPmVg= github.com/smartcontractkit/tdh2/go/tdh2 v0.0.0-20230906073235-9e478e5e19f1 h1:Dai1bn+Q5cpeGMQwRdjOdVjG8mmFFROVkSKuUgBErRQ=