module github.com/coretrix/hitrix go 1.16 require ( cloud.google.com/go/storage v1.13.0 github.com/99designs/gqlgen v0.13.0 github.com/agnivade/levenshtein v1.1.0 // indirect github.com/dongri/phonenumber v0.0.0-20210304071411-690733f34185 github.com/fatih/color v1.10.0 github.com/gin-contrib/cors v1.3.1 github.com/gin-contrib/timeout v0.0.1 github.com/gin-gonic/gin v1.6.3 github.com/go-playground/locales v0.13.0 github.com/go-playground/universal-translator v0.17.0 github.com/go-playground/validator/v10 v10.2.0 github.com/go-redis/redis/v8 v8.8.2 github.com/gorilla/websocket v1.4.2 github.com/hashicorp/golang-lru v0.5.4 // indirect github.com/icza/gox v0.0.0-20201215141822-6edfac6c05b5 github.com/joho/godotenv v1.3.0 github.com/juju/errors v0.0.0-20200330140219-3fe23663418f github.com/juju/testing v0.0.0-20201216035041-2be42bba85f3 // indirect github.com/kavenegar/kavenegar-go v0.0.0-20200629080648-6e28263b7162 github.com/kevinburke/go-types v0.0.0-20201208005256-aee49f568a20 // indirect github.com/kevinburke/go.uuid v1.2.0 // indirect github.com/kevinburke/rest v0.0.0-20210425173428-1fcb8c8e9022 // indirect github.com/kevinburke/twilio-go v0.0.0-20210327194925-1623146bcf73 github.com/latolukasz/orm v1.3.4 github.com/leodido/go-urn v1.2.1 // indirect github.com/magiconair/properties v1.8.4 // indirect github.com/mitchellh/mapstructure v1.4.0 // indirect github.com/pariz/gountries v0.0.0-20200430155801-1c6a393df9c7 github.com/pelletier/go-toml v1.8.1 // indirect github.com/ryanuber/columnize v2.1.2+incompatible github.com/sarulabs/di v2.0.0+incompatible github.com/slack-go/slack v0.9.0 github.com/spf13/afero v1.5.1 // indirect github.com/spf13/cast v1.3.1 // indirect github.com/spf13/jwalterweatherman v1.1.0 // indirect github.com/spf13/pflag v1.0.5 // indirect github.com/spf13/viper v1.7.1 github.com/stretchr/testify v1.7.0 github.com/tj/assert v0.0.3 github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect github.com/ttacon/libphonenumber v1.2.1 // indirect github.com/ugorji/go v1.2.2 // indirect github.com/vektah/gqlparser/v2 v2.1.0 github.com/xorcare/pointer v1.1.0 golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 golang.org/x/oauth2 v0.0.0-20210113205817-d3ed898aa8a3 golang.org/x/tools v0.1.1 // indirect google.golang.org/api v0.38.0 google.golang.org/grpc v1.37.0 // indirect gopkg.in/ini.v1 v1.62.0 // indirect )