9esec-security-tooling/go.mod

32 lines
1.3 KiB
Modula-2

module github.com/9elements/converged-security-suite/v2
go 1.13
require (
github.com/alecthomas/kong v0.2.11
github.com/creasty/defaults v1.5.1
github.com/dustin/go-humanize v1.0.0
github.com/edsrzf/mmap-go v1.0.0
github.com/fatih/camelcase v1.0.0
github.com/fatih/structtag v1.2.0 // indirect
github.com/fearful-symmetry/gomsr v0.0.1
github.com/golang-collections/go-datastructures v0.0.0-20150211160725-59788d5eb259
github.com/google/go-attestation v0.2.2
github.com/google/go-tpm v0.3.3-0.20210120190357-1ff48daca32f
github.com/google/uuid v1.2.0
github.com/intel-go/cpuid v0.0.0-20200819041909-2aa72927c3e2
github.com/kr/pretty v0.2.1 // indirect
github.com/linuxboot/cbfs v0.0.0-20210504130259-7e6ab4ccb5aa
github.com/linuxboot/fiano v6.0.0-rc.0.20210427094458-991eadf32b6a+incompatible
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/steakknife/hamming v0.0.0-20180906055917-c99c65617cd3
github.com/stretchr/testify v1.6.1
github.com/tidwall/pretty v1.0.2
github.com/tjfoc/gmsm v1.4.0
github.com/ulikunitz/xz v0.5.8
github.com/xaionaro-go/gosrc v0.0.0-20201124181305-3fdf8476a735
github.com/xaionaro-go/unsafetools v0.0.0-20200202162159-021b112c4d30
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
golang.org/x/sys v0.0.0-20210218155724-8ebf48af031b // indirect
)