2020-07-31 09:17:36 -07:00
|
|
|
module github.com/dfuse-io/solana-go
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-11-09 07:02:28 -08:00
|
|
|
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
|
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2020-11-06 17:03:49 -08:00
|
|
|
github.com/dfuse-io/logging v0.0.0-20201023175426-d0173f8508dc
|
|
|
|
github.com/dfuse-io/slnc v0.0.0-20201106145424-57968f2253be
|
2020-11-09 05:00:35 -08:00
|
|
|
github.com/google/go-cmp v0.4.1 // indirect
|
2020-11-09 05:53:09 -08:00
|
|
|
github.com/gorilla/rpc v1.2.0
|
|
|
|
github.com/gorilla/websocket v1.4.2
|
2020-07-31 13:34:44 -07:00
|
|
|
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-08-14 14:46:31 -07:00
|
|
|
github.com/pkg/errors v0.8.1
|
2020-11-06 13:55:52 -08:00
|
|
|
github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f
|
2020-11-06 17:03:49 -08:00
|
|
|
github.com/spf13/cobra v1.1.1
|
2020-07-31 13:34:44 -07:00
|
|
|
github.com/spf13/pflag v1.0.5
|
2020-11-06 17:03:49 -08:00
|
|
|
github.com/spf13/viper v1.7.1
|
2020-07-31 13:34:44 -07:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-11-09 06:57:03 -08:00
|
|
|
github.com/tidwall/gjson v1.6.3
|
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-11-06 08:20:48 -08:00
|
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
|
2020-08-14 14:46:31 -07:00
|
|
|
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
|
2020-11-09 05:00:35 -08:00
|
|
|
golang.org/x/tools v0.0.0-20200601175630-2caf76543d99 // indirect
|
2020-08-14 14:46:31 -07:00
|
|
|
google.golang.org/api v0.13.0
|
2020-11-06 13:55:52 -08:00
|
|
|
)
|