From cdec7787d48d2deacd03cc7099c79921f704b824 Mon Sep 17 00:00:00 2001 From: Domino Valdano <2644901+reductionista@users.noreply.github.com> Date: Tue, 24 Oct 2023 19:44:16 -0700 Subject: [PATCH] Use chainreader branch of relayer, for access to types during solana integration tests --- go.mod | 2 ++ go.sum | 4 ++-- integration-tests/go.mod | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index fd880ea44..5a51200e6 100644 --- a/go.mod +++ b/go.mod @@ -103,4 +103,6 @@ replace ( // until merged upstream: https://github.com/mwitkow/grpc-proxy/pull/69 github.com/mwitkow/grpc-proxy => github.com/smartcontractkit/grpc-proxy v0.0.0-20230731113816-f1be6620749f + + github.com/smartcontractkit/chainlink-relay => github.com/smartcontractkit/chainlink-relay v0.0.0-20231025022413-66b6312460a7 ) diff --git a/go.sum b/go.sum index c9f0c3b51..0f2a54f07 100644 --- a/go.sum +++ b/go.sum @@ -429,8 +429,8 @@ github.com/shopspring/decimal v1.3.1 h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5g github.com/shopspring/decimal v1.3.1/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o= github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= -github.com/smartcontractkit/chainlink-relay v0.1.7-0.20231020230319-2ede955d1dc9 h1:fFD5SgSJtnXvkGLK3CExNKpUIz4sGrNNkKv3Ljw63Hk= -github.com/smartcontractkit/chainlink-relay v0.1.7-0.20231020230319-2ede955d1dc9/go.mod h1:M9U1JV7IQi8Sfj4JR1qSi1tIh6omgW78W/8SHN/8BUQ= +github.com/smartcontractkit/chainlink-relay v0.0.0-20231025022413-66b6312460a7 h1:Gfo9sDU0LE63x1o/JMsYc0797N/TqhArCE/KYe/EIbc= +github.com/smartcontractkit/chainlink-relay v0.0.0-20231025022413-66b6312460a7/go.mod h1:3lC2EdDOLljDWOCbaQJWOX2wXwL9lyOsSvSeKWYozs8= github.com/smartcontractkit/go-plugin v0.0.0-20231003134350-e49dad63b306 h1:ko88+ZznniNJZbZPWAvHQU8SwKAdHngdDZ+pvVgB5ss= github.com/smartcontractkit/go-plugin v0.0.0-20231003134350-e49dad63b306/go.mod h1:w1sAEES3g3PuV/RzUrgow20W2uErMly84hhD3um1WL4= github.com/smartcontractkit/grpc-proxy v0.0.0-20230731113816-f1be6620749f h1:hgJif132UCdjo8u43i7iPN1/MFnu49hv7lFGFftCHKU= diff --git a/integration-tests/go.mod b/integration-tests/go.mod index c87af2368..22359d057 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -518,6 +518,8 @@ replace ( github.com/satori/go.uuid => github.com/satori/go.uuid v1.2.0 github.com/sercand/kuberesolver v2.4.0+incompatible => github.com/sercand/kuberesolver/v5 v5.1.1 + github.com/smartcontractkit/chainlink-relay => github.com/smartcontractkit/chainlink-relay v0.0.0-20231025022413-66b6312460a7 + // K8s imports are weird k8s.io/api => k8s.io/api v0.25.11 k8s.io/client-go => k8s.io/client-go v0.25.11