module pkg.agungdwiprasetyo.com/candi go 1.12 require ( github.com/DataDog/zstd v1.4.5 // indirect github.com/Shopify/sarama v1.24.1 github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5 github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/go-playground/locales v0.13.0 github.com/go-playground/universal-translator v0.17.0 github.com/go-playground/validator/v10 v10.3.0 github.com/go-stack/stack v1.8.0 // indirect github.com/golangid/graphql-go v0.0.2 github.com/gomodule/redigo v2.0.0+incompatible github.com/google/uuid v1.1.1 github.com/gorilla/websocket v1.4.2 // indirect github.com/graph-gophers/graphql-transport-ws v0.0.0-20190611222414-40c048432299 github.com/joho/godotenv v1.3.0 github.com/klauspost/cpuid v1.3.1 // indirect github.com/labstack/echo v3.3.10+incompatible github.com/labstack/gommon v0.3.0 // indirect github.com/mattn/go-colorable v0.1.4 // indirect github.com/mattn/go-isatty v0.0.11 // indirect github.com/opentracing/opentracing-go v1.1.0 github.com/pkg/errors v0.9.1 // indirect github.com/smartystreets/goconvey v1.6.4 // indirect github.com/stretchr/testify v1.4.0 github.com/tidwall/pretty v1.0.1 // indirect github.com/uber/jaeger-client-go v2.25.0+incompatible github.com/uber/jaeger-lib v2.2.0+incompatible // indirect github.com/valyala/fasttemplate v1.1.0 // indirect github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect github.com/xeipuuv/gojsonschema v1.2.0 go.mongodb.org/mongo-driver v1.2.1 go.uber.org/zap v1.15.0 golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f // indirect golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8 // indirect google.golang.org/grpc v1.27.0 gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gopkg.in/eapache/go-resiliency.v1 v1.2.0 )