-
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
ddc01d3
commit 061ad1b
Showing
11 changed files
with
156 additions
and
102 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/smartcontractkit/chainlink/core/scripts | ||
|
||
go 1.23 | ||
go 1.23.3 | ||
|
||
// Make sure we're working with the latest chainlink libs | ||
replace github.com/smartcontractkit/chainlink/v2 => ../../ | ||
|
@@ -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.20241125150608-97ceadb2072d | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241126204958-c60026c4797d | ||
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 | ||
|
@@ -62,7 +62,7 @@ require ( | |
github.com/NethermindEth/starknet.go v0.7.1-0.20240401080518-34a506f3cfdb // indirect | ||
github.com/VictoriaMetrics/fastcache v1.12.2 // indirect | ||
github.com/XSAM/otelsql v0.27.0 // indirect | ||
github.com/andybalholm/brotli v1.1.0 // indirect | ||
github.com/andybalholm/brotli v1.1.1 // indirect | ||
github.com/armon/go-metrics v0.4.1 // indirect | ||
github.com/atombender/go-jsonschema v0.16.1-0.20240916205339-a74cd4e2851c // indirect | ||
github.com/avast/retry-go/v4 v4.6.0 // indirect | ||
|
@@ -163,7 +163,7 @@ require ( | |
github.com/go-viper/mapstructure/v2 v2.1.0 // indirect | ||
github.com/go-webauthn/webauthn v0.9.4 // indirect | ||
github.com/go-webauthn/x v0.1.5 // indirect | ||
github.com/goccy/go-json v0.10.2 // indirect | ||
github.com/goccy/go-json v0.10.3 // indirect | ||
github.com/goccy/go-yaml v1.12.0 // indirect | ||
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect | ||
github.com/gofrs/flock v0.8.1 // indirect | ||
|
@@ -231,8 +231,8 @@ require ( | |
github.com/josharian/intern v1.0.0 // indirect | ||
github.com/jpillora/backoff v1.0.0 // indirect | ||
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/klauspost/compress v1.17.9 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.7 // indirect | ||
github.com/klauspost/compress v1.17.11 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.8 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/kylelemons/godebug v1.1.0 // indirect | ||
|
@@ -303,7 +303,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.20241118190857-e2db20a6a969 // indirect | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241122144942-c9ef4b36eb7b // indirect | ||
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 | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/smartcontractkit/chainlink/deployment | ||
|
||
go 1.23 | ||
go 1.23.3 | ||
|
||
// Make sure we're working with the latest chainlink libs | ||
replace github.com/smartcontractkit/chainlink/v2 => ../ | ||
|
@@ -23,7 +23,7 @@ require ( | |
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-common v0.3.1-0.20241125150608-97ceadb2072d | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241126204958-c60026c4797d | ||
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 | ||
|
@@ -77,7 +77,7 @@ require ( | |
github.com/alecthomas/units v0.0.0-20240626203959-61d1e3462e30 // indirect | ||
github.com/alexflint/go-arg v1.4.2 // indirect | ||
github.com/alexflint/go-scalar v1.0.0 // indirect | ||
github.com/andybalholm/brotli v1.1.0 // indirect | ||
github.com/andybalholm/brotli v1.1.1 // indirect | ||
github.com/armon/go-metrics v0.4.1 // indirect | ||
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect | ||
github.com/atombender/go-jsonschema v0.16.1-0.20240916205339-a74cd4e2851c // indirect | ||
|
@@ -218,7 +218,7 @@ require ( | |
github.com/go-viper/mapstructure/v2 v2.1.0 // indirect | ||
github.com/go-webauthn/webauthn v0.9.4 // indirect | ||
github.com/go-webauthn/x v0.1.5 // indirect | ||
github.com/goccy/go-json v0.10.2 // indirect | ||
github.com/goccy/go-json v0.10.3 // indirect | ||
github.com/goccy/go-yaml v1.12.0 // indirect | ||
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect | ||
github.com/gofrs/flock v0.8.1 // indirect | ||
|
@@ -310,8 +310,8 @@ require ( | |
github.com/json-iterator/go v1.1.12 // indirect | ||
github.com/julienschmidt/httprouter v1.3.0 // indirect | ||
github.com/kelseyhightower/envconfig v1.4.0 // indirect | ||
github.com/klauspost/compress v1.17.9 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.7 // indirect | ||
github.com/klauspost/compress v1.17.11 // indirect | ||
github.com/klauspost/cpuid/v2 v2.2.8 // indirect | ||
github.com/kr/pretty v0.3.1 // indirect | ||
github.com/kr/text v0.2.0 // indirect | ||
github.com/kylelemons/godebug v1.1.0 // indirect | ||
|
@@ -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.20241118190857-e2db20a6a969 // indirect | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241122144942-c9ef4b36eb7b // indirect | ||
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 | ||
|
Oops, something went wrong.