Skip to content

Commit e011f94

Browse files
fix(deps): update module cloud.google.com/go/storage to v1.39.1
1 parent 535a14e commit e011f94

File tree

2 files changed

+2181
-9
lines changed

2 files changed

+2181
-9
lines changed

api-go/go.mod

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,11 @@ module github.com/api7/contributor-graph/api
33
go 1.15
44

55
require (
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
)

0 commit comments

Comments
 (0)