Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,12 @@ require (
github.com/fasthttp/websocket v1.4.3 // indirect
github.com/gofiber/cors v0.2.1
github.com/gofiber/fiber v1.12.6
github.com/google/uuid v1.1.1 // indirect
github.com/graphql-go/graphql v0.7.9 // indirect
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/joho/godotenv v1.3.0 // indirect
github.com/kisielk/errcheck v1.2.0 // indirect
github.com/klauspost/compress v1.10.10 // indirect
github.com/mitchellh/mapstructure v1.3.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/savsgio/gotils v0.0.0-20200616100644-13ff1fd2c28c // indirect
github.com/valyala/fasthttp v1.14.0 // indirect
github.com/vektah/gqlparser/v2 v2.0.1
go.mongodb.org/mongo-driver v1.3.5
go.mongodb.org/mongo-driver v1.5.1
go.uber.org/zap v1.15.0
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
Expand Down
Loading