mirror of
https://github.com/google/go-attestation.git
synced 2025-05-31 06:21:05 +00:00
Some checks failed
CodeQL / Analyze (go) (push) Has been cancelled
Test / test-linux (1.24.x) (push) Has been cancelled
Test / test-linux-tpm12 (1.24.x) (push) Has been cancelled
Test / test-macos (1.24.x) (push) Has been cancelled
Test / test-windows (1.24.x) (push) Has been cancelled
20 lines
397 B
Modula-2
20 lines
397 B
Modula-2
module github.com/google/go-attestation
|
|
|
|
go 1.24
|
|
|
|
toolchain go1.24.1
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.7.0
|
|
github.com/google/go-tpm v0.9.4
|
|
github.com/google/go-tpm-tools v0.4.5
|
|
github.com/google/go-tspi v0.3.0
|
|
go.uber.org/multierr v1.11.0
|
|
golang.org/x/sys v0.33.0
|
|
)
|
|
|
|
require (
|
|
github.com/google/certificate-transparency-go v1.1.2 // indirect
|
|
golang.org/x/crypto v0.35.0 // indirect
|
|
)
|