2020-07-31 09:17:36 -07:00
|
|
|
module github.com/dfuse-io/solana-go
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2020-07-31 13:34:44 -07:00
|
|
|
github.com/eoscanada/eos-go v0.9.0
|
|
|
|
github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40
|
2020-07-31 09:17:36 -07:00
|
|
|
github.com/mr-tron/base58 v1.2.0
|
|
|
|
github.com/onsi/gomega v1.10.1 // indirect
|
2020-07-31 13:34:44 -07:00
|
|
|
github.com/spf13/cobra v1.0.0
|
|
|
|
github.com/spf13/pflag v1.0.5
|
|
|
|
github.com/spf13/viper v1.7.0
|
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-07-31 09:17:36 -07:00
|
|
|
github.com/ybbus/jsonrpc v2.1.2+incompatible
|
2020-07-31 13:34:44 -07:00
|
|
|
go.uber.org/zap v1.15.0
|
2020-07-31 09:17:36 -07:00
|
|
|
)
|