Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions system-tests/tests/smoke/cre/evm/evmread/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/smartcontractkit/chainlink/system-tests/tests/smoke/cre/evm/ev
go 1.26.2

require (
github.com/ethereum/go-ethereum v1.17.1
github.com/ethereum/go-ethereum v1.17.2
github.com/google/go-cmp v0.7.0
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260505131349-78e491b80735
github.com/smartcontractkit/cre-sdk-go v1.5.0
github.com/smartcontractkit/chainlink-protos/cre/go v0.0.0-20260512230622-65f10f4cd305
github.com/smartcontractkit/cre-sdk-go v1.9.0
github.com/smartcontractkit/cre-sdk-go/capabilities/blockchain/evm v0.10.0
github.com/smartcontractkit/cre-sdk-go/capabilities/scheduler/cron v1.3.0
github.com/stretchr/testify v1.11.1
Expand All @@ -23,7 +23,7 @@ require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/cockroachdb/fifo v0.0.0-20240816210425-c5d0cb0b6fc0 // indirect
github.com/consensys/gnark-crypto v0.19.2 // indirect
github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect
github.com/crate-crypto/go-eth-kzg v1.5.0 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/deckarep/golang-set/v2 v2.8.0 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
Expand Down
16 changes: 8 additions & 8 deletions system-tests/tests/smoke/cre/evm/evmread/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading