module github.com/ElrondNetwork/elrond-proxy-go go 1.12 require ( github.com/ElrondNetwork/elrond-go v1.1.1-0.20200914111912-d1792d662b8f github.com/ElrondNetwork/elrond-go-logger v1.0.4 github.com/ElrondNetwork/elrond-vm-common v0.1.23 github.com/coinbase/rosetta-sdk-go v0.4.8 github.com/elastic/go-elasticsearch/v7 v7.1.0 github.com/gin-contrib/cors v0.0.0-20190301062745-f9e10995c85a github.com/gin-gonic/gin v1.6.3 github.com/pkg/errors v0.9.1 github.com/pkg/profile v1.3.0 github.com/stretchr/testify v1.6.1 github.com/urfave/cli v1.22.4 gopkg.in/go-playground/validator.v8 v8.18.2 )