Skip to content

Commit 7d3d865

Browse files
committed
WIP: Go 1.18
Signed-off-by: Daniel Maslowski <info@orangecms.org>
1 parent bbe47d6 commit 7d3d865

2 files changed

Lines changed: 11 additions & 275 deletions

File tree

go.mod

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
module github.com/linuxboot/fiano
22

3-
go 1.16
3+
go 1.18
44

55
require (
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+
)

0 commit comments

Comments
 (0)