Skip to content

Commit 0037c33

Browse files
build(deps): bump cloud.google.com/go/longrunning from 0.9.0 to 0.12.0
Update cloud.google.com/go/longrunning from 0.9.0 to 0.12.0. Summary: - Bumps the direct longrunning dependency to v0.12.0 after the Spanner dependency update. - Rebased diff is limited to one go.mod version line and the corresponding go.sum checksums. - No code changes are required in spanner-mycli. Validation: - CI lint, test, and readme-sync passed on the rebased PR head. - Unresolved review threads: 0.
1 parent f893466 commit 0037c33

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.0
44

55
require (
66
cloud.google.com/go v0.123.0
7-
cloud.google.com/go/longrunning v0.9.0
7+
cloud.google.com/go/longrunning v0.12.0
88
cloud.google.com/go/spanner v1.91.0
99
cloud.google.com/go/storage v1.56.1
1010
github.com/MakeNowJust/heredoc/v2 v2.0.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1386,8 +1386,8 @@ cloud.google.com/go/longrunning v0.5.12/go.mod h1:S5hMV8CDJ6r50t2ubVJSKQVv5u0rmi
13861386
cloud.google.com/go/longrunning v0.6.0/go.mod h1:uHzSZqW89h7/pasCWNYdUpwGz3PcVWhrWupreVPYLts=
13871387
cloud.google.com/go/longrunning v0.6.1/go.mod h1:nHISoOZpBcmlwbJmiVk5oDRz0qG/ZxPynEGs1iZ79s0=
13881388
cloud.google.com/go/longrunning v0.6.2/go.mod h1:k/vIs83RN4bE3YCswdXC5PFfWVILjm3hpEUlSko4PiI=
1389-
cloud.google.com/go/longrunning v0.9.0 h1:0EzbDEGsAvOZNbqXopgniY0w0a1phvu5IdUFq8grmqY=
1390-
cloud.google.com/go/longrunning v0.9.0/go.mod h1:pkTz846W7bF4o2SzdWJ40Hu0Re+UoNT6Q5t+igIcb8E=
1389+
cloud.google.com/go/longrunning v0.12.0 h1:wLv2hXvID9zHejLtcPo1B0JBjErnwZCYAPKSTa65xpY=
1390+
cloud.google.com/go/longrunning v0.12.0/go.mod h1:8nqFBPOO1U/XkhWl0I19AMZEphrHi73VNABIpKYaTwM=
13911391
cloud.google.com/go/managedidentities v1.3.0/go.mod h1:UzlW3cBOiPrzucO5qWkNkh0w33KFtBJU281hacNvsdE=
13921392
cloud.google.com/go/managedidentities v1.4.0/go.mod h1:NWSBYbEMgqmbZsLIyKvxrYbtqOsxY1ZrGM+9RgDqInM=
13931393
cloud.google.com/go/managedidentities v1.5.0/go.mod h1:+dWcZ0JlUmpuxpIDfyP5pP5y0bLdRwOS4Lp7gMni/LA=

0 commit comments

Comments
 (0)