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.2.3-0.20210621143251-752af61de58f github.com/ElrondNetwork/elrond-go-logger v1.0.4 github.com/btcsuite/btcd v0.21.0-beta github.com/gin-gonic/gin v1.6.3 github.com/mitchellh/mapstructure v1.4.1 github.com/pelletier/go-toml v1.8.1 github.com/stretchr/testify v1.7.0 github.com/urfave/cli v1.22.5 golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 )