ChatCloud/go.mod
Alexander Kiryukhin 69a503d129 first commit
2020-04-05 20:57:08 +03:00

15 lines
385 B
Modula-2

module github.com/neonxp/chatcloud
go 1.14
require (
github.com/caarlos0/env v3.5.0+incompatible
github.com/go-chi/chi v4.1.0+incompatible
github.com/go-chi/render v1.0.1
github.com/go-redis/redis v6.15.7+incompatible
github.com/neonxp/rutina/v2 v2.0.0
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
go.mongodb.org/mongo-driver v1.3.1
)