module github.com/ElrondNetwork/arwen-wasm-vm go 1.13 require ( github.com/ElrondNetwork/big-int-util v0.1.0 github.com/ElrondNetwork/elrond-go v1.1.6-0.20201113120119-5f3406f2d6b5 github.com/ElrondNetwork/elrond-go-logger v1.0.4 github.com/btcsuite/btcd v0.20.1-beta github.com/gin-gonic/gin v1.6.3 github.com/mitchellh/mapstructure v1.1.2 github.com/pelletier/go-toml v1.8.0 github.com/stretchr/testify v1.6.1 github.com/urfave/cli v1.22.4 golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 )