Skip to content

Commit 3fa07c8

Browse files
shogo82148hiranya911
authored andcommitted
fix: add go.mod (#293)
* add go.mod * The minimum Go requirement is go 1.11
1 parent 874c9df commit 3fa07c8

File tree

2 files changed

+220
-0
lines changed

2 files changed

+220
-0
lines changed

go.mod

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
)

0 commit comments

Comments
 (0)