23 lines
906 B
Modula-2
23 lines
906 B
Modula-2
|
|
module ma
|
||
|
|
|
||
|
|
go 1.16
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/LukeMauldin/lodbc v0.0.0-20130219161755-59316a7de9d4
|
||
|
|
github.com/OwnLocal/goes v1.0.0 // indirect
|
||
|
|
github.com/alexbrainman/odbc v0.0.0-20210605012845-39f8520b0d5f // indirect
|
||
|
|
github.com/astaxie/beego v1.12.3
|
||
|
|
github.com/denisenkom/go-mssqldb v0.11.0 // indirect
|
||
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
||
|
|
github.com/mattn/go-adodb v0.0.1
|
||
|
|
github.com/mattn/go-sqlite3 v2.0.3+incompatible
|
||
|
|
github.com/satori/go.uuid v1.2.0
|
||
|
|
github.com/shopspring/decimal v1.3.1 // indirect
|
||
|
|
github.com/siddontang/go v0.0.0-20180604090527-bdc77568d726 // indirect
|
||
|
|
github.com/siddontang/ledisdb v0.0.0-20181029004158-becf5f38d373 // indirect
|
||
|
|
github.com/tealeg/xlsx v1.0.5
|
||
|
|
github.com/weigj/go-odbc v0.0.0-20120414035027-f09eefba7e19 // indirect
|
||
|
|
gitlab.com/stone.code/odbc3-go v0.0.0-20140130212748-f9bdfa0350f2 // indirect
|
||
|
|
golang.org/x/net v0.0.0-20211020060615-d418f374d309
|
||
|
|
)
|