22 lines
405 B
Modula-2
22 lines
405 B
Modula-2
module excel_export
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/flytam/filenamify v1.1.2 // direct
|
|
github.com/spf13/cobra v1.6.1 // direct
|
|
github.com/xuri/excelize/v2 v2.7.1 // direct
|
|
gorm.io/driver/mysql v1.4.5 // direct
|
|
gorm.io/gorm v1.24.3 // direct
|
|
)
|
|
|
|
require (
|
|
github.com/spf13/pflag v1.0.5
|
|
github.com/stretchr/testify v1.8.3
|
|
)
|
|
|
|
require (
|
|
github.com/gin-gonic/gin v1.9.1
|
|
github.com/spf13/viper v1.15.0
|
|
)
|