From 7ef1292f8976a9bae7fefeef883e8d7cbf7c868d Mon Sep 17 00:00:00 2001 From: Damjan Smickovski Date: Wed, 7 Feb 2024 11:22:06 +0100 Subject: [PATCH] Fixing dep --- .gitignore | 1 + integration-tests/go.mod | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 36faf7d13..712dd2c4f 100644 --- a/.gitignore +++ b/.gitignore @@ -41,6 +41,7 @@ integration-tests/smoke/contracts-chaos-state.json tmp-manifest-* tests-smoke-report.xml .env.test* +overrides.toml # Test & linter reports *report.xml diff --git a/integration-tests/go.mod b/integration-tests/go.mod index f30c6392c..b2b6ea720 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -13,7 +13,7 @@ require ( github.com/onsi/gomega v1.30.0 github.com/rs/zerolog v1.30.0 github.com/smartcontractkit/chainlink-common v0.1.7-0.20240205180946-df826cb540ce - github.com/smartcontractkit/chainlink-solana v1.0.3-0.20240206143340-111b7c0fe592 + github.com/smartcontractkit/chainlink-solana v1.0.3-0.20240207095026-6904ddc4214a github.com/smartcontractkit/chainlink-testing-framework v1.23.2 github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20240207083727-35b472e8a2cc github.com/smartcontractkit/chainlink/v2 v2.9.0-beta0.0.20240206161407-3a498b536766