-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
34 lines (32 loc) · 1.22 KB
/
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
27
28
29
30
31
32
33
34
module github.com/recoli-tech/grok
go 1.13
require (
cloud.google.com/go/pubsub v1.1.0
cloud.google.com/go/storage v1.0.0
github.com/DataDog/zstd v1.4.4 // indirect
github.com/auth0-community/go-auth0 v1.0.0
github.com/aybabtme/iocontrol v0.0.0-20150809002002-ad15bcfc95a0 // indirect
github.com/benbjohnson/clock v1.0.0 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/gin-gonic/gin v1.5.0
github.com/go-playground/validator/v10 v10.1.0
github.com/golang/snappy v0.0.1 // indirect
github.com/google/uuid v1.1.1
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.9.1 // indirect
github.com/sendgrid/rest v2.4.1+incompatible // indirect
github.com/sendgrid/sendgrid-go v3.5.0+incompatible
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.6
github.com/stretchr/testify v1.4.0
github.com/tidwall/pretty v1.0.0 // indirect
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v1.0.0 // indirect
go.mongodb.org/mongo-driver v1.2.1
google.golang.org/api v0.15.0
google.golang.org/grpc v1.26.0
gopkg.in/auth0.v3 v3.3.1
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
gopkg.in/square/go-jose.v2 v2.4.1
gopkg.in/yaml.v2 v2.2.7
)