Skip to content

Commit e43e22c

Browse files
committed
[pkg/amd] Post-migration fix
Signed-off-by: Dmitrii Okunev <xaionaro@meta.com>
1 parent a839cd9 commit e43e22c

3 files changed

Lines changed: 773 additions & 100 deletions

File tree

go.mod

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,19 @@ module github.com/linuxboot/fiano
33
go 1.16
44

55
require (
6+
github.com/9elements/converged-security-suite/v2 v2.7.0
67
github.com/dustin/go-humanize v1.0.0
78
github.com/fatih/camelcase v1.0.0
8-
github.com/fatih/structtag v1.2.0 // indirect
99
github.com/hashicorp/go-multierror v1.1.1
10+
github.com/jedib0t/go-pretty/v6 v6.4.6
11+
github.com/klauspost/compress v1.13.6
1012
github.com/pierrec/lz4 v2.6.1+incompatible
1113
github.com/spf13/pflag v1.0.5
12-
github.com/stretchr/testify v1.7.0
14+
github.com/stretchr/testify v1.8.1
1315
github.com/tjfoc/gmsm v1.4.1
1416
github.com/u-root/u-root v0.9.0
15-
github.com/ulikunitz/xz v0.5.10
17+
github.com/ulikunitz/xz v0.5.11
1618
github.com/xaionaro-go/bytesextra v0.0.0-20220103144954-846e454ddea9
1719
github.com/xaionaro-go/gosrc v0.0.0-20201124181305-3fdf8476a735
18-
github.com/xaionaro-go/unsafetools v0.0.0-20210722164218-75ba48cf7b3c // indirect
19-
golang.org/x/text v0.3.8
20+
golang.org/x/text v0.6.0
2021
)

0 commit comments

Comments
 (0)