1 Star 1 Fork 0

topxeq / gox

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
go.mod 2.22 KB
一键复制 编辑 原始数据 按行查看 历史
unknown 提交于 2022-03-10 16:17 . 2022031003
module github.com/topxeq/gox
go 1.14
require (
github.com/TheTitanrain/w32 v0.0.0-20200114052255-2654d97dbd3d // indirect
github.com/ajstarks/svgo v0.0.0-20200725142600-7a3c8b57fecb // indirect
github.com/beevik/etree v1.1.1-0.20200718192613-4a2f8b9d084c // indirect
github.com/denisenkom/go-mssqldb v0.10.0
github.com/go-sql-driver/mysql v1.6.0
github.com/godror/godror v0.31.1-0.20220304150828-9df83c110931
github.com/gopherjs/gopherjs v0.0.0-20220221023154-0b2280d3ff96 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-sqlite3 v2.0.3+incompatible
github.com/stretchr/objx v0.3.0 // indirect
github.com/topxeq/charlang v0.0.0-20220308001517-79d2b54a8942
github.com/topxeq/dialog v0.0.0-20211124003827-315c3296b533
github.com/topxeq/dlgs v0.0.0-20220223083937-4d3036aff547
github.com/topxeq/go-sciter v0.0.0-20211221081058-795e1f32ae3d
github.com/topxeq/imagetk v0.0.0-20210112052041-d3bf39e7174f // indirect
github.com/topxeq/qlang v0.0.0
github.com/topxeq/sqltk v0.0.0-20220228051745-2503a98a4e47
github.com/topxeq/tk v1.0.1
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
gonum.org/v1/plot v0.8.2-0.20210109212805-a636e72ce5af // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
)
//replace github.com/360EntSecGroup-Skylar/excelize v1.4.1 => github.com/360EntSecGroup-Skylar/excelize/v2 v2.3.2
// replace github.com/360EntSecGroup-Skylar/excelize v1.4.1 => github.com/xuri/excelize/v2 v2.4.1
// replace github.com/360EntSecGroup-Skylar/excelize/v2 v2.3.2 => github.com/360EntSecGroup-Skylar/excelize v1.4.1
replace github.com/topxeq/tk v1.0.1 => ../tk
// replace github.com/topxeq/xmlx v0.2.0 => ../xmlx
// replace github.com/topxeq/sqltk v0.0.0 => ../sqltk
replace github.com/topxeq/qlang v0.0.0 => ../qlang
// replace github.com/topxeq/text v0.0.0 => ../text
// replace github.com/topxeq/charlang v0.0.0 => ../charlang
// replace github.com/topxeq/dialog v0.0.0 => ../../topxeq/dialog
// replace github.com/topxeq/goph v0.0.0 => ../goph
// replace github.com/topxeq/go-sciter v0.0.0 => ../go-sciter
// replace github.com/topxeq/gods v0.0.0 => ../gods
Go
1
https://gitee.com/topxeq/gox.git
git@gitee.com:topxeq/gox.git
topxeq
gox
gox
master

搜索帮助