go-attestation/go.mod

13 lines
338 B
Modula-2
Raw Normal View History

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
)