Skip to content

Commit 02de48c

Browse files
committed
[pkg/amd] Remove dependency on converged-security-suite
Signed-off-by: Dmitrii Okunev <xaionaro@meta.com>
1 parent b191cd4 commit 02de48c

4 files changed

Lines changed: 31 additions & 758 deletions

File tree

go.mod

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ module github.com/linuxboot/fiano
33
go 1.16
44

55
require (
6-
github.com/9elements/converged-security-suite/v2 v2.7.0
76
github.com/dustin/go-humanize v1.0.0
87
github.com/fatih/camelcase v1.0.0
8+
github.com/fatih/structtag v1.2.0 // indirect
9+
github.com/google/go-cmp v0.5.8 // indirect
910
github.com/hashicorp/go-multierror v1.1.1
1011
github.com/jedib0t/go-pretty/v6 v6.4.6
1112
github.com/klauspost/compress v1.13.6
@@ -17,5 +18,8 @@ require (
1718
github.com/ulikunitz/xz v0.5.11
1819
github.com/xaionaro-go/bytesextra v0.0.0-20220103144954-846e454ddea9
1920
github.com/xaionaro-go/gosrc v0.0.0-20201124181305-3fdf8476a735
21+
github.com/xaionaro-go/unsafetools v0.0.0-20210722164218-75ba48cf7b3c // indirect
22+
golang.org/x/sys v0.4.0 // indirect
2023
golang.org/x/text v0.6.0
24+
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2125
)

0 commit comments

Comments
 (0)