go-attestation/go.mod
dependabot[bot] e6ab626979
Bump github.com/google/go-tpm-tools from 0.4.2 to 0.4.3 (#364)
Bumps [github.com/google/go-tpm-tools](https://github.com/google/go-tpm-tools) from 0.4.2 to 0.4.3.
- [Release notes](https://github.com/google/go-tpm-tools/releases)
- [Changelog](https://github.com/google/go-tpm-tools/blob/main/.goreleaser.yaml)
- [Commits](https://github.com/google/go-tpm-tools/compare/v0.4.2...v0.4.3)

---
updated-dependencies:
- dependency-name: github.com/google/go-tpm-tools
  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-03-26 16:55:42 +00:00

18 lines
401 B
Modula-2

module github.com/google/go-attestation
go 1.20
require (
github.com/google/go-cmp v0.6.0
github.com/google/go-tpm v0.9.0
github.com/google/go-tpm-tools v0.4.3
github.com/google/go-tspi v0.3.0
golang.org/x/sys v0.18.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
)