Skip to content

Commit

Permalink
Update SDK
Browse files Browse the repository at this point in the history
Update SDK to bring in the typo fix for correlated_invocation_id.

Diff: https://github.com/bazelbuild/remote-apis-sdks/compare/8dbe2712b145..719a5dd43ab6

Bug: b/354897286
Test: N/A
Change-Id: I64f98824308fa363c4e46292c655877f7ba6d6fc
GitOrigin-RevId: e2c75a564abfc7c0ed1920239e3ceb10193d70ba
  • Loading branch information
ywmei-brt1 authored and copybara-github committed Jul 25, 2024
1 parent b14eb06 commit 55282d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
contrib.go.opencensus.io/exporter/stackdriver v0.13.14
github.com/GoogleCloudPlatform/protoc-gen-bq-schema v1.1.0
github.com/Microsoft/go-winio v0.6.2
github.com/bazelbuild/remote-apis-sdks v0.0.0-20240716155324-8dbe2712b145
github.com/bazelbuild/remote-apis-sdks v0.0.0-20240725185642-719a5dd43ab6
github.com/bazelbuild/rules_go v0.48.0
github.com/eapache/go-resiliency v1.6.0
github.com/fatih/color v1.17.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ github.com/aws/aws-sdk-go v1.43.31 h1:yJZIr8nMV1hXjAvvOLUFqZRJcHV7udPQBfhJqawDzI
github.com/aws/aws-sdk-go v1.43.31/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo=
github.com/bazelbuild/remote-apis v0.0.0-20230411132548-35aee1c4a425 h1:Lj8uXWW95oXyYguUSdQDvzywQb4f0jbJWsoLPQWAKTY=
github.com/bazelbuild/remote-apis v0.0.0-20230411132548-35aee1c4a425/go.mod h1:ry8Y6CkQqCVcYsjPOlLXDX2iRVjOnjogdNwhvHmRcz8=
github.com/bazelbuild/remote-apis-sdks v0.0.0-20240716155324-8dbe2712b145 h1:DkmZV8sLma316qVAaNlcA5bPTpQWhcpx2OkVzeBJuuY=
github.com/bazelbuild/remote-apis-sdks v0.0.0-20240716155324-8dbe2712b145/go.mod h1:xTnFpTrMb0eMa4bsueAUc3/K2MSLiTwhrTjpuDJVSSQ=
github.com/bazelbuild/remote-apis-sdks v0.0.0-20240725185642-719a5dd43ab6 h1:plDS7TlvX4jDuyXyGjJI7pJdvjff4QrBSJxyrK1r5sI=
github.com/bazelbuild/remote-apis-sdks v0.0.0-20240725185642-719a5dd43ab6/go.mod h1:xTnFpTrMb0eMa4bsueAUc3/K2MSLiTwhrTjpuDJVSSQ=
github.com/bazelbuild/rules_go v0.48.0 h1:fZgo6mCUKeL/+GQiMWy5/QU1FjNXGPnTd5bAeao1pbg=
github.com/bazelbuild/rules_go v0.48.0/go.mod h1:Dhcz716Kqg1RHNWos+N6MlXNkjNP2EwZQ0LukRKJfMs=
github.com/benbjohnson/clock v1.0.3/go.mod h1:bGMdMPoPVvcYyt1gHDf4J2KE153Yf9BuiUKYMaxlTDM=
Expand Down

0 comments on commit 55282d5

Please sign in to comment.