diff --git a/integration-tests/go.mod b/integration-tests/go.mod index 0a89dc997..7a5a17faa 100644 --- a/integration-tests/go.mod +++ b/integration-tests/go.mod @@ -17,19 +17,19 @@ require ( github.com/pelletier/go-toml/v2 v2.2.3 github.com/rs/zerolog v1.33.0 github.com/smartcontractkit/chainlink-common v0.3.1-0.20241119195634-1421b990f9c5 - github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241119201017-d87f1c78811e + github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241119202427-38037baf786f github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.13 github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.5 - github.com/smartcontractkit/chainlink/deployment v0.0.0-20241119201305-2a860b77df0a - github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20241119201305-2a860b77df0a - github.com/smartcontractkit/chainlink/v2 v2.14.0-mercury-20240807.0.20241119201305-2a860b77df0a + github.com/smartcontractkit/chainlink/deployment v0.0.0-20241119202813-30172d9fe452 + github.com/smartcontractkit/chainlink/integration-tests v0.0.0-20241119202813-30172d9fe452 + github.com/smartcontractkit/chainlink/v2 v2.14.0-mercury-20240807.0.20241119202813-30172d9fe452 github.com/smartcontractkit/libocr v0.0.0-20241007185508-adbe57025f12 github.com/stretchr/testify v1.9.0 github.com/testcontainers/testcontainers-go v0.34.0 golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c golang.org/x/sync v0.8.0 golang.org/x/text v0.19.0 - gopkg.in/guregu/null.v4 v4.0.0 + gopkg.in/guregu/null.v2 v2.1.2 ) require ( @@ -502,6 +502,7 @@ require ( google.golang.org/grpc v1.67.1 // indirect google.golang.org/protobuf v1.35.1 // indirect gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect + gopkg.in/guregu/null.v4 v4.0.0 // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/ini.v1 v1.67.0 // indirect gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect