20 lines
632 B
Modula-2
20 lines
632 B
Modula-2
module deescloud
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/LukeMauldin/lodbc v0.0.0-20130219161755-59316a7de9d4
|
|
github.com/astaxie/beego v1.12.3
|
|
github.com/denisenkom/go-mssqldb v0.11.0
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/lionsoul2014/ip2region/binding/golang v0.0.0-20230415042440-a5e3d8259ae0
|
|
github.com/mattn/go-adodb v0.0.1
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
|
github.com/rickar/cal/v2 v2.1.27 // indirect
|
|
github.com/satori/go.uuid v1.2.0
|
|
github.com/shopspring/decimal v1.3.1
|
|
github.com/signintech/gopdf v0.17.1
|
|
github.com/tealeg/xlsx v1.0.5
|
|
golang.org/x/net v0.0.0-20211020060615-d418f374d309
|
|
)
|