-
Notifications
You must be signed in to change notification settings - Fork 95
Expand file tree
/
Copy pathgo.mod
More file actions
29 lines (24 loc) · 959 Bytes
/
go.mod
File metadata and controls
29 lines (24 loc) · 959 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
module github.com/google/go-tpm-tools
go 1.24.0
toolchain go1.24.13
require (
github.com/GoogleCloudPlatform/confidential-space/server v0.0.0-20260307011055-895ec9019dd7
github.com/google/go-attestation v0.5.1
github.com/google/go-cmp v0.7.0
github.com/google/go-sev-guest v0.14.0
github.com/google/go-tdx-guest v0.3.2-0.20250814004405-ffb0869e6f4d
github.com/google/go-tpm v0.9.6
github.com/google/logger v1.1.1
google.golang.org/protobuf v1.36.11
)
require github.com/google/go-configfs-tsm v0.3.3-0.20240919001351-b4b5b84fdcbc // indirect
require (
github.com/google/certificate-transparency-go v1.1.2 // indirect
github.com/google/go-eventlog v0.0.3-0.20260305053119-5cd85087f9f9
github.com/google/go-tspi v0.3.0 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/stretchr/testify v1.9.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.45.0 // indirect
golang.org/x/sys v0.38.0 // indirect
)