module github.com/dfuse-io/solana-go go 1.14 require ( github.com/dfuse-io/logging v0.0.0-20200819170935-85f72399491a github.com/lunixbochs/struc v0.0.0-20200707160740-784aaebc1d40 github.com/mafredri/cdp v0.30.0 github.com/mr-tron/base58 v1.2.0 github.com/onsi/gomega v1.10.1 // indirect github.com/pkg/errors v0.8.1 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 github.com/ybbus/jsonrpc v2.1.2+incompatible go.uber.org/zap v1.15.0 golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 google.golang.org/api v0.13.0 )