This repository was archived by the owner on Nov 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ require (
99 github.com/crate-crypto/go-ipa v0.0.0-20231025140028-3c0104f4b233
1010 github.com/davecgh/go-spew v1.1.1
1111 github.com/deckarep/golang-set/v2 v2.1.0
12- github.com/ethereum/go-ethereum v1.13.14
1312 github.com/gorilla/rpc v1.2.0
1413 github.com/gorilla/websocket v1.5.0
1514 github.com/hashicorp/go-bexpr v0.1.10
Original file line number Diff line number Diff line change @@ -171,8 +171,6 @@ github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7
171171github.com/etcd-io/bbolt v1.3.3 /go.mod h1:ZF2nL25h33cCyBtcyWeZ2/I3HQOfTP+0PIEvHjkjCrw =
172172github.com/ethereum/c-kzg-4844 v0.4.0 h1:3MS1s4JtA868KpJxroZoepdV0ZKBp3u/O5HcZ7R3nlY =
173173github.com/ethereum/c-kzg-4844 v0.4.0 /go.mod h1:VewdlzQmpT5QSrVhbBuGoCdFJkpaJlO1aQputP83wc0 =
174- github.com/ethereum/go-ethereum v1.13.14 h1:EwiY3FZP94derMCIam1iW4HFVrSgIcpsu0HwTQtm6CQ =
175- github.com/ethereum/go-ethereum v1.13.14 /go.mod h1:TN8ZiHrdJwSe8Cb6x+p0hs5CxhJZPbqB7hHkaUXcmIU =
176174github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 /go.mod h1:duJ4Jxv5lDcvg4QuQr0oowTf7dz4/CR8NtyCooz9HL8 =
177175github.com/fatih/structs v1.1.0 /go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M =
178176github.com/frankban/quicktest v1.14.4 h1:g2rn0vABPOOXmZUj+vbmUp0lPoXEMuhTpIluN0XL9UY =
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import (
1111 "github.com/ava-labs/avalanchego/database/versiondb"
1212 "github.com/ava-labs/coreth/core/rawdb"
1313 "github.com/ava-labs/coreth/plugin/evm/database"
14- "github.com/ethereum/go-ethereum /common"
15- "github.com/ethereum/go-ethereum /log"
14+ "github.com/ava-labs/libevm /common"
15+ "github.com/ava-labs/libevm /log"
1616)
1717
1818// initializeDBs initializes the databases used by the VM.
You can’t perform that action at this time.
0 commit comments