File tree Expand file tree Collapse file tree 2 files changed +140
-7
lines changed
Expand file tree Collapse file tree 2 files changed +140
-7
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,11 @@ go 1.15
44
55require (
66 cloud.google.com/go/datastore v1.5.0
7- cloud.google.com/go/storage v1.14.0
8- github.com/golang/protobuf v1.5.1 // indirect
9- github.com/google/go-cmp v0.5.6 // indirect
7+ cloud.google.com/go/storage v1.20.0
108 github.com/google/go-github/v33 v33.0.0
119 github.com/google/go-querystring v1.1.0 // indirect
1210 github.com/schollz/progressbar/v3 v3.8.3
1311 golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
14- golang.org/x/net v0.0.0-20210326220855-61e056675ecf // indirect
15- golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
16- google.golang.org/api v0.41.0 // indirect
17- google.golang.org/genproto v0.0.0-20210309190941-1aeedc14537d // indirect
12+ golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
1813 gopkg.in/yaml.v2 v2.4.0
1914)
You can’t perform that action at this time.
0 commit comments