File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,9 +3,10 @@ module github.com/linuxboot/fiano
33go 1.16
44
55require (
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)
You can’t perform that action at this time.
0 commit comments