Skip to content

Commit 08a1529

Browse files
authored
fix: Upgraded Firestore and Storage dependencies (#428)
1 parent b4f2d40 commit 08a1529

File tree

2 files changed

+290
-6
lines changed

2 files changed

+290
-6
lines changed

go.mod

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ module firebase.google.com/go/v4
33
go 1.11
44

55
require (
6-
cloud.google.com/go/firestore v1.1.1
7-
cloud.google.com/go/storage v1.0.0
8-
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
9-
google.golang.org/api v0.17.0
10-
google.golang.org/appengine v1.6.1
11-
google.golang.org/grpc v1.29.1 // indirect
6+
cloud.google.com/go/firestore v1.5.0
7+
cloud.google.com/go/storage v1.10.0
8+
golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99
9+
google.golang.org/api v0.40.0
10+
google.golang.org/appengine v1.6.7
1211
)

0 commit comments

Comments
 (0)