|
| 1 | +module oracle-node |
| 2 | + |
| 3 | +go 1.24.0 |
| 4 | + |
| 5 | +require ( |
| 6 | + github.com/ethereum/go-ethereum v1.16.7 |
| 7 | + github.com/joho/godotenv v1.5.1 |
| 8 | +) |
| 9 | + |
| 10 | +require ( |
| 11 | + github.com/Microsoft/go-winio v0.6.2 // indirect |
| 12 | + github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251001021608-1fe7b43fc4d6 // indirect |
| 13 | + github.com/StackExchange/wmi v1.2.1 // indirect |
| 14 | + github.com/bits-and-blooms/bitset v1.20.0 // indirect |
| 15 | + github.com/consensys/gnark-crypto v0.18.0 // indirect |
| 16 | + github.com/crate-crypto/go-eth-kzg v1.4.0 // indirect |
| 17 | + github.com/crate-crypto/go-ipa v0.0.0-20240724233137-53bbb0ceb27a // indirect |
| 18 | + github.com/deckarep/golang-set/v2 v2.6.0 // indirect |
| 19 | + github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect |
| 20 | + github.com/ethereum/c-kzg-4844/v2 v2.1.5 // indirect |
| 21 | + github.com/ethereum/go-verkle v0.2.2 // indirect |
| 22 | + github.com/fsnotify/fsnotify v1.6.0 // indirect |
| 23 | + github.com/go-ole/go-ole v1.3.0 // indirect |
| 24 | + github.com/google/uuid v1.3.0 // indirect |
| 25 | + github.com/gorilla/websocket v1.4.2 // indirect |
| 26 | + github.com/holiman/uint256 v1.3.2 // indirect |
| 27 | + github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect |
| 28 | + github.com/supranational/blst v0.3.16-0.20250831170142-f48500c1fdbe // indirect |
| 29 | + github.com/tklauser/go-sysconf v0.3.12 // indirect |
| 30 | + github.com/tklauser/numcpus v0.6.1 // indirect |
| 31 | + golang.org/x/crypto v0.36.0 // indirect |
| 32 | + golang.org/x/sync v0.12.0 // indirect |
| 33 | + golang.org/x/sys v0.36.0 // indirect |
| 34 | +) |
0 commit comments