module github.com/americanas-go/ignite go 1.16 // replace github.com/americanas-go/log => ../log/ require ( github.com/Microsoft/go-winio v0.5.0 // indirect github.com/americanas-go/config v1.0.0 github.com/americanas-go/errors v1.0.0 github.com/americanas-go/health v1.0.0 github.com/americanas-go/log v1.2.0 github.com/americanas-go/multiserver v1.0.0 github.com/americanas-go/rest-response v1.0.2 github.com/ansrivas/fiberprometheus/v2 v2.1.2 github.com/aws/aws-sdk-go-v2 v1.4.0 github.com/aws/aws-sdk-go-v2/config v1.1.7 github.com/aws/aws-sdk-go-v2/credentials v1.1.7 github.com/aws/aws-sdk-go-v2/service/kinesis v1.2.3 github.com/aws/aws-sdk-go-v2/service/s3 v1.6.0 github.com/aws/aws-sdk-go-v2/service/sns v1.3.0 github.com/aws/aws-sdk-go-v2/service/sqs v1.3.2 github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect github.com/cloudevents/sdk-go/v2 v2.4.1 github.com/coocood/freecache v1.1.1 github.com/elastic/go-elasticsearch/v8 v8.0.0-20210506154932-f741c073f324 github.com/globocom/echo-prometheus v0.1.2 github.com/go-chi/chi/v5 v5.0.3 github.com/go-chi/cors v1.2.0 github.com/go-playground/validator/v10 v10.6.0 github.com/go-redis/redis/v7 v7.4.0 github.com/go-redis/redis/v8 v8.8.2 github.com/go-resty/resty/v2 v2.6.0 github.com/gocql/gocql v0.0.0-20210504150947-558dfae50b5d github.com/godror/godror v0.24.6 github.com/gofiber/fiber/v2 v2.9.0 github.com/golang/protobuf v1.5.2 github.com/google/uuid v1.1.2 github.com/graphql-go/graphql v0.7.9 github.com/graphql-go/handler v0.2.3 github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 github.com/hashicorp/go-memdb v1.3.2 github.com/hiko1129/echo-pprof v1.0.1 github.com/jlaffaye/ftp v0.0.0-20210307004419-5d4190119067 github.com/labstack/echo/v4 v4.3.0 github.com/labstack/gommon v0.3.0 github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2 // indirect github.com/nats-io/nats.go v1.11.0 github.com/newrelic/go-agent/v3 v3.12.0 github.com/newrelic/go-agent/v3/integrations/nrecho-v4 v1.0.0 github.com/newrelic/go-agent/v3/integrations/nrgrpc v1.1.0 github.com/newrelic/go-agent/v3/integrations/nrmongo v1.0.0 github.com/newrelic/go-agent/v3/integrations/nrnats v1.1.0 github.com/newrelic/go-agent/v3/integrations/nrredis-v7 v1.0.0 github.com/opentracing-contrib/echo v0.0.0-20190807091611-5fe2e1308f06 github.com/opentracing-contrib/go-grpc v0.0.0-20210225150812-73cb765af46e github.com/opentracing/opentracing-go v1.2.0 github.com/panjf2000/ants/v2 v2.4.4 github.com/philhofer/fwd v1.1.1 // indirect github.com/prometheus/client_golang v1.10.0 github.com/ravernkoh/cwlogsfmt v0.0.0-20180121032441-917bad983b4c github.com/segmentio/kafka-go v0.4.15 github.com/sirupsen/logrus v1.8.1 github.com/spf13/cobra v1.1.3 github.com/stretchr/testify v1.7.0 github.com/swaggo/echo-swagger v1.1.0 github.com/tidwall/buntdb v1.2.3 github.com/valyala/fasthttp v1.24.0 github.com/wesovilabs/beyond v1.0.1 go.mongodb.org/mongo-driver v1.5.2 go.uber.org/fx v1.13.1 gocloud.dev v0.22.0 gocloud.dev/pubsub/kafkapubsub v0.22.0 golang.org/x/net v0.0.0-20210510120150-4163338589ed golang.org/x/sync v0.0.0-20210220032951-036812b2e83c google.golang.org/grpc v1.37.0 gopkg.in/DataDog/dd-trace-go.v1 v1.30.0 gopkg.in/matryer/try.v1 v1.0.0-20150601225556-312d2599e12e k8s.io/client-go v0.21.0 )