-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ require ( | |
github.com/prometheus/client_golang v1.20.5 | ||
github.com/shopspring/decimal v1.4.0 | ||
github.com/smartcontractkit/chainlink-automation v0.8.1 | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241101093830-33711d0c3de7 | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241106030932-b493e1805bf6 | ||
Check failure on line 27 in core/scripts/go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chainlink/deployment v0.0.0-00010101000000-000000000000 | ||
github.com/smartcontractkit/chainlink/v2 v2.0.0-00010101000000-000000000000 | ||
github.com/smartcontractkit/libocr v0.0.0-20241007185508-adbe57025f12 | ||
|
@@ -294,7 +294,7 @@ require ( | |
github.com/smartcontractkit/chainlink-feeds v0.1.1 // indirect | ||
github.com/smartcontractkit/chainlink-protos/job-distributor v0.4.0 // indirect | ||
github.com/smartcontractkit/chainlink-protos/orchestrator v0.3.0 // indirect | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241024132041-a3eb2e31b4c4 // indirect | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241105221432-a454b321de96 // indirect | ||
Check failure on line 297 in core/scripts/go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241017135645-176a23722fd8 // indirect | ||
github.com/smartcontractkit/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7 // indirect | ||
github.com/smartcontractkit/tdh2/go/ocr2/decryptionplugin v0.0.0-20241009055228-33d0c0bf38de // indirect | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ require ( | |
github.com/smartcontractkit/ccip-owner-contracts v0.0.0-20240926212305-a6deabdfce86 | ||
github.com/smartcontractkit/chain-selectors v1.0.27 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241104130643-4b7e196370c4 | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241101093830-33711d0c3de7 | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241106030932-b493e1805bf6 | ||
Check failure on line 27 in deployment/go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chainlink-protos/job-distributor v0.4.0 | ||
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.13 | ||
github.com/smartcontractkit/chainlink/v2 v2.0.0-00010101000000-000000000000 | ||
|
@@ -397,7 +397,7 @@ require ( | |
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20241018134907-a00ba3729b5e // indirect | ||
github.com/smartcontractkit/chainlink-feeds v0.1.1 // indirect | ||
github.com/smartcontractkit/chainlink-protos/orchestrator v0.3.0 // indirect | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241024132041-a3eb2e31b4c4 // indirect | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241105221432-a454b321de96 // indirect | ||
Check failure on line 400 in deployment/go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241017135645-176a23722fd8 // indirect | ||
github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0 // indirect | ||
github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.5 // indirect | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,12 +76,12 @@ require ( | |
github.com/smartcontractkit/chain-selectors v1.0.27 | ||
github.com/smartcontractkit/chainlink-automation v0.8.1 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241104130643-4b7e196370c4 | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241101093830-33711d0c3de7 | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241106030932-b493e1805bf6 | ||
Check failure on line 79 in go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chainlink-cosmos v0.5.2-0.20241017133723-5277829bd53f | ||
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20241018134907-a00ba3729b5e | ||
github.com/smartcontractkit/chainlink-feeds v0.1.1 | ||
github.com/smartcontractkit/chainlink-protos/orchestrator v0.3.0 | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241024132041-a3eb2e31b4c4 | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241105221432-a454b321de96 | ||
Check failure on line 84 in go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241017135645-176a23722fd8 | ||
github.com/smartcontractkit/libocr v0.0.0-20241007185508-adbe57025f12 | ||
github.com/smartcontractkit/tdh2/go/ocr2/decryptionplugin v0.0.0-20241009055228-33d0c0bf38de | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ require ( | |
github.com/smartcontractkit/chain-selectors v1.0.27 | ||
github.com/smartcontractkit/chainlink-automation v0.8.1 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241104130643-4b7e196370c4 | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241101093830-33711d0c3de7 | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241106030932-b493e1805bf6 | ||
Check failure on line 39 in integration-tests/go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chainlink-protos/job-distributor v0.4.0 | ||
github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.2 | ||
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.13 | ||
|
@@ -412,7 +412,7 @@ require ( | |
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20241018134907-a00ba3729b5e // indirect | ||
github.com/smartcontractkit/chainlink-feeds v0.1.1 // indirect | ||
github.com/smartcontractkit/chainlink-protos/orchestrator v0.3.0 // indirect | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241024132041-a3eb2e31b4c4 // indirect | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241105221432-a454b321de96 // indirect | ||
Check failure on line 415 in integration-tests/go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241017135645-176a23722fd8 // indirect | ||
github.com/smartcontractkit/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7 // indirect | ||
github.com/smartcontractkit/tdh2/go/ocr2/decryptionplugin v0.0.0-20241009055228-33d0c0bf38de // indirect | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ require ( | |
github.com/pkg/errors v0.9.1 | ||
github.com/rs/zerolog v1.33.0 | ||
github.com/slack-go/slack v0.15.0 | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241101093830-33711d0c3de7 | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241106030932-b493e1805bf6 | ||
Check failure on line 20 in integration-tests/load/go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.13 | ||
github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.5 | ||
github.com/smartcontractkit/chainlink-testing-framework/wasp v1.50.2 | ||
|
@@ -418,7 +418,7 @@ require ( | |
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20241018134907-a00ba3729b5e // indirect | ||
github.com/smartcontractkit/chainlink-feeds v0.1.1 // indirect | ||
github.com/smartcontractkit/chainlink-protos/orchestrator v0.3.0 // indirect | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241024132041-a3eb2e31b4c4 // indirect | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241105221432-a454b321de96 // indirect | ||
Check failure on line 421 in integration-tests/load/go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241017135645-176a23722fd8 // indirect | ||
github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0 // indirect | ||
github.com/smartcontractkit/libocr v0.0.0-20241007185508-adbe57025f12 // indirect | ||
|