From 8252e148a3dabd58576874f8d14d279f8ec7f9c6 Mon Sep 17 00:00:00 2001 From: ilija Date: Thu, 23 Nov 2023 18:47:59 +0100 Subject: [PATCH] Update core hash in go mod to latest chain reader PR commit --- integration-tests/go.mod | 6 +++--- integration-tests/go.sum | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 468b5e714..f2365f736 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -16,10 +16,10 @@ require ( github.com/rs/zerolog v1.30.0 github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b github.com/smartcontractkit/chainlink-common v0.1.7-0.20231123003013-379db0b9e4c7 - github.com/smartcontractkit/chainlink-solana v1.0.3-0.20231120073604-89592fceb0af + github.com/smartcontractkit/chainlink-solana v1.0.3-0.20231123152908-322b3326d2a8 github.com/smartcontractkit/chainlink-testing-framework v1.19.5 - github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20231123044049-109e0d90133a - github.com/smartcontractkit/chainlink/v2 v2.0.0-20231123044049-109e0d90133a + github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20231123173417-3bc08a0d9a8b + github.com/smartcontractkit/chainlink/v2 v2.5.1-0.20231123170504-36d465dbfd4d github.com/smartcontractkit/libocr v0.0.0-20231107151413-13e0202ae8d7 github.com/stretchr/testify v1.8.4 github.com/testcontainers/testcontainers-go v0.23.0 diff --git a/integration-tests/go.sum b/integration-tests/go.sum index 2c3d9ded8..d01446092 100644 --- a/integration-tests/go.sum +++ b/integration-tests/go.sum @@ -2197,10 +2197,10 @@ github.com/smartcontractkit/chainlink-testing-framework v1.19.5 h1:Iq1L7wCA8IkBB github.com/smartcontractkit/chainlink-testing-framework v1.19.5/go.mod h1:+FVgkz6phTc+piVT57AcQfr3I8xvZgZ1lOpRPOu/dLQ= github.com/smartcontractkit/chainlink-vrf v0.0.0-20231120191722-fef03814f868 h1:FFdvEzlYwcuVHkdZ8YnZR/XomeMGbz5E2F2HZI3I3w8= github.com/smartcontractkit/chainlink-vrf v0.0.0-20231120191722-fef03814f868/go.mod h1:Kn1Hape05UzFZ7bOUnm3GVsHzP0TNrVmpfXYNHdqGGs= -github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20231123044049-109e0d90133a h1:KKXuVKbnDzQhJlltJNmekMXdT9wsdcz9FdRJDKorDpM= -github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20231123044049-109e0d90133a/go.mod h1:SbWrlF6P/kTkHuHXEbZGp0Ce7g6jz+arMUuLG/8L6Hg= -github.com/smartcontractkit/chainlink/v2 v2.0.0-20231123044049-109e0d90133a h1:+eYEH71fjLHYpYLV3fbdUSGTnORKEHJaYZP0a3EQO5E= -github.com/smartcontractkit/chainlink/v2 v2.0.0-20231123044049-109e0d90133a/go.mod h1:JsqAlpxKQvs7tCcO3KgniHohtwPwAKJx0lLLEzKQ6nY= +github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20231123173417-3bc08a0d9a8b h1:LgnQbb4K9VfnlBsmNJ7EGs9B25FFyW/NOHaajOc79kI= +github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20231123173417-3bc08a0d9a8b/go.mod h1:VTnh5EutJpNOoewHqYrK5306LSXbD8jt3NDZA/3BUqk= +github.com/smartcontractkit/chainlink/v2 v2.5.1-0.20231123170504-36d465dbfd4d h1:KX2F/N3tdUHIHs8aUdViwgt5Z2kiFtJ3bswW0wT6Epw= +github.com/smartcontractkit/chainlink/v2 v2.5.1-0.20231123170504-36d465dbfd4d/go.mod h1:2la17uw5BiHmUaEjc85rI98wTrn8E3NXXkDTqBWnHvs= 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=