module github.com/coretrix/hitrix go 1.15 require ( cloud.google.com/go/storage v1.0.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/golang/protobuf v1.4.3 // indirect github.com/hashicorp/golang-lru v0.5.4 // indirect 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/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/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.6.1 github.com/summer-solutions/orm v1.75.3 github.com/tj/assert v0.0.3 github.com/ugorji/go v1.2.2 // indirect github.com/vektah/gqlparser/v2 v2.1.0 golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb golang.org/x/text v0.3.4 // indirect google.golang.org/api v0.13.0 google.golang.org/protobuf v1.25.0 // indirect gopkg.in/ini.v1 v1.62.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect )