Skip to content

Commit a756015

Browse files
chore(deps): bump cloud.google.com/go/container from 1.5.0 to 1.6.0 (#3102)
Bumps [cloud.google.com/go/container](https://github.com/googleapis/google-cloud-go) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md) - [Commits](googleapis/google-cloud-go@dlp/v1.5.0...dlp/v1.6.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/container dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ec0f270 commit a756015

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.19
55
replace github.com/imdario/mergo v0.3.12 => github.com/Kong/mergo v0.3.13
66

77
require (
8-
cloud.google.com/go/container v1.5.0
8+
cloud.google.com/go/container v1.6.0
99
github.com/Masterminds/sprig v2.22.0+incompatible
1010
github.com/avast/retry-go/v4 v4.3.0
1111
github.com/blang/semver/v4 v4.0.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4g
3535
cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ=
3636
cloud.google.com/go/compute v1.10.0 h1:aoLIYaA1fX3ywihqpBk2APQKOo20nXsp1GEZQbx5Jk4=
3737
cloud.google.com/go/compute v1.10.0/go.mod h1:ER5CLbMxl90o2jtNbGSbtfOpQKR0t15FOtRsugnLrlU=
38-
cloud.google.com/go/container v1.5.0 h1:cdtBoYWeezQIVQX0OoQYer3rz2PvarrAgtTI3OykVTc=
39-
cloud.google.com/go/container v1.5.0/go.mod h1:kPO+ZqEhlaxKE0iSWtcmNgw4cZfDqGt0kvVhtLY8TE8=
38+
cloud.google.com/go/container v1.6.0 h1:sju38eJg66Q1SYfjSOb/b0a5GvrCs1cnN3lCsLG4M+A=
39+
cloud.google.com/go/container v1.6.0/go.mod h1:Xazp7GjJSeUYo688S+6J5V+n/t+G5sKBTFkKNudGRxg=
4040
cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE=
4141
cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk=
4242
cloud.google.com/go/firestore v1.1.0/go.mod h1:ulACoGHTpvq5r8rxGJ4ddJZBZqakUQqClKRT5SZwBmk=

0 commit comments

Comments
 (0)