Fixed for change in data output
This commit is contained in:
2
go.mod
2
go.mod
@@ -3,12 +3,12 @@ module github.com/robviren/xl
|
||||
go 1.17
|
||||
|
||||
require (
|
||||
github.com/jmoiron/sqlx v1.3.4
|
||||
github.com/mattn/go-sqlite3 v1.14.8
|
||||
github.com/xuri/excelize/v2 v2.4.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/jmoiron/sqlx v1.3.4 // indirect
|
||||
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
||||
github.com/richardlehane/mscfb v1.0.3 // indirect
|
||||
github.com/richardlehane/msoleps v1.0.1 // indirect
|
||||
|
||||
Reference in New Issue
Block a user