go-attestation/go.mod
Joe Richey 03018e6828 Remove certificate-transparency-go dependancy
Signed-off-by: Joe Richey <joerichey@google.com>
2022-04-04 13:48:39 -07:00

12 lines
284 B
Modula-2

module github.com/google/go-attestation
go 1.16
require (
github.com/google/go-cmp v0.5.7
github.com/google/go-tpm v0.3.3
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-20210629170331-7dc0b73dc9fb
)