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 (
45
45
github.com/spacemeshos/fixed v0.1.2
46
46
github.com/spacemeshos/go-scale v1.3.0
47
47
github.com/spacemeshos/merkle-tree v0.2.6
48
- github.com/spacemeshos/poet v0.10.11
48
+ github.com/spacemeshos/poet v0.10.12
49
49
github.com/spacemeshos/post v0.13.0
50
50
github.com/spf13/afero v1.14.0
51
51
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
616
616
github.com/spacemeshos/go-scale v1.3.0 /go.mod h1:cYK6xEozIptppvOybr3naxr9hrSVvXG/LInC/DrJofA =
617
617
github.com/spacemeshos/merkle-tree v0.2.6 h1:PJ4LBx0vBbYVIHwApyjLy/yqUGEK35ggGTo05oiPhwg =
618
618
github.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 =
621
621
github.com/spacemeshos/post v0.13.0 h1:DNlqc6ilYbFbev2CXCj9ukHJ7HhTW9GCSeKAE2nWGsA =
622
622
github.com/spacemeshos/post v0.13.0 /go.mod h1:3utSIJO9M7lhA5xm3BQ2hszVNjiLgiseq0Ty4vpS0BU =
623
623
github.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
6
6
org ?= spacemeshos
7
7
image_name ?= $(org ) /systest:$(version_info )
8
8
certifier_image ?= $(org ) /certifier-service:v0.8.4
9
- poet_image ?= $(org ) /poet:v0.10.11
9
+ poet_image ?= $(org ) /poet:v0.10.12
10
10
post_service_image ?= $(org ) /post-service:v0.8.4
11
11
post_init_image ?= $(org ) /postcli:v0.12.11
12
12
smesher_image ?= $(org ) /go-spacemesh-dev:$(version_info )
You can’t perform that action at this time.
0 commit comments