-
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
bf2ec04
commit 7752eb4
Showing
10 changed files
with
150 additions
and
81 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 |
---|---|---|
|
@@ -33,7 +33,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.20241210192653-a9c706f99e83 | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241211233913-0052d6d89a7c | ||
Check failure on line 36 in core/scripts/go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/libocr v0.0.0-20241007185508-adbe57025f12 | ||
github.com/spf13/cobra v1.8.1 | ||
github.com/spf13/viper v1.19.0 | ||
|
@@ -69,7 +69,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 | ||
|
@@ -170,7 +170,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 | ||
|
@@ -238,8 +238,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 | ||
|
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ require ( | |
github.com/smartcontractkit/ccip-owner-contracts v0.0.0-20240926212305-a6deabdfce86 | ||
github.com/smartcontractkit/chain-selectors v1.0.34 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241211150100-7683331f64a0 | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241210192653-a9c706f99e83 | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241211233913-0052d6d89a7c | ||
Check failure on line 32 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/libocr v0.0.0-20241007185508-adbe57025f12 | ||
|
@@ -82,7 +82,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 | ||
|
@@ -223,7 +223,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 | ||
|
@@ -315,8 +315,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 | ||
|
Oops, something went wrong.