mirror of
https://github.com/google/go-attestation.git
synced 2024-12-20 05:28:22 +00:00
21f642c3c7
--54a86af398
by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>: Bump github.com/google/go-tpm-tools from 0.2.1 to 0.3.1 Bumps [github.com/google/go-tpm-tools](https://github.com/google/go-tpm-tools) from 0.2.1 to 0.3.1. - [Release notes](https://github.com/google/go-tpm-tools/releases) - [Commits](https://github.com/google/go-tpm-tools/compare/v0.2.1...v0.3.1) --- updated-dependencies: - dependency-name: github.com/google/go-tpm-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> COPYBARA_INTEGRATE_REVIEW=https://github.com/google/go-attestation/pull/250 from google:dependabot/go_modules/github.com/google/go-tpm-tools-0.3.154a86af398
PiperOrigin-RevId: 415136926
13 lines
338 B
Modula-2
13 lines
338 B
Modula-2
module github.com/google/go-attestation
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/google/certificate-transparency-go v1.1.1
|
|
github.com/google/go-cmp v0.5.5
|
|
github.com/google/go-tpm v0.3.2
|
|
github.com/google/go-tpm-tools v0.3.1
|
|
github.com/google/go-tspi v0.2.1-0.20190423175329-115dea689aad
|
|
golang.org/x/sys v0.0.0-20210316092937-0b90fd5c4c48
|
|
)
|