10 lines
209 B
Modula-2
10 lines
209 B
Modula-2
module git.ecogood.org/andreas.schroepfer/excelConverter
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/360EntSecGroup-Skylar/excelize/v2 v2.3.2
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/matryer/is v1.4.0
|
|
)
|