|
1 | 1 | module github.com/InjectiveLabs/etherman |
2 | 2 |
|
3 | | -go 1.19 |
| 3 | +go 1.23.7 |
| 4 | + |
| 5 | +toolchain go1.24 |
4 | 6 |
|
5 | 7 | require ( |
6 | | - github.com/ethereum/go-ethereum v1.10.26 |
7 | | - github.com/hashicorp/go-multierror v1.1.0 |
8 | | - github.com/itchyny/gojq v0.12.2 |
| 8 | + github.com/ethereum/go-ethereum v1.15.7 |
| 9 | + github.com/hashicorp/go-multierror v1.1.1 |
| 10 | + github.com/itchyny/gojq v0.12.17 |
9 | 11 | github.com/jawher/mow.cli v1.2.0 |
10 | 12 | github.com/pkg/errors v0.9.1 |
11 | | - github.com/stretchr/testify v1.7.2 |
12 | | - github.com/tidwall/sjson v1.1.5 |
13 | | - github.com/xlab/suplog v1.1.0 |
14 | | - golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a |
15 | | - golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 |
16 | | - golang.org/x/tools v0.1.8-0.20211029000441-d6a9af8af023 |
| 13 | + github.com/stretchr/testify v1.10.0 |
| 14 | + github.com/tidwall/sjson v1.2.5 |
| 15 | + github.com/xlab/suplog v1.4.4 |
| 16 | + golang.org/x/sys v0.32.0 |
| 17 | + golang.org/x/term v0.31.0 |
| 18 | + golang.org/x/tools v0.32.0 |
17 | 19 | ) |
18 | 20 |
|
19 | 21 | require ( |
20 | | - github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect |
21 | | - github.com/aws/aws-sdk-go v1.25.16 // indirect |
22 | | - github.com/bitly/go-simplejson v0.5.0 // indirect |
23 | | - github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect |
24 | | - github.com/bugsnag/bugsnag-go v1.5.3 // indirect |
25 | | - github.com/bugsnag/panicwrap v1.3.4 // indirect |
| 22 | + github.com/Microsoft/go-winio v0.6.2 // indirect |
| 23 | + github.com/StackExchange/wmi v1.2.1 // indirect |
| 24 | + github.com/bits-and-blooms/bitset v1.22.0 // indirect |
| 25 | + github.com/consensys/bavard v0.1.30 // indirect |
| 26 | + github.com/consensys/gnark-crypto v0.17.0 // indirect |
| 27 | + github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect |
| 28 | + github.com/crate-crypto/go-kzg-4844 v1.1.0 // indirect |
26 | 29 | github.com/davecgh/go-spew v1.1.1 // indirect |
27 | | - github.com/deckarep/golang-set v1.8.0 // indirect |
28 | | - github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect |
29 | | - github.com/go-ole/go-ole v1.2.1 // indirect |
30 | | - github.com/go-stack/stack v1.8.0 // indirect |
31 | | - github.com/gofrs/uuid v4.0.0+incompatible // indirect |
32 | | - github.com/golang/protobuf v1.5.2 // indirect |
33 | | - github.com/google/uuid v1.2.0 // indirect |
34 | | - github.com/gorilla/websocket v1.4.2 // indirect |
35 | | - github.com/hashicorp/errwrap v1.0.0 // indirect |
36 | | - github.com/itchyny/timefmt-go v0.1.2 // indirect |
37 | | - github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect |
38 | | - github.com/karalabe/usb v0.0.2 // indirect |
39 | | - github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect |
40 | | - github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect |
41 | | - github.com/oklog/ulid v1.3.1 // indirect |
| 30 | + github.com/deckarep/golang-set/v2 v2.8.0 // indirect |
| 31 | + github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect |
| 32 | + github.com/ethereum/c-kzg-4844 v1.0.3 // indirect |
| 33 | + github.com/ethereum/go-verkle v0.2.2 // indirect |
| 34 | + github.com/fsnotify/fsnotify v1.9.0 // indirect |
| 35 | + github.com/go-ole/go-ole v1.3.0 // indirect |
| 36 | + github.com/google/uuid v1.6.0 // indirect |
| 37 | + github.com/gorilla/websocket v1.5.3 // indirect |
| 38 | + github.com/hashicorp/errwrap v1.1.0 // indirect |
| 39 | + github.com/holiman/uint256 v1.3.2 // indirect |
| 40 | + github.com/itchyny/timefmt-go v0.1.6 // indirect |
| 41 | + github.com/karalabe/hid v1.0.1-0.20240306101548-573246063e52 // indirect |
| 42 | + github.com/mmcloughlin/addchain v0.4.0 // indirect |
42 | 43 | github.com/pmezard/go-difflib v1.0.0 // indirect |
43 | | - github.com/rjeczalik/notify v0.9.1 // indirect |
44 | | - github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect |
45 | | - github.com/sirupsen/logrus v1.6.0 // indirect |
46 | | - github.com/tidwall/gjson v1.6.8 // indirect |
47 | | - github.com/tidwall/match v1.0.3 // indirect |
48 | | - github.com/tidwall/pretty v1.0.2 // indirect |
49 | | - github.com/tklauser/go-sysconf v0.3.5 // indirect |
50 | | - github.com/tklauser/numcpus v0.2.2 // indirect |
51 | | - github.com/xlab/closer v0.0.0-20190328110542-03326addb7c2 // indirect |
52 | | - golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect |
53 | | - google.golang.org/protobuf v1.26.0 // indirect |
54 | | - gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect |
| 44 | + github.com/shirou/gopsutil v3.21.11+incompatible // indirect |
| 45 | + github.com/sirupsen/logrus v1.9.3 // indirect |
| 46 | + github.com/supranational/blst v0.3.14 // indirect |
| 47 | + github.com/tidwall/gjson v1.18.0 // indirect |
| 48 | + github.com/tidwall/match v1.1.1 // indirect |
| 49 | + github.com/tidwall/pretty v1.2.1 // indirect |
| 50 | + github.com/tklauser/go-sysconf v0.3.15 // indirect |
| 51 | + github.com/tklauser/numcpus v0.10.0 // indirect |
| 52 | + github.com/xlab/closer v1.1.0 // indirect |
| 53 | + github.com/yusufpapurcu/wmi v1.2.4 // indirect |
| 54 | + golang.org/x/crypto v0.37.0 // indirect |
| 55 | + golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect |
| 56 | + golang.org/x/sync v0.13.0 // indirect |
| 57 | + google.golang.org/protobuf v1.36.6 // indirect |
55 | 58 | gopkg.in/yaml.v3 v3.0.1 // indirect |
| 59 | + rsc.io/tmplfunc v0.0.3 // indirect |
56 | 60 | ) |
0 commit comments