Skip to content

Commit 399d01f

Browse files
committed
fix(deps): update module cloud.google.com/go/datastore to v1.6.0
1 parent b7eeb4b commit 399d01f

File tree

2 files changed

+95
-5
lines changed

2 files changed

+95
-5
lines changed

api-go/go.mod

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

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

0 commit comments

Comments
 (0)