github.com/onflow/flow-go/crypto@v0.24.8/go.mod (about)

     1  module github.com/onflow/flow-go/crypto
     2  
     3  go 1.19
     4  
     5  require (
     6  	github.com/btcsuite/btcd/btcec/v2 v2.2.1
     7  	github.com/sirupsen/logrus v1.4.2
     8  	github.com/stretchr/testify v1.8.0
     9  	github.com/supranational/blst v0.3.10
    10  	golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
    11  	gonum.org/v1/gonum v0.6.1
    12  	pgregory.net/rapid v0.4.7
    13  )
    14  
    15  require (
    16  	github.com/davecgh/go-spew v1.1.1 // indirect
    17  	github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
    18  	github.com/konsorten/go-windows-terminal-sequences v1.0.1 // indirect
    19  	github.com/kr/pretty v0.1.0 // indirect
    20  	github.com/pmezard/go-difflib v1.0.0 // indirect
    21  	golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 // indirect
    22  	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
    23  	gopkg.in/yaml.v3 v3.0.1 // indirect
    24  )