Skip to content

Commit 49faf3d

Browse files
committed
feat: testing crypto package with property tests
Signed-off-by: nabil salah <nabil.salah203@gmail.com>
1 parent 677070f commit 49faf3d

3 files changed

Lines changed: 698 additions & 0 deletions

File tree

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ require (
3737
github.com/hasura/go-graphql-client v0.10.0
3838
github.com/jbenet/go-base58 v0.0.0-20150317085156-6237cf65f3a6
3939
github.com/joncrlsn/dque v0.0.0-20200702023911-3e80e3146ce5
40+
github.com/leanovate/gopter v0.2.11
4041
github.com/lestrrat-go/jwx v1.1.7
4142
github.com/machinebox/graphql v0.2.2
4243
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417

0 commit comments

Comments
 (0)