-
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.20241114134822-aadff98ef068 | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241119210753-069f39af0eb8 | ||
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.14.0-mercury-20240807.0.20241106193309-5560cd76211a | ||
github.com/smartcontractkit/libocr v0.0.0-20241007185508-adbe57025f12 | ||
|
@@ -412,7 +412,7 @@ require ( | |
github.com/smartcontractkit/chainlink-feeds v0.1.1 // indirect | ||
github.com/smartcontractkit/chainlink-protos/job-distributor v0.6.0 // indirect | ||
github.com/smartcontractkit/chainlink-protos/orchestrator v0.3.0 // indirect | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241115191142-8b8369c1f44e // indirect | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241119211224-c2243cca065c // indirect | ||
Check failure on line 415 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/chainlink-testing-framework/lib v1.50.13 // indirect | ||
github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0 // indirect | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ require ( | |
github.com/smartcontractkit/ccip-owner-contracts v0.0.0-20240926212305-a6deabdfce86 | ||
github.com/smartcontractkit/chain-selectors v1.0.29 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241118091009-43c2b4804cec | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241114134822-aadff98ef068 | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241119210753-069f39af0eb8 | ||
Check failure on line 26 in deployment/go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chainlink-protos/job-distributor v0.6.0 | ||
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.13 | ||
github.com/smartcontractkit/chainlink/v2 v2.0.0-00010101000000-000000000000 | ||
|
@@ -405,7 +405,7 @@ require ( | |
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20241114154055-8d29ea018b57 // 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.20241115191142-8b8369c1f44e // indirect | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241119211224-c2243cca065c // indirect | ||
Check failure on line 408 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 |
---|---|---|
|
@@ -77,12 +77,12 @@ require ( | |
github.com/smartcontractkit/chain-selectors v1.0.29 | ||
github.com/smartcontractkit/chainlink-automation v0.8.1 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241118091009-43c2b4804cec | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241114134822-aadff98ef068 | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241119210753-069f39af0eb8 | ||
Check failure on line 80 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.20241114154055-8d29ea018b57 | ||
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.20241115191142-8b8369c1f44e | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241119211224-c2243cca065c | ||
Check failure on line 85 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 |
---|---|---|
|
@@ -37,7 +37,7 @@ require ( | |
github.com/smartcontractkit/chain-selectors v1.0.29 | ||
github.com/smartcontractkit/chainlink-automation v0.8.1 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241118091009-43c2b4804cec | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241114134822-aadff98ef068 | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241119210753-069f39af0eb8 | ||
Check failure on line 40 in integration-tests/go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chainlink-protos/job-distributor v0.6.0 | ||
github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.2 | ||
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.14 | ||
|
@@ -418,7 +418,7 @@ require ( | |
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20241114154055-8d29ea018b57 // 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.20241115191142-8b8369c1f44e // indirect | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241119211224-c2243cca065c // indirect | ||
Check failure on line 421 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.20241114134822-aadff98ef068 | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241119210753-069f39af0eb8 | ||
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.14 | ||
github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.9 | ||
github.com/smartcontractkit/chainlink-testing-framework/wasp v1.50.2 | ||
|
@@ -425,7 +425,7 @@ require ( | |
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20241114154055-8d29ea018b57 // 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.20241115191142-8b8369c1f44e // indirect | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241119211224-c2243cca065c // indirect | ||
Check failure on line 428 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 | ||
|