mirror of
https://github.com/google/go-attestation.git
synced 2024-12-19 21:17:58 +00:00
d114f3922f
--501de37b33
by Brandon Weeks <bweeks@google.com>: Restore changes accidentally reverted during reconciliation COPYBARA_INTEGRATE_REVIEW=https://github.com/google/go-attestation/pull/256 from brandonweeks:fix_reconciliation501de37b33
PiperOrigin-RevId: 415128139
15 lines
475 B
Modula-2
15 lines
475 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.2.1
|
|
github.com/google/go-tspi v0.2.1-0.20190423175329-115dea689aad
|
|
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b // indirect
|
|
golang.org/x/sys v0.0.0-20210316092937-0b90fd5c4c48
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
)
|