Skip to content

Commit

Permalink
Update integrationt-tests refs to chainlink & chainlink-solana
Browse files Browse the repository at this point in the history
  • Loading branch information
reductionista committed Nov 19, 2024
1 parent 38037ba commit d2ed437
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions integration-tests/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d2ed437

Please sign in to comment.