File tree Expand file tree Collapse file tree 2 files changed +220
-0
lines changed Expand file tree Collapse file tree 2 files changed +220
-0
lines changed Original file line number Diff line number Diff line change 1+ module firebase.google.com/go
2+
3+ go 1.11
4+
5+ require (
6+ cloud.google.com/go v0.47.0 // indirect
7+ cloud.google.com/go/firestore v1.0.0
8+ cloud.google.com/go/storage v1.1.2
9+ github.com/golang/groupcache v0.0.0-20191027212112-611e8accdfc9 // indirect
10+ github.com/jstemmer/go-junit-report v0.9.1 // indirect
11+ go.opencensus.io v0.22.1 // indirect
12+ golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136 // indirect
13+ golang.org/x/net v0.0.0-20191101175033-0deb6923b6d9 // indirect
14+ golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
15+ golang.org/x/sys v0.0.0-20191104094858-e8c54fb511f6 // indirect
16+ golang.org/x/tools v0.0.0-20191104232314-dc038396d1f0 // indirect
17+ google.golang.org/api v0.13.0
18+ google.golang.org/appengine v1.6.5
19+ google.golang.org/genproto v0.0.0-20191028173616-919d9bdd9fe6 // indirect
20+ google.golang.org/grpc v1.24.0 // indirect
21+ )
You can’t perform that action at this time.
0 commit comments