File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/linuxboot/fiano
22
3- go 1.16
3+ go 1.18
44
55require (
66 github.com/dustin/go-humanize v1.0.0
77 github.com/fatih/camelcase v1.0.0
8- github.com/fatih/structtag v1.2.0 // indirect
98 github.com/hashicorp/go-multierror v1.1.1
109 github.com/spf13/pflag v1.0.5
1110 github.com/stretchr/testify v1.7.0
@@ -14,6 +13,14 @@ require (
1413 github.com/ulikunitz/xz v0.5.10
1514 github.com/xaionaro-go/bytesextra v0.0.0-20220103144954-846e454ddea9
1615 github.com/xaionaro-go/gosrc v0.0.0-20201124181305-3fdf8476a735
17- github.com/xaionaro-go/unsafetools v0.0.0-20210722164218-75ba48cf7b3c // indirect
1816 golang.org/x/text v0.3.7
1917)
18+
19+ require (
20+ github.com/davecgh/go-spew v1.1.1 // indirect
21+ github.com/fatih/structtag v1.2.0 // indirect
22+ github.com/hashicorp/errwrap v1.0.0 // indirect
23+ github.com/pmezard/go-difflib v1.0.0 // indirect
24+ github.com/xaionaro-go/unsafetools v0.0.0-20210722164218-75ba48cf7b3c // indirect
25+ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
26+ )
You can’t perform that action at this time.
0 commit comments