feat: 🎉 first commit

This commit is contained in:
2023-03-19 21:14:24 +01:00
commit 6adb2bb175
5 changed files with 153 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
module github.com/zepyrshut/excel2struct
go 1.20
require github.com/xuri/excelize/v2 v2.7.0
require (
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
github.com/richardlehane/mscfb v1.0.4 // indirect
github.com/richardlehane/msoleps v1.0.3 // indirect
github.com/xuri/efp v0.0.0-20220603152613-6918739fd470 // indirect
github.com/xuri/nfp v0.0.0-20220409054826-5e722a1d9e22 // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/text v0.6.0 // indirect
)