Skip to content

Commit

Permalink
build(deps): bump the go group with 1 update
Browse files Browse the repository at this point in the history
Bumps the go group with 1 update: [github.com/google/go-tpm](https://github.com/google/go-tpm).


Updates `github.com/google/go-tpm` from 0.3.3 to 0.9.0
- [Release notes](https://github.com/google/go-tpm/releases)
- [Commits](google/go-tpm@v0.3.3...v0.9.0)

---
updated-dependencies:
- dependency-name: github.com/google/go-tpm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 7, 2024
1 parent 673929e commit 61a1a1e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 177 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21

require (
github.com/fxamacker/cbor/v2 v2.6.0
github.com/google/go-tpm v0.3.3
github.com/google/go-tpm v0.9.0
github.com/google/uuid v1.6.0
github.com/stretchr/testify v1.9.0
gopkg.in/square/go-jose.v2 v2.6.0
Expand All @@ -15,6 +15,6 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7 // indirect
golang.org/x/sys v0.0.0-20210629170331-7dc0b73dc9fb // indirect
golang.org/x/sys v0.8.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit 61a1a1e

Please sign in to comment.