mirror of
https://github.com/google/go-attestation.git
synced 2024-12-19 21:17:58 +00:00
a4b579bcf0
Bumps [github.com/google/go-tpm-tools](https://github.com/google/go-tpm-tools) from 0.3.9 to 0.3.12. - [Release notes](https://github.com/google/go-tpm-tools/releases) - [Commits](https://github.com/google/go-tpm-tools/compare/v0.3.9...v0.3.12) --- 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>
17 lines
374 B
Modula-2
17 lines
374 B
Modula-2
module github.com/google/go-attestation
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.5.9
|
|
github.com/google/go-tpm v0.3.3
|
|
github.com/google/go-tpm-tools v0.3.12
|
|
github.com/google/go-tspi v0.3.0
|
|
golang.org/x/sys v0.8.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/certificate-transparency-go v1.1.2 // indirect
|
|
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
|
|
)
|