Skip to content

Commit

Permalink
Upgrade carmen to to include healing fix (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
thaarok authored Sep 20, 2024
1 parent 6e32fbc commit 6c0a393
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ require (
gopkg.in/urfave/cli.v1 v1.20.0
)

require github.com/Fantom-foundation/Carmen/go v0.0.0-20240918121620-7b3bb4cda1e2
require github.com/Fantom-foundation/Carmen/go v0.0.0-20240919111317-5c737f72628f

require (
github.com/DataDog/zstd v1.4.5 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ github.com/CloudyKit/jet v2.1.3-0.20180809161101-62edd43e4f88+incompatible/go.mo
github.com/DATA-DOG/go-sqlmock v1.3.3/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM=
github.com/DataDog/zstd v1.4.5 h1:EndNeuB0l9syBZhut0wns3gV1hL8zX8LIu6ZiVHWLIQ=
github.com/DataDog/zstd v1.4.5/go.mod h1:1jcaCB/ufaK+sKp1NBhlGmpz41jOoPQ35bpF36t7BBo=
github.com/Fantom-foundation/Carmen/go v0.0.0-20240918121620-7b3bb4cda1e2 h1:/SgyUZ8xunAftQmJybWQkM1T+n44e38Ljh76xBbxwNE=
github.com/Fantom-foundation/Carmen/go v0.0.0-20240918121620-7b3bb4cda1e2/go.mod h1:vNRGm/b21hDlF8kYyKHkXq1s+jLMKpV4jGwXHylXIIg=
github.com/Fantom-foundation/Carmen/go v0.0.0-20240919111317-5c737f72628f h1:86pdhhkjEuPrtJSZUg1ljHgJlCEFIwz2T9i1NHXaPME=
github.com/Fantom-foundation/Carmen/go v0.0.0-20240919111317-5c737f72628f/go.mod h1:vNRGm/b21hDlF8kYyKHkXq1s+jLMKpV4jGwXHylXIIg=
github.com/Fantom-foundation/Substate v0.0.0-20230224090651-4c8c024214f4 h1:AA0BtERxmlf7jvDF4fwIB2k/Lsc7HTRE3QHTZnfcSVA=
github.com/Fantom-foundation/Substate v0.0.0-20230224090651-4c8c024214f4/go.mod h1:/yIHWCDDJcdKMJYvOLdYOnHt5eUBF9XWnrvrNE+90ik=
github.com/Fantom-foundation/go-ethereum-substate v1.1.1-0.20240814103603-fd3f24371804 h1:lDu7jjnBbxBOhzjWxOBDjK6oWDl6Ko/BLnSXQTQ+BNM=
Expand Down

0 comments on commit 6c0a393

Please sign in to comment.