forked from google/security-research
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
23 lines (21 loc) · 1.01 KB
/
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
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/bitly/go-simplejson v0.5.0 // indirect
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.3.2
github.com/google/go-tpm v0.3.3-0.20210409082102-d3310770bfec
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
github.com/mitchellh/go-wordwrap v1.0.1
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
golang.org/x/sys v0.0.0-20210316092937-0b90fd5c4c48 // indirect
golang.org/x/text v0.3.3 // indirect
)