File tree Expand file tree Collapse file tree 2 files changed +95
-5
lines changed
Expand file tree Collapse file tree 2 files changed +95
-5
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,13 @@ module github.com/api7/contributor-graph/api
33go 1.15
44
55require (
6- cloud.google.com/go/datastore v1.5 .0
6+ cloud.google.com/go/datastore v1.6 .0
77 cloud.google.com/go/storage v1.14.0
8- github.com/golang/protobuf v1.5.1 // indirect
98 github.com/google/go-cmp v0.5.6 // indirect
109 github.com/google/go-github/v33 v33.0.0
1110 github.com/google/go-querystring v1.1.0 // indirect
1211 github.com/schollz/progressbar/v3 v3.8.3
1312 golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
14- golang.org/x/net v0.0.0-20210326220855-61e056675ecf // indirect
1513 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
1814 gopkg.in/yaml.v2 v2.4.0
1915)
You can’t perform that action at this time.
0 commit comments