go-attestation/go.mod

20 lines
421 B
Modula-2
Raw Permalink Normal View History

module github.com/google/go-attestation
go 1.22
toolchain go1.22.3
require (
github.com/google/go-cmp v0.6.0
github.com/google/go-tpm v0.9.1
github.com/google/go-tpm-tools v0.4.4
github.com/google/go-tspi v0.3.0
golang.org/x/sys v0.28.0
)
2023-05-22 17:52:09 +00:00
require (
github.com/google/certificate-transparency-go v1.1.2 // indirect
github.com/google/go-configfs-tsm v0.2.2 // indirect
golang.org/x/crypto v0.31.0 // indirect
2023-05-22 17:52:09 +00:00
)