File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ require (
4545 github.com/spacemeshos/fixed v0.1.2
4646 github.com/spacemeshos/go-scale v1.3.0
4747 github.com/spacemeshos/merkle-tree v0.2.6
48- github.com/spacemeshos/poet v0.10.11
48+ github.com/spacemeshos/poet v0.10.12
4949 github.com/spacemeshos/post v0.13.0
5050 github.com/spf13/afero v1.14.0
5151 github.com/spf13/cobra v1.9.1
Original file line number Diff line number Diff line change @@ -616,8 +616,8 @@ github.com/spacemeshos/go-scale v1.3.0 h1:J3rbksTxInnM86T8GnMGqD3iZOQJja7YIrfjMs
616616github.com/spacemeshos/go-scale v1.3.0 /go.mod h1:cYK6xEozIptppvOybr3naxr9hrSVvXG/LInC/DrJofA =
617617github.com/spacemeshos/merkle-tree v0.2.6 h1:PJ4LBx0vBbYVIHwApyjLy/yqUGEK35ggGTo05oiPhwg =
618618github.com/spacemeshos/merkle-tree v0.2.6 /go.mod h1:lxMuC/C2qhN6wdH6iSXW0HM8FS6fnKnyLWjCAKsCtr8 =
619- github.com/spacemeshos/poet v0.10.11 h1:GQ7XIKAn1RM4inLX0V7a25vNwEjqPp/EBtJ2QxSy9cY =
620- github.com/spacemeshos/poet v0.10.11 /go.mod h1:9Jt7Djro5NgjPtXlMzygeL3H7qCy+PPurobN6/f3+AE =
619+ github.com/spacemeshos/poet v0.10.12 h1:xlk0L+MyDpqGzpsFgLKVeNMmQtzZ3k53/yoHs8vUfZo =
620+ github.com/spacemeshos/poet v0.10.12 /go.mod h1:M32hQhE0QBT80CMEb8P3aXz0lQVGK6V8EJqnl2f9cYE =
621621github.com/spacemeshos/post v0.13.0 h1:DNlqc6ilYbFbev2CXCj9ukHJ7HhTW9GCSeKAE2nWGsA =
622622github.com/spacemeshos/post v0.13.0 /go.mod h1:3utSIJO9M7lhA5xm3BQ2hszVNjiLgiseq0Ty4vpS0BU =
623623github.com/spacemeshos/sha256-simd v0.1.0 h1:G7Mfu5RYdQiuE+wu4ZyJ7I0TI74uqLhFnKblEnSpjYI =
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ test_name ?= TestSmeshing
66org ?= spacemeshos
77image_name ?= $(org ) /systest:$(version_info )
88certifier_image ?= $(org ) /certifier-service:v0.8.4
9- poet_image ?= $(org ) /poet:v0.10.11
9+ poet_image ?= $(org ) /poet:v0.10.12
1010post_service_image ?= $(org ) /post-service:v0.8.4
1111post_init_image ?= $(org ) /postcli:v0.12.11
1212smesher_image ?= $(org ) /go-spacemesh-dev:$(version_info )
You can’t perform that action at this time.
0 commit comments