Skip to content

Commit 2de4452

Browse files
build(deps): Bump github.com/spacemeshos/poet from 0.10.11 to 0.10.12 (#6808)
Co-authored-by: Matthias <[email protected]>
1 parent 48d4caf commit 2de4452

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -616,8 +616,8 @@ github.com/spacemeshos/go-scale v1.3.0 h1:J3rbksTxInnM86T8GnMGqD3iZOQJja7YIrfjMs
616616
github.com/spacemeshos/go-scale v1.3.0/go.mod h1:cYK6xEozIptppvOybr3naxr9hrSVvXG/LInC/DrJofA=
617617
github.com/spacemeshos/merkle-tree v0.2.6 h1:PJ4LBx0vBbYVIHwApyjLy/yqUGEK35ggGTo05oiPhwg=
618618
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=
621621
github.com/spacemeshos/post v0.13.0 h1:DNlqc6ilYbFbev2CXCj9ukHJ7HhTW9GCSeKAE2nWGsA=
622622
github.com/spacemeshos/post v0.13.0/go.mod h1:3utSIJO9M7lhA5xm3BQ2hszVNjiLgiseq0Ty4vpS0BU=
623623
github.com/spacemeshos/sha256-simd v0.1.0 h1:G7Mfu5RYdQiuE+wu4ZyJ7I0TI74uqLhFnKblEnSpjYI=

systest/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ test_name ?= TestSmeshing
66
org ?= spacemeshos
77
image_name ?= $(org)/systest:$(version_info)
88
certifier_image ?= $(org)/certifier-service:v0.8.4
9-
poet_image ?= $(org)/poet:v0.10.11
9+
poet_image ?= $(org)/poet:v0.10.12
1010
post_service_image ?= $(org)/post-service:v0.8.4
1111
post_init_image ?= $(org)/postcli:v0.12.11
1212
smesher_image ?= $(org)/go-spacemesh-dev:$(version_info)

0 commit comments

Comments
 (0)