module github.com/ElrondNetwork/elrond-proxy-go go 1.13 require ( github.com/ElrondNetwork/elastic-indexer-go v1.0.0 github.com/ElrondNetwork/elrond-go v1.1.29 github.com/ElrondNetwork/elrond-go-logger v1.0.4 github.com/coinbase/rosetta-sdk-go v0.6.8 github.com/elastic/go-elasticsearch/v7 v7.11.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.5.0 github.com/stretchr/testify v1.7.0 github.com/urfave/cli v1.22.5 gopkg.in/go-playground/validator.v8 v8.18.2 )