File tree Expand file tree Collapse file tree 2 files changed +2181
-9
lines changed
Expand file tree Collapse file tree 2 files changed +2181
-9
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,11 @@ module github.com/api7/contributor-graph/api
33go 1.15
44
55require (
6- 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
6+ cloud.google.com/go/datastore v1.15.0
7+ cloud.google.com/go/storage v1.39.1
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
13- 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-20211104180415-d3ed0bb246c8
16- google.golang.org/api v0.41.0 // indirect
17- google.golang.org/genproto v0.0.0-20210309190941-1aeedc14537d // indirect
11+ golang.org/x/oauth2 v0.17.0
1812 gopkg.in/yaml.v2 v2.4.0
1913)
You can’t perform that action at this time.
0 commit comments