github.com/frostornge/solgen@v0.1.3/go.mod (about)

     1  module github.com/frostornge/solgen
     2  
     3  go 1.13
     4  
     5  replace (
     6  	git.apache.org/thrift.git => github.com/apache/thrift v0.12.0
     7  	github.com/klaytn/klaytn => github.com/frostornge/klaytn v1.1.1-0.20191001045213-4c5c6da28f1e
     8  )
     9  
    10  require (
    11  	github.com/Flaque/filet v0.0.0-20190209224823-fc4d33cfcf93
    12  	github.com/airbloc/airbloc-go v0.0.0-20190405064450-f4351af728e4 // indirect
    13  	github.com/btcsuite/btcd v0.0.0-20190629003639-c26ffa870fd8 // indirect
    14  	github.com/elastic/gosigar v0.10.5 // indirect
    15  	github.com/ethereum/go-ethereum v1.9.3
    16  	github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff // indirect
    17  	github.com/gorilla/websocket v1.4.1 // indirect
    18  	github.com/karalabe/usb v0.0.0-20190819132248-550797b1cad8 // indirect
    19  	github.com/klaytn/klaytn v1.1.1 // indirect
    20  	github.com/olekukonko/tablewriter v0.0.1 // indirect
    21  	github.com/spf13/afero v1.2.2 // indirect
    22  	github.com/spf13/cobra v0.0.5
    23  	github.com/status-im/keycard-go v0.0.0-20190424133014-d95853db0f48 // indirect
    24  	github.com/steakknife/bloomfilter v0.0.0-20180922174646-6819c0d2a570 // indirect
    25  	github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3 // indirect
    26  	github.com/stretchr/testify v1.4.0
    27  	github.com/tyler-smith/go-bip39 v1.0.2 // indirect
    28  	github.com/wsddn/go-ecdh v0.0.0-20161211032359-48726bab9208 // indirect
    29  	gopkg.in/fatih/set.v0 v0.2.1 // indirect
    30  )