go-attestation/go.mod
dependabot[bot] 5d68dfee1b
Bump github.com/google/go-tpm from 0.9.0 to 0.9.1 (#375)
Bumps [github.com/google/go-tpm](https://github.com/google/go-tpm) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/google/go-tpm/releases)
- [Commits](https://github.com/google/go-tpm/compare/v0.9.0...v0.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10 09:58:30 -07:00

20 lines
421 B
Modula-2

module github.com/google/go-attestation
go 1.22
toolchain go1.22.3
require (
github.com/google/go-cmp v0.6.0
github.com/google/go-tpm v0.9.1
github.com/google/go-tpm-tools v0.4.4
github.com/google/go-tspi v0.3.0
golang.org/x/sys v0.21.0
)
require (
github.com/google/certificate-transparency-go v1.1.2 // indirect
github.com/google/go-configfs-tsm v0.2.2 // indirect
golang.org/x/crypto v0.17.0 // indirect
)