module github.com/trustwallet/blockatlas go 1.12.6 require ( github.com/gin-gonic/gin v1.4.0 github.com/go-redis/redis v6.15.2+incompatible github.com/mr-tron/base58 v1.1.2 github.com/sirupsen/logrus v1.4.2 github.com/spf13/cast v1.3.0 github.com/spf13/cobra v0.0.5 github.com/spf13/viper v1.4.0 github.com/stretchr/testify v1.3.0 github.com/valyala/fastjson v1.4.1 github.com/ybbus/jsonrpc v2.1.2+incompatible gopkg.in/yaml.v2 v2.2.2 )