Skip to content

Commit

Permalink
use tagged version of poet
Browse files Browse the repository at this point in the history
  • Loading branch information
noamnelke committed Mar 17, 2020
1 parent d1a1cb6 commit ddbfe6e
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 @@ -20,7 +20,7 @@ require (
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
github.com/spacemeshos/ed25519 v0.0.0-20190530014421-e235766d15a1
github.com/spacemeshos/merkle-tree v0.0.0-20191028110812-1908c3126c82
github.com/spacemeshos/poet v0.0.0-20200211124537-55497a2dff28
github.com/spacemeshos/poet v0.1.0
github.com/spacemeshos/post v0.0.0-20191225190235-dfb8a5803e6d
github.com/spacemeshos/sha256-simd v0.0.0-20190111104731-8575aafc88c9
github.com/spf13/afero v1.2.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,8 @@ github.com/spacemeshos/merkle-tree v0.0.0-20190612125135-48574fd5f419 h1:h01wKBJ
github.com/spacemeshos/merkle-tree v0.0.0-20190612125135-48574fd5f419/go.mod h1:mPxjt4RONPxSUhxOq4bhSJyKVGQJ0VMSyRiE51dDLgE=
github.com/spacemeshos/merkle-tree v0.0.0-20191028110812-1908c3126c82 h1:FmAao0SylhJiAkJfC1+Ots9SS71b8Upvxx6yoBFqEsY=
github.com/spacemeshos/merkle-tree v0.0.0-20191028110812-1908c3126c82/go.mod h1:mPxjt4RONPxSUhxOq4bhSJyKVGQJ0VMSyRiE51dDLgE=
github.com/spacemeshos/poet v0.0.0-20200211124537-55497a2dff28 h1:o/3Q4QCg4HswsfheFEsrR8guUmScuwfQVfKKsAksxdA=
github.com/spacemeshos/poet v0.0.0-20200211124537-55497a2dff28/go.mod h1:hxca04tOsB0MYhhQ3ydZID9KwlTaJauiKD81GBeNL4s=
github.com/spacemeshos/poet v0.1.0 h1:WYBCUjwvjmITFOwUqXYT/kUF5Z2xJcJjpNoM9SUYl7U=
github.com/spacemeshos/poet v0.1.0/go.mod h1:hxca04tOsB0MYhhQ3ydZID9KwlTaJauiKD81GBeNL4s=
github.com/spacemeshos/post v0.0.0-20191225190235-dfb8a5803e6d h1:P1lqL/7LBg3QmCMBVbFfnhIi7/AOXfJvRg4RKTXkb9I=
github.com/spacemeshos/post v0.0.0-20191225190235-dfb8a5803e6d/go.mod h1:43GwKHD+nI5wUzzUMwRbpJdC2r9dURZ6V3Jkc9eUMSE=
github.com/spacemeshos/sha256-simd v0.0.0-20190111104731-8575aafc88c9 h1:Cc+np6ORem5wrvO+YHQ1sdu71ItiQVRiYB4ugazpgxM=
Expand Down

0 comments on commit ddbfe6e

Please sign in to comment.