@@ -4,38 +4,33 @@ go 1.17
4
4
5
5
require (
6
6
cloud.google.com/go/firestore v1.6.1
7
- github.com/BurntSushi/toml v0.4.1
7
+ github.com/BurntSushi/toml v1.1.0
8
8
github.com/goccy/go-yaml v1.9.5
9
9
github.com/heetch/confita v0.10.0
10
- golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
11
- rogchap.com/v8go v0.6 .0
10
+ golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f
11
+ rogchap.com/v8go v0.7 .0
12
12
)
13
13
14
14
require (
15
- cloud.google.com/go v0.97.0 // indirect
16
- github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
17
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
18
- github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 // indirect
19
- github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1 // indirect
20
- github.com/envoyproxy/go-control-plane v0.10.0 // indirect
21
- github.com/envoyproxy/protoc-gen-validate v0.6.2 // indirect
15
+ cloud.google.com/go v0.100.2 // indirect
16
+ cloud.google.com/go/compute v1.5.0 // indirect
22
17
github.com/fatih/color v1.13.0 // indirect
23
18
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
24
19
github.com/golang/protobuf v1.5.2 // indirect
25
- github.com/google/go-cmp v0.5.6 // indirect
26
- github.com/googleapis/gax-go/v2 v2.1.1 // indirect
20
+ github.com/google/go-cmp v0.5.7 // indirect
21
+ github.com/googleapis/gax-go/v2 v2.3.0 // indirect
27
22
github.com/mattn/go-colorable v0.1.12 // indirect
28
23
github.com/mattn/go-isatty v0.0.14 // indirect
29
24
github.com/pkg/errors v0.9.1 // indirect
30
25
go.opencensus.io v0.23.0 // indirect
31
- golang.org/x/net v0.0.0-20211108170745-6635138e15ea // indirect
32
- golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
33
- golang.org/x/sys v0.0.0-20220111092808-5a964db01320 // indirect
26
+ golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
27
+ golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
28
+ golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
34
29
golang.org/x/text v0.3.7 // indirect
35
- google.golang.org/api v0.60 .0 // indirect
30
+ google.golang.org/api v0.74 .0 // indirect
36
31
google.golang.org/appengine v1.6.7 // indirect
37
- google.golang.org/genproto v0.0.0-20211104193956-4c6863e31247 // indirect
38
- google.golang.org/grpc v1.42 .0 // indirect
39
- google.golang.org/protobuf v1.27.1 // indirect
32
+ google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect
33
+ google.golang.org/grpc v1.45 .0 // indirect
34
+ google.golang.org/protobuf v1.28.0 // indirect
40
35
gopkg.in/yaml.v2 v2.4.0 // indirect
41
36
)
0 commit comments