-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
27 lines (25 loc) · 1.16 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
module github.com/covidtrace/operator
go 1.14
require (
cloud.google.com/go v0.38.0
github.com/covidtrace/jwt v0.4.1
github.com/covidtrace/utils v0.0.6
github.com/go-stack/stack v1.8.0 // indirect
github.com/google/uuid v1.1.1
github.com/inconshreveable/log15 v0.0.0-20200109203555-b30bc20e4fd1 // indirect
github.com/julienschmidt/httprouter v1.3.0
github.com/kevinburke/go-types v0.0.0-20200309064045-f2d4aea18a7a // indirect
github.com/kevinburke/go.uuid v1.2.0 // indirect
github.com/kevinburke/rest v0.0.0-20191030174917-82a468bd5192 // indirect
github.com/kevinburke/twilio-go v0.0.0-20200203063821-378e630e02da
github.com/mattn/go-colorable v0.1.6 // indirect
github.com/sendgrid/rest v2.4.1+incompatible // indirect
github.com/sendgrid/sendgrid-go v3.5.0+incompatible
github.com/ttacon/builder v0.0.0-20170518171403-c099f663e1c2 // indirect
github.com/ttacon/libphonenumber v1.1.0 // indirect
go.opencensus.io v0.22.3 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
google.golang.org/api v0.20.0 // indirect
google.golang.org/genproto v0.0.0-20200323114720-3f67cca34472 // indirect
google.golang.org/grpc v1.28.0 // indirect
)