-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4da1b54
commit 3ba9c66
Showing
11 changed files
with
74 additions
and
70 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -297,7 +297,7 @@ require ( | |
github.com/shirou/gopsutil/v3 v3.24.3 // indirect | ||
github.com/smartcontractkit/ccip-owner-contracts v0.0.0-20240926212305-a6deabdfce86 // indirect | ||
github.com/smartcontractkit/chain-selectors v1.0.31 // indirect | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241125151847-c63f5f567fcd // indirect | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241127182333-50dbe05c45d1 // indirect | ||
Check failure on line 300 in core/scripts/go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chainlink-cosmos v0.5.2-0.20241017133723-5277829bd53f // indirect | ||
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20241114154055-8d29ea018b57 // indirect | ||
github.com/smartcontractkit/chainlink-feeds v0.1.1 // indirect | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ require ( | |
github.com/sethvargo/go-retry v0.2.4 | ||
github.com/smartcontractkit/ccip-owner-contracts v0.0.0-20240926212305-a6deabdfce86 | ||
github.com/smartcontractkit/chain-selectors v1.0.31 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241125151847-c63f5f567fcd | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241127182333-50dbe05c45d1 | ||
Check failure on line 25 in deployment/go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241125150608-97ceadb2072d | ||
github.com/smartcontractkit/chainlink-protos/job-distributor v0.6.0 | ||
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.13 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,7 @@ require ( | |
github.com/shopspring/decimal v1.4.0 | ||
github.com/smartcontractkit/chain-selectors v1.0.31 | ||
github.com/smartcontractkit/chainlink-automation v0.8.1 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241125151847-c63f5f567fcd | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241127182333-50dbe05c45d1 | ||
Check failure on line 79 in go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241125150608-97ceadb2072d | ||
github.com/smartcontractkit/chainlink-cosmos v0.5.2-0.20241017133723-5277829bd53f | ||
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20241114154055-8d29ea018b57 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,14 +37,14 @@ require ( | |
github.com/smartcontractkit/ccip-owner-contracts v0.0.0-20240926212305-a6deabdfce86 | ||
github.com/smartcontractkit/chain-selectors v1.0.31 | ||
github.com/smartcontractkit/chainlink-automation v0.8.1 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241125151847-c63f5f567fcd | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241127182333-50dbe05c45d1 | ||
Check failure on line 40 in integration-tests/go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241125150608-97ceadb2072d | ||
github.com/smartcontractkit/chainlink-testing-framework/havoc v1.50.2 | ||
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.17 | ||
github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0 | ||
github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.9 | ||
github.com/smartcontractkit/chainlink-testing-framework/wasp v1.50.2 | ||
github.com/smartcontractkit/chainlink/deployment v0.0.0-20241120141814-47da13e86197 | ||
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 | ||
github.com/spf13/cobra v1.8.1 | ||
|
@@ -85,6 +85,8 @@ require ( | |
github.com/CosmWasm/wasmd v0.40.1 // indirect | ||
github.com/CosmWasm/wasmvm v1.2.4 // indirect | ||
github.com/DataDog/zstd v1.5.2 // indirect | ||
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0 // indirect | ||
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.49.0 // indirect | ||
github.com/Khan/genqlient v0.7.0 // indirect | ||
github.com/MakeNowJust/heredoc v1.0.0 // indirect | ||
github.com/Masterminds/goutils v1.1.1 // indirect | ||
|
@@ -257,6 +259,7 @@ require ( | |
github.com/google/gofuzz v1.2.0 // indirect | ||
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect | ||
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect | ||
github.com/googleapis/gax-go/v2 v2.14.0 // indirect | ||
github.com/gorilla/context v1.1.1 // indirect | ||
github.com/gorilla/mux v1.8.0 // indirect | ||
github.com/gorilla/securecookie v1.1.2 // indirect | ||
|
@@ -506,9 +509,10 @@ require ( | |
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect | ||
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect | ||
gonum.org/v1/gonum v0.15.1 // indirect | ||
google.golang.org/api v0.205.0 // indirect | ||
google.golang.org/genproto v0.0.0-20241021214115-324edc3d5d38 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20241021214115-324edc3d5d38 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 // indirect | ||
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect | ||
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect | ||
google.golang.org/protobuf v1.35.1 // indirect | ||
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
|
Oops, something went wrong.