-
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.
Bump chainlink-data-streams to master branch
- Loading branch information
Showing
10 changed files
with
171 additions
and
170 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.4.1-0.20241217120918-bbe318cd0760 | ||
github.com/smartcontractkit/chainlink-common v0.4.0 | ||
github.com/smartcontractkit/libocr v0.0.0-20241007185508-adbe57025f12 | ||
github.com/spf13/cobra v1.8.1 | ||
github.com/spf13/viper v1.19.0 | ||
|
@@ -144,7 +144,7 @@ require ( | |
github.com/gballet/go-libpcsclite v0.0.0-20191108122812-4678299bea08 // indirect | ||
github.com/gedex/inflector v0.0.0-20170307190818-16278e9db813 // indirect | ||
github.com/getsentry/sentry-go v0.27.0 // indirect | ||
github.com/gin-contrib/cors v1.7.2 // indirect | ||
github.com/gin-contrib/cors v1.5.0 // indirect | ||
github.com/gin-contrib/expvar v0.0.1 // indirect | ||
github.com/gin-contrib/sessions v0.0.5 // indirect | ||
github.com/gin-contrib/size v0.0.0-20230212012657-e14a14094dc4 // indirect | ||
|
@@ -301,15 +301,15 @@ require ( | |
github.com/sethvargo/go-retry v0.2.4 // indirect | ||
github.com/shirou/gopsutil v3.21.11+incompatible // indirect | ||
github.com/shirou/gopsutil/v3 v3.24.3 // indirect | ||
github.com/smartcontractkit/ccip-owner-contracts v0.0.0-salt-fix // indirect | ||
github.com/smartcontractkit/ccip-owner-contracts v0.0.0-20240926212305-a6deabdfce86 // indirect | ||
Check failure on line 304 in core/scripts/go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chain-selectors v1.0.34 // indirect | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241218114855-f74219171000 // indirect | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241211150100-7683331f64a0 // indirect | ||
github.com/smartcontractkit/chainlink-cosmos v0.5.2-0.20241202195413-82468150ac1e // indirect | ||
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20241216163550-fa030d178ba3 // indirect | ||
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.4.0 // indirect | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241219173444-150f7443fdd3 // indirect | ||
github.com/smartcontractkit/chainlink-protos/orchestrator v0.3.2 // indirect | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241210172617-6fd1891d0fbc // indirect | ||
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241202202529-2033490e77b8 // indirect | ||
github.com/smartcontractkit/chainlink-testing-framework/lib v1.50.13 // indirect | ||
github.com/smartcontractkit/grpc-proxy v0.0.0-20240830132753-a7e17fec5ab7 // indirect | ||
|
@@ -380,15 +380,15 @@ require ( | |
go.uber.org/ratelimit v0.3.1 // indirect | ||
go.uber.org/zap v1.27.0 // indirect | ||
golang.org/x/arch v0.11.0 // indirect | ||
golang.org/x/crypto v0.31.0 // indirect | ||
golang.org/x/crypto v0.28.0 // indirect | ||
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect | ||
golang.org/x/mod v0.21.0 // indirect | ||
golang.org/x/net v0.30.0 // indirect | ||
golang.org/x/oauth2 v0.23.0 // indirect | ||
golang.org/x/sync v0.10.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/term v0.27.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
golang.org/x/sync v0.8.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
golang.org/x/term v0.25.0 // indirect | ||
golang.org/x/text v0.19.0 // indirect | ||
golang.org/x/time v0.7.0 // indirect | ||
golang.org/x/tools v0.26.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // 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 |
---|---|---|
|
@@ -26,10 +26,10 @@ require ( | |
github.com/pkg/errors v0.9.1 | ||
github.com/rs/zerolog v1.33.0 | ||
github.com/sethvargo/go-retry v0.2.4 | ||
github.com/smartcontractkit/ccip-owner-contracts v0.0.0-salt-fix | ||
github.com/smartcontractkit/ccip-owner-contracts v0.0.0-20240926212305-a6deabdfce86 | ||
Check failure on line 29 in deployment/go.mod GitHub Actions / Validate go.mod dependencies
|
||
github.com/smartcontractkit/chain-selectors v1.0.34 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241218114855-f74219171000 | ||
github.com/smartcontractkit/chainlink-common v0.4.1-0.20241217120918-bbe318cd0760 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241211150100-7683331f64a0 | ||
github.com/smartcontractkit/chainlink-common v0.4.0 | ||
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 | ||
|
@@ -40,7 +40,7 @@ require ( | |
go.uber.org/zap v1.27.0 | ||
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c | ||
golang.org/x/oauth2 v0.23.0 | ||
golang.org/x/sync v0.10.0 | ||
golang.org/x/sync v0.8.0 | ||
google.golang.org/grpc v1.67.1 | ||
google.golang.org/protobuf v1.35.1 | ||
gopkg.in/guregu/null.v4 v4.0.0 | ||
|
@@ -410,8 +410,8 @@ require ( | |
github.com/smartcontractkit/chainlink-cosmos v0.5.2-0.20241202195413-82468150ac1e // indirect | ||
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20241216163550-fa030d178ba3 // indirect | ||
github.com/smartcontractkit/chainlink-feeds v0.1.1 // indirect | ||
github.com/smartcontractkit/chainlink-protos/orchestrator v0.4.0 // indirect | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241219173444-150f7443fdd3 // indirect | ||
github.com/smartcontractkit/chainlink-protos/orchestrator v0.3.2 // indirect | ||
github.com/smartcontractkit/chainlink-solana v1.1.1-0.20241210172617-6fd1891d0fbc // indirect | ||
github.com/smartcontractkit/chainlink-starknet/relayer v0.1.1-0.20241202202529-2033490e77b8 // indirect | ||
github.com/smartcontractkit/chainlink-testing-framework/lib/grafana v1.50.0 // indirect | ||
github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.5 // indirect | ||
|
@@ -493,12 +493,12 @@ require ( | |
go.uber.org/ratelimit v0.3.1 // indirect | ||
go4.org/netipx v0.0.0-20230125063823-8449b0a6169f // indirect | ||
golang.org/x/arch v0.11.0 // indirect | ||
golang.org/x/crypto v0.31.0 // indirect | ||
golang.org/x/crypto v0.28.0 // indirect | ||
golang.org/x/mod v0.21.0 // indirect | ||
golang.org/x/net v0.30.0 // indirect | ||
golang.org/x/sys v0.28.0 // indirect | ||
golang.org/x/term v0.27.0 // indirect | ||
golang.org/x/text v0.21.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
golang.org/x/term v0.25.0 // indirect | ||
golang.org/x/text v0.19.0 // indirect | ||
golang.org/x/time v0.7.0 // indirect | ||
golang.org/x/tools v0.26.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect | ||
|
Oops, something went wrong.