Skip to content

Commit

Permalink
Use chainreader branch of relayer, for access to types during solana …
Browse files Browse the repository at this point in the history
…integration tests
  • Loading branch information
reductionista committed Nov 17, 2023
1 parent 560e7f7 commit 6910425
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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-20231101034200-60ac98bbd672
)
2 changes: 2 additions & 0 deletions integration-tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,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-20231101034200-60ac98bbd672

// K8s imports are weird
k8s.io/api => k8s.io/api v0.25.11
k8s.io/client-go => k8s.io/client-go v0.25.11
Expand Down

0 comments on commit 6910425

Please sign in to comment.