commit | 049467601499dfc6ddb079521900c3980dcf9cca | [log] [tgz] |
---|---|---|
author | Arnaud Ferraris <[email protected]> | Fri Dec 13 16:08:43 2024 |
committer | Chromeos LUCI <[email protected]> | Fri Jan 17 10:49:20 2025 |
tree | a7c6d0afbc5b10029c6e5b454bbfd43602e7828f | |
parent | 34f14c14e55fa1b265eb489246998ed42b8494e8 [diff] |
test: execution: replace deprecated protobuf-related modules `github.com/golang/protobuf` and its sub-modules has been deprecated and superseded by `google.golang.org/protobuf`[1]. Drop all use of the old modules and switch to using only the latter. [1] https://pkg.go.dev/github.com/golang/protobuf BUG=b:218608945 TEST=staticcheck -checks SA1019 \ "go.chromium.org/chromiumos/test/execution/..." Change-Id: I6a757f47224e4382a916873c189c854686b016bb Signed-off-by: Arnaud Ferraris <[email protected]> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/dev-util/+/6088130 Reviewed-by: George Burgess <[email protected]> Reviewed-by: Allen Xie <[email protected]>