module github.com/cosmos/atlas go 1.15 require ( github.com/BurntSushi/toml v0.3.1 github.com/InVisionApp/go-health/v2 v2.1.2 github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect github.com/dghubble/gologin/v2 v2.2.0 github.com/fatih/color v1.9.0 github.com/go-openapi/spec v0.19.9 // indirect github.com/go-openapi/swag v0.19.9 // indirect github.com/go-playground/validator/v10 v10.4.0 github.com/golang-migrate/migrate/v4 v4.13.0 github.com/google/go-github v17.0.0+incompatible github.com/google/go-github/v32 v32.1.0 github.com/gorilla/mux v1.8.0 github.com/gorilla/sessions v1.2.1 github.com/joho/godotenv v1.3.0 github.com/justinas/alice v1.2.0 github.com/knadh/koanf v0.13.0 github.com/lib/pq v1.8.0 github.com/mailru/easyjson v0.7.6 // indirect github.com/microcosm-cc/bluemonday v1.0.4 github.com/onsi/ginkgo v1.14.0 // indirect github.com/rs/cors v1.7.0 github.com/rs/zerolog v1.20.0 github.com/satori/go.uuid v1.2.0 github.com/sendgrid/rest v2.6.2+incompatible // indirect github.com/sendgrid/sendgrid-go v3.7.0+incompatible github.com/stretchr/testify v1.6.1 github.com/swaggo/http-swagger v0.0.0-20200308142732-58ac5e232fba github.com/swaggo/swag v1.6.7 github.com/urfave/cli/v2 v2.2.0 golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect golang.org/x/net v0.0.0-20201029055024-942e2f445f3c // indirect golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 golang.org/x/tools v0.0.0-20201007032633-0806396f153e // indirect google.golang.org/grpc v1.31.1 // indirect gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect gorm.io/driver/postgres v1.0.2 gorm.io/gorm v1.20.2 )