@@ -3,32 +3,36 @@ module firebase.google.com/go/v4
3
3
go 1.17
4
4
5
5
require (
6
- cloud.google.com/go/firestore v1.6.1
7
- cloud.google.com/go/storage v1.26.0
8
- github.com/MicahParks/keyfunc v1.5.1
9
- github.com/golang-jwt/jwt/v4 v4.4.2
10
- github.com/google/go-cmp v0.5.8
11
- golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1
12
- google.golang.org/api v0.96 .0
6
+ cloud.google.com/go/firestore v1.9.0
7
+ cloud.google.com/go/storage v1.30.1
8
+ github.com/MicahParks/keyfunc v1.9.0
9
+ github.com/golang-jwt/jwt/v4 v4.5.0
10
+ github.com/google/go-cmp v0.5.9
11
+ golang.org/x/oauth2 v0.6.0
12
+ google.golang.org/api v0.114 .0
13
13
google.golang.org/appengine/v2 v2.0.2
14
14
)
15
15
16
16
require (
17
- cloud.google.com/go v0.102.1 // indirect
18
- cloud.google.com/go/compute v1.7.0 // indirect
19
- cloud.google.com/go/iam v0.3.0 // indirect
20
- github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
21
- github.com/golang/protobuf v1.5.2 // indirect
17
+ cloud.google.com/go v0.110.0 // indirect
18
+ cloud.google.com/go/compute v1.18.0 // indirect
19
+ cloud.google.com/go/compute/metadata v0.2.3 // indirect
20
+ cloud.google.com/go/iam v0.13.0 // indirect
21
+ cloud.google.com/go/longrunning v0.4.1 // indirect
22
+ github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
23
+ github.com/golang/protobuf v1.5.3 // indirect
22
24
github.com/google/uuid v1.3.0 // indirect
23
- github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
24
- github.com/googleapis/gax-go/v2 v2.4.0 // indirect
25
- go.opencensus.io v0.23.0 // indirect
26
- golang.org/x/net v0.0.0-20220909164309-bea034e7d591 // indirect
27
- golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10 // indirect
28
- golang.org/x/text v0.3.7 // indirect
29
- golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
25
+ github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
26
+ github.com/googleapis/gax-go/v2 v2.8.0 // indirect
27
+ go.opencensus.io v0.24.0 // indirect
28
+ golang.org/x/net v0.8.0 // indirect
29
+ golang.org/x/sync v0.1.0 // indirect
30
+ golang.org/x/sys v0.6.0 // indirect
31
+ golang.org/x/text v0.8.0 // indirect
32
+ golang.org/x/time v0.3.0 // indirect
33
+ golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
30
34
google.golang.org/appengine v1.6.7 // indirect
31
- google.golang.org/genproto v0.0.0-20220810155839-1856144b1d9c // indirect
32
- google.golang.org/grpc v1.48 .0 // indirect
33
- google.golang.org/protobuf v1.28.1 // indirect
35
+ google.golang.org/genproto v0.0.0-20230320184635-7606e756e683 // indirect
36
+ google.golang.org/grpc v1.53 .0 // indirect
37
+ google.golang.org/protobuf v1.30.0 // indirect
34
38
)
0 commit comments