Commit b037891 1 parent cceb56a commit b037891 Copy full SHA for b037891
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ go 1.22.0
5
5
toolchain go1.22.3
6
6
7
7
require (
8
+ github.com/0xsoniclabs/tosca v0.0.0-20250124072455-c9ea78773eec
8
9
github.com/Fantom-foundation/Carmen/go v0.0.0-20241129202153-690bc10fa624
9
- github.com/Fantom-foundation/Tosca v0.0.0-20241028082205-7b33705a4675
10
10
github.com/Fantom-foundation/lachesis-base v0.0.0-20240116072301-a75735c4ef00
11
11
github.com/cespare/cp v1.1.1
12
12
github.com/davecgh/go-spew v1.1.1
Original file line number Diff line number Diff line change
1
+ github.com/0xsoniclabs/tosca v0.0.0-20250124072455-c9ea78773eec h1:52BrkO+C0hXq36CmLrMj+wgAEE9bIOxC5/ZfMd73x4Q =
2
+ github.com/0xsoniclabs/tosca v0.0.0-20250124072455-c9ea78773eec /go.mod h1:E1AjoJuN63pknSY8kNwgPsyzOgWAwOIl2paFJ+4qA64 =
1
3
github.com/DataDog/zstd v1.5.6 h1:LbEglqepa/ipmmQJUDnSsfvA8e8IStVcGaFWDuxvGOY =
2
4
github.com/DataDog/zstd v1.5.6 /go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw =
3
5
github.com/Fantom-foundation/Carmen/go v0.0.0-20241129202153-690bc10fa624 h1:9bFojtY5KoLFUtLYZGc1GNf0oIdBIOarlLr4+a/DA7U =
4
6
github.com/Fantom-foundation/Carmen/go v0.0.0-20241129202153-690bc10fa624 /go.mod h1:vNRGm/b21hDlF8kYyKHkXq1s+jLMKpV4jGwXHylXIIg =
5
- github.com/Fantom-foundation/Tosca v0.0.0-20241028082205-7b33705a4675 h1:Meqtt0eM9UAw1ceQ1tGiD497V0IVfqj8c6UrFJhkFNE =
6
- github.com/Fantom-foundation/Tosca v0.0.0-20241028082205-7b33705a4675 /go.mod h1:8i7r+dUOkXjEC61SaFoRet6JYjRaSoiM/PhviP6K4Y8 =
7
7
github.com/Fantom-foundation/go-ethereum-sonic v0.0.0-20241022121122-7063a6b506bd h1:WoAkgzLLlyh3Zpnd/3gW8Ym5sHtugLCA4rQdT5udVF8 =
8
8
github.com/Fantom-foundation/go-ethereum-sonic v0.0.0-20241022121122-7063a6b506bd /go.mod h1:p4knNH76zBuqbEfc6CbZTOnaQNU0WvhzW5f0qq6aMoU =
9
9
github.com/Fantom-foundation/lachesis-base-sonic v0.0.0-20241018103023-632a59c242f5 h1:dv1iFhsUfIfixwoNJWWZItWqOfKLV1mLA8eJLA1wceU =
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ import (
10
10
"github.com/ethereum/go-ethereum/core/vm"
11
11
ethparams "github.com/ethereum/go-ethereum/params"
12
12
13
- "github.com/Fantom-foundation/Tosca /go/geth_adapter"
14
- "github.com/Fantom-foundation/Tosca /go/interpreter/lfvm"
13
+ "github.com/0xsoniclabs/tosca /go/geth_adapter"
14
+ "github.com/0xsoniclabs/tosca /go/interpreter/lfvm"
15
15
"github.com/Fantom-foundation/go-opera/inter"
16
16
"github.com/Fantom-foundation/go-opera/opera/contracts/evmwriter"
17
17
)
You can’t perform that action at this time.
0 commit comments