-
Notifications
You must be signed in to change notification settings - Fork 425
/
Copy pathgo.mod
26 lines (23 loc) · 970 Bytes
/
go.mod
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
module github.com/google/security-research/pocs/bios/tpm-carte-blanche
go 1.17
require (
github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2
github.com/basgys/goxml2json v1.1.0
github.com/chrisfenner/pkcs7 v0.0.0-20210603081855-897caa21f9f3
github.com/fatih/color v1.11.0
github.com/google/certificate-transparency-go v1.1.1
github.com/google/go-attestation v0.4.0
github.com/google/go-tpm v0.3.3-0.20210409082102-d3310770bfec
github.com/mitchellh/go-wordwrap v1.0.1
)
require (
github.com/bitly/go-simplejson v0.5.0 // indirect
github.com/google/go-tspi v0.2.1-0.20190423175329-115dea689aad // indirect
github.com/hokaccha/go-prettyjson v0.0.0-20210113012101-fb4e108d2519 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.28.0 // indirect
golang.org/x/text v0.21.0 // indirect
)