Skip to content

Commit 2710d0d

Browse files
renovate[bot]opentelemetrybotcodeboten
authored
Update module github.com/google/go-tpm to v0.9.4 (#12966)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/google/go-tpm](https://redirect.github.com/google/go-tpm) | `v0.9.3` -> `v0.9.4` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fgo-tpm/v0.9.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgoogle%2fgo-tpm/v0.9.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgoogle%2fgo-tpm/v0.9.3/v0.9.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoogle%2fgo-tpm/v0.9.3/v0.9.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>google/go-tpm (github.com/google/go-tpm)</summary> ### [`v0.9.4`](https://redirect.github.com/google/go-tpm/releases/tag/v0.9.4) [Compare Source](https://redirect.github.com/google/go-tpm/compare/v0.9.3...v0.9.4) #### What's Changed - Tolerate differences in RSA private key libraries by [@&#8203;chrisfenner](https://redirect.github.com/chrisfenner) in [https://github.com/google/go-tpm/pull/383](https://redirect.github.com/google/go-tpm/pull/383) - Add TPM2\_HMAC implementation by [@&#8203;ludi317](https://redirect.github.com/ludi317) in [https://github.com/google/go-tpm/pull/385](https://redirect.github.com/google/go-tpm/pull/385) - Improve TPMUSymKeyBits and TPMUSymMode by [@&#8203;AlexandreEXFO](https://redirect.github.com/AlexandreEXFO) in [https://github.com/google/go-tpm/pull/384](https://redirect.github.com/google/go-tpm/pull/384) - Implement TCP TPM protocol by [@&#8203;chrisfenner](https://redirect.github.com/chrisfenner) in [https://github.com/google/go-tpm/pull/387](https://redirect.github.com/google/go-tpm/pull/387) - tpm2: Fix typo in MakeCredential cmd by [@&#8203;loicsikidi](https://redirect.github.com/loicsikidi) in [https://github.com/google/go-tpm/pull/391](https://redirect.github.com/google/go-tpm/pull/391) - TPM2\_PCR_Allocate support by [@&#8203;zhsh](https://redirect.github.com/zhsh) in [https://github.com/google/go-tpm/pull/394](https://redirect.github.com/google/go-tpm/pull/394) - Check for padding bytes in EK cert by [@&#8203;dwaynebradley](https://redirect.github.com/dwaynebradley) in [https://github.com/google/go-tpm/pull/397](https://redirect.github.com/google/go-tpm/pull/397) - add support for ECMQV by [@&#8203;chrisfenner](https://redirect.github.com/chrisfenner) in [https://github.com/google/go-tpm/pull/399](https://redirect.github.com/google/go-tpm/pull/399) #### New Contributors - [@&#8203;ludi317](https://redirect.github.com/ludi317) made their first contribution in [https://github.com/google/go-tpm/pull/385](https://redirect.github.com/google/go-tpm/pull/385) - [@&#8203;loicsikidi](https://redirect.github.com/loicsikidi) made their first contribution in [https://github.com/google/go-tpm/pull/391](https://redirect.github.com/google/go-tpm/pull/391) - [@&#8203;zhsh](https://redirect.github.com/zhsh) made their first contribution in [https://github.com/google/go-tpm/pull/394](https://redirect.github.com/google/go-tpm/pull/394) - [@&#8203;dwaynebradley](https://redirect.github.com/dwaynebradley) made their first contribution in [https://github.com/google/go-tpm/pull/397](https://redirect.github.com/google/go-tpm/pull/397) **Full Changelog**: google/go-tpm@v0.9.3...v0.9.4 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Alex Boten <[email protected]>
1 parent be3d5f0 commit 2710d0d

File tree

24 files changed

+37
-37
lines changed

24 files changed

+37
-37
lines changed

cmd/otelcorecol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ require (
5151
github.com/gobwas/glob v0.2.3 // indirect
5252
github.com/gogo/protobuf v1.3.2 // indirect
5353
github.com/golang/snappy v1.0.0 // indirect
54-
github.com/google/go-tpm v0.9.3 // indirect
54+
github.com/google/go-tpm v0.9.4 // indirect
5555
github.com/google/uuid v1.6.0 // indirect
5656
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
5757
github.com/hashicorp/go-version v1.7.0 // indirect

cmd/otelcorecol/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/configgrpc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ require (
3535
github.com/go-logr/stdr v1.2.2 // indirect
3636
github.com/gogo/protobuf v1.3.2 // indirect
3737
github.com/golang/snappy v0.0.4 // indirect
38-
github.com/google/go-tpm v0.9.3 // indirect
38+
github.com/google/go-tpm v0.9.4 // indirect
3939
github.com/google/uuid v1.6.0 // indirect
4040
github.com/hashicorp/go-version v1.7.0 // indirect
4141
github.com/json-iterator/go v1.1.12 // indirect

config/configgrpc/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/confighttp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ require (
3737
github.com/go-logr/logr v1.4.2 // indirect
3838
github.com/go-logr/stdr v1.2.2 // indirect
3939
github.com/gogo/protobuf v1.3.2 // indirect
40-
github.com/google/go-tpm v0.9.3 // indirect
40+
github.com/google/go-tpm v0.9.4 // indirect
4141
github.com/google/uuid v1.6.0 // indirect
4242
github.com/hashicorp/go-version v1.7.0 // indirect
4343
github.com/pmezard/go-difflib v1.0.0 // indirect

config/confighttp/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/confighttp/xconfighttp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ require (
2020
github.com/go-logr/stdr v1.2.2 // indirect
2121
github.com/gogo/protobuf v1.3.2 // indirect
2222
github.com/golang/snappy v1.0.0 // indirect
23-
github.com/google/go-tpm v0.9.3 // indirect
23+
github.com/google/go-tpm v0.9.4 // indirect
2424
github.com/google/uuid v1.6.0 // indirect
2525
github.com/hashicorp/go-version v1.7.0 // indirect
2626
github.com/klauspost/compress v1.18.0 // indirect

config/confighttp/xconfighttp/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/configtls/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23.0
55
require (
66
github.com/foxboron/go-tpm-keyfiles v0.0.0-20250323135004-b31fac66206e
77
github.com/fsnotify/fsnotify v1.9.0
8-
github.com/google/go-tpm v0.9.3
8+
github.com/google/go-tpm v0.9.4
99
github.com/stretchr/testify v1.10.0
1010
go.opentelemetry.io/collector/config/configopaque v1.31.0
1111
)

config/configtls/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/otlpexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ require (
4242
github.com/gobwas/glob v0.2.3 // indirect
4343
github.com/gogo/protobuf v1.3.2 // indirect
4444
github.com/golang/snappy v0.0.4 // indirect
45-
github.com/google/go-tpm v0.9.3 // indirect
45+
github.com/google/go-tpm v0.9.4 // indirect
4646
github.com/google/uuid v1.6.0 // indirect
4747
github.com/hashicorp/go-version v1.7.0 // indirect
4848
github.com/json-iterator/go v1.1.12 // indirect

exporter/otlpexporter/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

exporter/otlphttpexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ require (
4141
github.com/gobwas/glob v0.2.3 // indirect
4242
github.com/gogo/protobuf v1.3.2 // indirect
4343
github.com/golang/snappy v1.0.0 // indirect
44-
github.com/google/go-tpm v0.9.3 // indirect
44+
github.com/google/go-tpm v0.9.4 // indirect
4545
github.com/google/uuid v1.6.0 // indirect
4646
github.com/hashicorp/go-version v1.7.0 // indirect
4747
github.com/json-iterator/go v1.1.12 // indirect

exporter/otlphttpexporter/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extension/zpagesextension/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/gobwas/glob v0.2.3 // indirect
3232
github.com/gogo/protobuf v1.3.2 // indirect
3333
github.com/golang/snappy v1.0.0 // indirect
34-
github.com/google/go-tpm v0.9.3 // indirect
34+
github.com/google/go-tpm v0.9.4 // indirect
3535
github.com/google/uuid v1.6.0 // indirect
3636
github.com/hashicorp/go-version v1.7.0 // indirect
3737
github.com/klauspost/compress v1.18.0 // indirect

extension/zpagesextension/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ require (
5555
github.com/gobwas/glob v0.2.3 // indirect
5656
github.com/gogo/protobuf v1.3.2 // indirect
5757
github.com/golang/snappy v1.0.0 // indirect
58-
github.com/google/go-tpm v0.9.3 // indirect
58+
github.com/google/go-tpm v0.9.4 // indirect
5959
github.com/google/uuid v1.6.0 // indirect
6060
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
6161
github.com/hashicorp/go-version v1.7.0 // indirect

internal/e2e/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

otelcol/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

otelcol/otelcoltest/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

receiver/otlpreceiver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ require (
5050
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
5151
github.com/gobwas/glob v0.2.3 // indirect
5252
github.com/golang/snappy v1.0.0 // indirect
53-
github.com/google/go-tpm v0.9.3 // indirect
53+
github.com/google/go-tpm v0.9.4 // indirect
5454
github.com/google/uuid v1.6.0 // indirect
5555
github.com/hashicorp/go-version v1.7.0 // indirect
5656
github.com/json-iterator/go v1.1.12 // indirect

receiver/otlpreceiver/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ require (
7676
github.com/gobwas/glob v0.2.3 // indirect
7777
github.com/gogo/protobuf v1.3.2 // indirect
7878
github.com/golang/snappy v1.0.0 // indirect
79-
github.com/google/go-tpm v0.9.3 // indirect
79+
github.com/google/go-tpm v0.9.4 // indirect
8080
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
8181
github.com/hashicorp/go-version v1.7.0 // indirect
8282
github.com/inconshreveable/mousetrap v1.1.0 // indirect

service/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)