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/bluele/slack v0.0.0-20180528010058-b4b4d354a079 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/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/latolukasz/orm v1.2.14 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/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/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-20201224014010-6772e930b67b google.golang.org/api v0.38.0 google.golang.org/grpc v1.37.0 // indirect gopkg.in/ini.v1 v1.62.0 // indirect )