generated from joshcarp/epicportfol.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
30 lines (27 loc) · 1.11 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
module github.com/joshcarp/altethical
go 1.14
require (
cloud.google.com/go v0.72.0
cloud.google.com/go/firestore v1.3.0
cloud.google.com/go/storage v1.10.0
github.com/cheggaaa/pb/v3 v3.0.7
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
github.com/ghodss/yaml v1.0.0
github.com/google/martian/v3 v3.1.0
github.com/googleapis/gax-go/v2 v2.0.5
github.com/gorilla/websocket v1.4.0 // indirect
github.com/improbable-eng/grpc-web v0.13.0
github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223 // indirect
github.com/rs/cors v1.7.0 // indirect
github.com/sirupsen/logrus v1.2.0
github.com/spf13/afero v1.1.2
github.com/stretchr/testify v1.5.1 // indirect
github.com/vincent-petithory/dataurl v0.0.0-20191104211930-d1553a71de50
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102
google.golang.org/genproto v0.0.0-20201109203340-2640f1f9cdfb
google.golang.org/grpc v1.33.2
google.golang.org/protobuf v1.25.0
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)
replace google.golang.org/grpc v1.30.0 => google.golang.org/grpc v1.29.0