-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
26 lines (24 loc) · 939 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/cvcio/covid-19-api
go 1.15
require (
github.com/gin-contrib/cache v1.1.0
github.com/gin-contrib/gzip v0.0.3
github.com/gin-contrib/zap v0.0.1
github.com/gin-gonic/gin v1.7.0
github.com/go-redis/redis/v7 v7.2.0
github.com/gomodule/redigo v2.0.0+incompatible
github.com/kelseyhightower/envconfig v1.4.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/onsi/ginkgo v1.14.2 // indirect
github.com/onsi/gomega v1.10.3 // indirect
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.4.2
github.com/ulule/limiter/v3 v3.5.0
go.mongodb.org/mongo-driver v1.5.1
go.uber.org/zap v1.16.0
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/tools v0.0.0-20200904185747-39188db58858 // indirect
google.golang.org/protobuf v1.25.0 // indirect
honnef.co/go/tools v0.0.1-2020.1.4 // indirect
)