module github.com/eoscanada/eos-go go 1.13 require ( github.com/davecgh/go-spew v1.1.1 github.com/ethereum/go-ethereum v1.9.9 // indirect github.com/pkg/errors v0.8.1 github.com/stretchr/testify v1.4.0 github.com/tidwall/gjson v1.3.2 github.com/tidwall/sjson v1.0.4 go.uber.org/atomic v1.4.0 // indirect go.uber.org/multierr v1.2.0 // indirect go.uber.org/zap v1.10.0 golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc )