github.com/aeternity/aepp-sdk-go/v6@v6.0.0/go.mod (about)

     1  module github.com/aeternity/aepp-sdk-go/v6
     2  
     3  go 1.12
     4  
     5  require (
     6  	github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d
     7  	github.com/go-openapi/errors v0.19.2
     8  	github.com/go-openapi/runtime v0.19.3
     9  	github.com/go-openapi/strfmt v0.19.2
    10  	github.com/go-openapi/swag v0.19.4
    11  	github.com/go-openapi/validate v0.19.2
    12  	github.com/randomshinichi/rlpae v0.0.0-20190813143754-207301e28aeb
    13  	github.com/satori/go.uuid v1.2.0
    14  	github.com/spf13/cobra v0.0.5
    15  	github.com/spf13/viper v1.4.0
    16  	golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
    17  )