-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathgo.mod
61 lines (57 loc) · 2.61 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
module github.com/9elements/converged-security-suite/v2
go 1.22
toolchain go1.22.2
require (
github.com/9elements/go-linux-lowlevel-hw v0.0.0-20240812193855-7e0a5df7e2d0
github.com/alecthomas/kong v0.7.1
github.com/bxcodec/faker v2.0.1+incompatible
github.com/davecgh/go-spew v1.1.1
github.com/digitalocean/go-smbios v0.0.0-20180907143718-390a4f403a8e
github.com/edsrzf/mmap-go v1.1.0
github.com/facebookincubator/go-belt v0.0.0-20230703220829-b6b46c95ec1f
github.com/fearful-symmetry/gomsr v0.0.1
github.com/go-ng/slices v0.0.0-20230703171042-6195d35636a2
github.com/go-ng/xmath v0.0.0-20230704233441-028f5ea62335
github.com/golang-collections/go-datastructures v0.0.0-20150211160725-59788d5eb259
github.com/google/go-attestation v0.5.1
github.com/google/go-tpm v0.9.1
github.com/google/uuid v1.3.0
github.com/hashicorp/go-multierror v1.1.1
github.com/linuxboot/fiano v1.2.0
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/marcoguerri/go-tpm-tcti v0.0.0-20210425104733-8e8c8fe68e60
github.com/sirupsen/logrus v1.9.3
github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3
github.com/stretchr/testify v1.8.4
github.com/tidwall/pretty v1.2.1
github.com/ulikunitz/xz v0.5.11
github.com/xaionaro-facebook/go-dmidecode v0.0.0-20220413144237-c42d5bef2498
github.com/xaionaro-go/bytesextra v0.0.0-20220103144954-846e454ddea9
github.com/xaionaro-go/unhash v0.0.0-20230427202706-0195a574c620
github.com/xaionaro-go/unsafetools v0.0.0-20210722164218-75ba48cf7b3c
golang.org/x/exp v0.0.0-20230626212559-97b1e661b5df
golang.org/x/term v0.15.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/DataDog/gostackparse v0.6.0 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/go-ng/sort v0.0.0-20220617173827-2cc7cd04f7c7 // indirect
github.com/go-ng/xatomic v0.0.0-20230519181013-85c0ec87e55f // indirect
github.com/go-ng/xsort v0.0.0-20220617174223-1d146907bccc // indirect
github.com/godbus/dbus/v5 v5.0.4 // indirect
github.com/google/certificate-transparency-go v1.1.2 // indirect
github.com/google/go-tspi v0.3.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/intel-go/cpuid v0.0.0-20220614022739-219e067757cb // indirect
github.com/jedib0t/go-pretty/v6 v6.4.6 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/tjfoc/gmsm v1.4.1 // indirect
golang.org/x/crypto v0.17.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
)