-
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.
Update cosmos & starknet refs for ChainWriter -> ContractWriter change
- Loading branch information
1 parent
89734de
commit ae84074
Showing
10 changed files
with
58 additions
and
60 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
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
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 |
---|---|---|
|
@@ -31,7 +31,7 @@ require ( | |
github.com/go-ldap/ldap/v3 v3.4.6 | ||
github.com/go-viper/mapstructure/v2 v2.1.0 | ||
github.com/go-webauthn/webauthn v0.9.4 | ||
github.com/google/pprof v0.0.0-20240711041743-f6c9dda6c6da | ||
github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 | ||
github.com/google/uuid v1.6.0 | ||
github.com/gorilla/securecookie v1.1.2 | ||
github.com/gorilla/sessions v1.2.2 | ||
|
@@ -58,15 +58,15 @@ require ( | |
github.com/mitchellh/go-homedir v1.1.0 | ||
github.com/mr-tron/base58 v1.2.0 | ||
github.com/olekukonko/tablewriter v0.0.5 | ||
github.com/onsi/gomega v1.33.1 | ||
github.com/onsi/gomega v1.34.2 | ||
github.com/patrickmn/go-cache v2.1.0+incompatible | ||
github.com/pelletier/go-toml v1.9.5 | ||
github.com/pelletier/go-toml/v2 v2.2.2 | ||
github.com/pelletier/go-toml/v2 v2.2.3 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/pressly/goose/v3 v3.21.1 | ||
github.com/prometheus/client_golang v1.20.0 | ||
github.com/prometheus/client_golang v1.20.5 | ||
github.com/prometheus/client_model v0.6.1 | ||
github.com/prometheus/common v0.59.1 | ||
github.com/prometheus/common v0.60.0 | ||
github.com/prometheus/prometheus v0.54.1 | ||
github.com/robfig/cron/v3 v3.0.1 | ||
github.com/rogpeppe/go-internal v1.13.1 | ||
|
@@ -78,7 +78,7 @@ require ( | |
github.com/smartcontractkit/chainlink-automation v0.8.1 | ||
github.com/smartcontractkit/chainlink-ccip v0.0.0-20241128080738-06bef8620ac6 | ||
github.com/smartcontractkit/chainlink-common v0.3.1-0.20241127224056-6c1d0190dd7a | ||
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-cosmos v0.5.2-0.20241202195413-82468150ac1e | ||
github.com/smartcontractkit/chainlink-data-streams v0.1.1-0.20241202141438-a90db35252db | ||
github.com/smartcontractkit/chainlink-feeds v0.1.1 | ||
github.com/smartcontractkit/chainlink-protos/orchestrator v0.3.0 | ||
|
@@ -368,10 +368,9 @@ require ( | |
go.opentelemetry.io/otel/sdk/log v0.6.0 // indirect | ||
go.opentelemetry.io/otel/sdk/metric v1.31.0 // indirect | ||
go.opentelemetry.io/proto/otlp v1.3.1 // indirect | ||
go.uber.org/ratelimit v0.3.0 // indirect | ||
go.uber.org/ratelimit v0.3.1 // indirect | ||
golang.org/x/arch v0.11.0 // indirect | ||
golang.org/x/net v0.30.0 // indirect | ||
golang.org/x/oauth2 v0.23.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da // indirect | ||
google.golang.org/api v0.202.0 // indirect | ||
|
Oops, something went wrong.