go-attestation/go.mod
Eric Chiang 7b7e21da78 attest: update go-tpm and switch hash method
go-tpm recently removed Algorithm.HashConstructor() in favor of
Algorithm.Hash(). Update go-tpm dependency and use the new method.
2019-10-18 10:39:55 -04:00

13 lines
434 B
Modula-2

module github.com/google/go-attestation
go 1.12
require (
github.com/google/certificate-transparency-go v1.0.22-0.20190605205155-41fc2ef3a2a8
github.com/google/go-tpm v0.2.1-0.20191015210219-431489f43254
github.com/google/go-tpm-tools v0.1.1
github.com/google/go-tspi v0.2.1-0.20190423175329-115dea689aad
golang.org/x/crypto v0.0.0-20190911031432-227b76d455e7 // indirect
golang.org/x/sys v0.0.0-20190919044723-0c1ff786ef13
)