2 Star 9 Fork 4

daniel2y / fynex

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
go.mod 2.13 KB
一键复制 编辑 原始数据 按行查看 历史
daniel2y 提交于 2023-06-13 11:25 . clean
module gitee.com/y2h/fynex
go 1.20
replace ImgResizer => gitee.com/barat/imgresizer v0.0.0-20220623021801-2fbe8c87954e
require (
fyne.io/fyne/v2 v2.3.5
gitee.com/y2h/goutil v0.0.0-20230423073438-5ef4fcd79288
github.com/Jacalz/linalg v0.0.1
github.com/andydotxyz/sudokgo v0.0.0-20211229012646-cef0381039aa
github.com/gogf/gf/v2 v2.4.2
github.com/issue9/cnregion v1.2022.0
github.com/liujiawm/gocalendar v1.1.0
github.com/mattn/go-sqlite3 v1.14.17
github.com/sqweek/dialog v0.0.0-20220809060634-e981b270ebbf
github.com/starlight-go/starlight v0.0.0-20181207205707-b06f321544f3
github.com/theriault/maths v0.0.10
github.com/tidwall/celltree v0.1.0
github.com/tidwall/gjson v1.14.4
golang.org/x/image v0.7.0
)
require (
github.com/TheTitanrain/w32 v0.0.0-20180517000239-4f5cfb03fabf // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fredbi/uri v1.0.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/fyne-io/gl-js v0.0.0-20220802150000-8e339395f381 // indirect
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
github.com/go-text/typesetting v0.0.0-20230502123426-87572f5551cf // indirect
github.com/goki/freetype v0.0.0-20220119013949-7a161fd3728c // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/issue9/errwrap v0.3.1 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c // indirect
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect
github.com/stretchr/testify v1.8.3 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/yuin/goldmark v1.5.4 // indirect
go.opentelemetry.io/otel v1.7.0 // indirect
go.opentelemetry.io/otel/trace v1.7.0 // indirect
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
golang.org/x/mobile v0.0.0-20230301163155-e0f57694e12c // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Go
1
https://gitee.com/y2h/fynex.git
git@gitee.com:y2h/fynex.git
y2h
fynex
fynex
master

搜索帮助