Fix max subset
... | ... | @@ -3,6 +3,7 @@ module bsc-shamir |
go 1.12 | ||
require ( | ||
github.com/gonum/stat v0.0.0-20181125101827-41a0da705a5b | ||
github.com/google/uuid v1.1.1 | ||
github.com/jessevdk/go-flags v1.4.0 | ||
github.com/smartystreets/goconvey v1.6.4 // indirect | ||
... | ... |
Please register or sign in to comment