@@ -5,19 +5,22 @@ go 1.17
5
5
require (
6
6
github.com/TylerBrock/colorjson v0.0.0-20200706003622-8a50f05110d2
7
7
github.com/basgys/goxml2json v1.1.0
8
- github.com/bitly/go-simplejson v0.5.0 // indirect
9
8
github.com/chrisfenner/pkcs7 v0.0.0-20210603081855-897caa21f9f3
10
9
github.com/fatih/color v1.11.0
11
10
github.com/google/certificate-transparency-go v1.1.1
12
- github.com/google/go-attestation v0.3.2
11
+ github.com/google/go-attestation v0.4.0
13
12
github.com/google/go-tpm v0.3.3-0.20210409082102-d3310770bfec
13
+ github.com/mitchellh/go-wordwrap v1.0.1
14
+ )
15
+
16
+ require (
17
+ github.com/bitly/go-simplejson v0.5.0 // indirect
14
18
github.com/google/go-tspi v0.2.1-0.20190423175329-115dea689aad // indirect
15
19
github.com/hokaccha/go-prettyjson v0.0.0-20210113012101-fb4e108d2519 // indirect
16
20
github.com/mattn/go-colorable v0.1.8 // indirect
17
21
github.com/mattn/go-isatty v0.0.12 // indirect
18
- github.com/mitchellh/go-wordwrap v1.0.1
19
- golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b // indirect
20
- golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
21
- golang.org/x/sys v0.0.0-20210316092937-0b90fd5c4c48 // indirect
22
- golang.org/x/text v0.3.3 // indirect
22
+ golang.org/x/crypto v0.31.0 // indirect
23
+ golang.org/x/net v0.21.0 // indirect
24
+ golang.org/x/sys v0.28.0 // indirect
25
+ golang.org/x/text v0.21.0 // indirect
23
26
)
0 commit comments