Skip to content

Commit a9691ee

Browse files
renovate[bot]otelbot[bot]songy23
authored
fix(deps): update module github.com/google/go-tpm to v0.9.7 (open-telemetry#14145)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/google/go-tpm](https://redirect.github.com/google/go-tpm) | `v0.9.6` -> `v0.9.7` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fgo-tpm/v0.9.7?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.6/v0.9.7?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.7`](https://redirect.github.com/google/go-tpm/releases/tag/v0.9.7) [Compare Source](https://redirect.github.com/google/go-tpm/compare/v0.9.6...v0.9.7) #### What's Changed - feat: add marshal/unmarshall to command/response by [@&open-telemetry#8203;loicsikidi](https://redirect.github.com/loicsikidi) in [#&open-telemetry#8203;415](https://redirect.github.com/google/go-tpm/pull/415) **Full Changelog**: <google/go-tpm@v0.9.6...v0.9.7> </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <[email protected]> Co-authored-by: Yang Song <[email protected]>
1 parent c503bb1 commit a9691ee

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
@@ -48,7 +48,7 @@ require (
4848
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
4949
github.com/gobwas/glob v0.2.3 // indirect
5050
github.com/golang/snappy v1.0.0 // indirect
51-
github.com/google/go-tpm v0.9.6 // indirect
51+
github.com/google/go-tpm v0.9.7 // indirect
5252
github.com/google/uuid v1.6.0 // indirect
5353
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
5454
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2 // 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
@@ -37,7 +37,7 @@ require (
3737
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
3838
github.com/gobwas/glob v0.2.3 // indirect
3939
github.com/golang/snappy v0.0.4 // indirect
40-
github.com/google/go-tpm v0.9.6 // indirect
40+
github.com/google/go-tpm v0.9.7 // indirect
4141
github.com/google/uuid v1.6.0 // indirect
4242
github.com/hashicorp/go-version v1.7.0 // indirect
4343
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
@@ -39,7 +39,7 @@ require (
3939
github.com/go-logr/stdr v1.2.2 // indirect
4040
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
4141
github.com/gobwas/glob v0.2.3 // indirect
42-
github.com/google/go-tpm v0.9.6 // indirect
42+
github.com/google/go-tpm v0.9.7 // indirect
4343
github.com/google/uuid v1.6.0 // indirect
4444
github.com/hashicorp/go-version v1.7.0 // indirect
4545
github.com/json-iterator/go v1.1.12 // 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
@@ -21,7 +21,7 @@ require (
2121
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
2222
github.com/gobwas/glob v0.2.3 // indirect
2323
github.com/golang/snappy v1.0.0 // indirect
24-
github.com/google/go-tpm v0.9.6 // indirect
24+
github.com/google/go-tpm v0.9.7 // indirect
2525
github.com/google/uuid v1.6.0 // indirect
2626
github.com/hashicorp/go-version v1.7.0 // indirect
2727
github.com/json-iterator/go v1.1.12 // 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.24.0
55
require (
66
github.com/foxboron/go-tpm-keyfiles v0.0.0-20250903184740-5d135037bd4d
77
github.com/fsnotify/fsnotify v1.9.0
8-
github.com/google/go-tpm v0.9.6
8+
github.com/google/go-tpm v0.9.7
99
github.com/stretchr/testify v1.11.1
1010
go.opentelemetry.io/collector/config/configopaque v1.45.0
1111
go.opentelemetry.io/collector/confmap/xconfmap v0.139.0

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.

0 commit comments

Comments
 (0)