go-attestation/go.mod
Tom D 6fede8c9ab
Remove ekcert blacklist. (#37)
* Fix broken build on windows.

* Remove cert blacklist now that certtransparency parsing is laxer by default.
2019-06-17 09:49:16 -07:00

14 lines
467 B
Modula-2

module github.com/google/go-attestation
go 1.12
require (
github.com/golang/protobuf v1.3.1
github.com/google/certificate-transparency-go v1.0.22-0.20190605205155-41fc2ef3a2a8
github.com/google/go-tpm v0.1.2-0.20190430183152-dcb1ada1f875
github.com/google/go-tpm-tools v0.0.0-20190328013357-5d2fd7f4b3e5
github.com/google/go-tspi v0.2.0
golang.org/x/crypto v0.0.0-20190422183909-d864b10871cd // indirect
golang.org/x/sys v0.0.0-20190429190828-d89cdac9e872
)