Skip to content

Commit fc890e9

Browse files
fix(deps): update module github.com/google/go-tpm to v0.9.8 (#14334)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/google/go-tpm](https://redirect.github.com/google/go-tpm) | `v0.9.7` -> `v0.9.8` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fgo-tpm/v0.9.8?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoogle%2fgo-tpm/v0.9.7/v0.9.8?slim=true) | --- > [!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.8`](https://redirect.github.com/google/go-tpm/releases/tag/v0.9.8) [Compare Source](https://redirect.github.com/google/go-tpm/compare/v0.9.7...v0.9.8) #### What's Changed - Support HMAC Session in ReadPublic by [@&#8203;loicsikidi](https://redirect.github.com/loicsikidi) in [#&#8203;418](https://redirect.github.com/google/go-tpm/pull/418) - fix weird typo in name for TPM\_RC\_HIERARCHY by [@&#8203;chrisfenner](https://redirect.github.com/chrisfenner) in [#&#8203;421](https://redirect.github.com/google/go-tpm/pull/421) **Full Changelog**: <google/go-tpm@v0.9.7...v0.9.8> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi41OS4wIiwidXBkYXRlZEluVmVyIjoiNDIuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
1 parent a9aaa99 commit fc890e9

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.7 // indirect
51+
github.com/google/go-tpm v0.9.8 // 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
@@ -38,7 +38,7 @@ require (
3838
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
3939
github.com/gobwas/glob v0.2.3 // indirect
4040
github.com/golang/snappy v0.0.4 // indirect
41-
github.com/google/go-tpm v0.9.7 // indirect
41+
github.com/google/go-tpm v0.9.8 // indirect
4242
github.com/google/uuid v1.6.0 // indirect
4343
github.com/hashicorp/go-version v1.8.0 // indirect
4444
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
@@ -42,7 +42,7 @@ require (
4242
github.com/go-logr/stdr v1.2.2 // indirect
4343
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
4444
github.com/gobwas/glob v0.2.3 // indirect
45-
github.com/google/go-tpm v0.9.7 // indirect
45+
github.com/google/go-tpm v0.9.8 // indirect
4646
github.com/google/uuid v1.6.0 // indirect
4747
github.com/hashicorp/go-version v1.8.0 // indirect
4848
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
@@ -22,7 +22,7 @@ require (
2222
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
2323
github.com/gobwas/glob v0.2.3 // indirect
2424
github.com/golang/snappy v1.0.0 // indirect
25-
github.com/google/go-tpm v0.9.7 // indirect
25+
github.com/google/go-tpm v0.9.8 // indirect
2626
github.com/google/uuid v1.6.0 // indirect
2727
github.com/hashicorp/go-version v1.8.0 // indirect
2828
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.7
8+
github.com/google/go-tpm v0.9.8
99
github.com/stretchr/testify v1.11.1
1010
go.opentelemetry.io/collector/config/configopaque v1.48.0
1111
go.opentelemetry.io/collector/confmap/xconfmap v0.142.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)