Skip to content

Commit c56fa1a

Browse files
authored
Update module cloud.google.com/go/datastore to v1.14.0 (#1595)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [cloud.google.com/go/datastore](https://togithub.com/googleapis/google-cloud-go) | require | minor | `v1.11.0` -> `v1.14.0` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 6am on wednesday" in timezone Australia/Sydney, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/google/osv.dev). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi42OC4xIiwidXBkYXRlZEluVmVyIjoiMzYuNjguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
1 parent 0f1e820 commit c56fa1a

File tree

2 files changed

+112
-44
lines changed

2 files changed

+112
-44
lines changed

tools/datastore-remover/go.mod

+20-15
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,31 @@ module github.com/google/datastore-remover
22

33
go 1.19
44

5-
require cloud.google.com/go/datastore v1.11.0
5+
require cloud.google.com/go/datastore v1.14.0
66

77
require (
8-
cloud.google.com/go v0.110.0 // indirect
9-
cloud.google.com/go/compute v1.18.0 // indirect
8+
cloud.google.com/go v0.110.7 // indirect
9+
cloud.google.com/go/compute v1.23.0 // indirect
1010
cloud.google.com/go/compute/metadata v0.2.3 // indirect
11-
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
12-
github.com/golang/protobuf v1.5.2 // indirect
11+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
12+
github.com/golang/protobuf v1.5.3 // indirect
1313
github.com/google/go-cmp v0.5.9 // indirect
14-
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
15-
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
14+
github.com/google/s2a-go v0.1.4 // indirect
15+
github.com/googleapis/enterprise-certificate-proxy v0.2.4 // indirect
16+
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
1617
go.opencensus.io v0.24.0 // indirect
17-
golang.org/x/net v0.8.0 // indirect
18-
golang.org/x/oauth2 v0.6.0 // indirect
19-
golang.org/x/sys v0.6.0 // indirect
20-
golang.org/x/text v0.8.0 // indirect
18+
golang.org/x/crypto v0.9.0 // indirect
19+
golang.org/x/net v0.10.0 // indirect
20+
golang.org/x/oauth2 v0.8.0 // indirect
21+
golang.org/x/sync v0.2.0 // indirect
22+
golang.org/x/sys v0.8.0 // indirect
23+
golang.org/x/text v0.9.0 // indirect
2124
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
22-
google.golang.org/api v0.114.0 // indirect
25+
google.golang.org/api v0.128.0 // indirect
2326
google.golang.org/appengine v1.6.7 // indirect
24-
google.golang.org/genproto v0.0.0-20230320184635-7606e756e683 // indirect
25-
google.golang.org/grpc v1.53.0 // indirect
26-
google.golang.org/protobuf v1.29.1 // indirect
27+
google.golang.org/genproto v0.0.0-20230821184602-ccc8af3d0e93 // indirect
28+
google.golang.org/genproto/googleapis/api v0.0.0-20230803162519-f966b187b2e5 // indirect
29+
google.golang.org/genproto/googleapis/rpc v0.0.0-20230803162519-f966b187b2e5 // indirect
30+
google.golang.org/grpc v1.57.0 // indirect
31+
google.golang.org/protobuf v1.31.0 // indirect
2732
)

0 commit comments

Comments
 (0)