module github.com/ElrondNetwork/arwen-wasm-vm/v1_3 go 1.13 require ( github.com/ElrondNetwork/big-int-util v0.1.0 github.com/ElrondNetwork/elrond-go v1.1.60-0.20210528095433-b355ba70f352 github.com/ElrondNetwork/elrond-go-logger v1.0.4 github.com/btcsuite/btcd v0.21.0-beta github.com/gin-gonic/gin v1.7.1 github.com/mitchellh/mapstructure v1.4.1 github.com/pelletier/go-toml v1.9.0 github.com/stretchr/testify v1.7.0 github.com/urfave/cli v1.22.5 golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 ) replace github.com/ElrondNetwork/arwen-wasm-vm/v1_3 v1.3.4 => github.com/ElrondNetwork/arwen-wasm-vm v1.3.4