2023-12-31 04:43:50 +00:00
|
|
|
module git.foosoft.net/alex/yomichan-import
|
2021-01-09 23:53:39 +00:00
|
|
|
|
2022-07-04 03:59:33 +00:00
|
|
|
go 1.18
|
2021-01-09 23:53:39 +00:00
|
|
|
|
|
|
|
require (
|
2023-12-31 04:43:50 +00:00
|
|
|
git.foosoft.net/alex/jmdict v0.0.0-20231231042009-83a5a2b9c013
|
|
|
|
git.foosoft.net/alex/zero-epwing-go v0.0.0-20231231043818-fc796a0ce333
|
2021-01-10 06:40:22 +00:00
|
|
|
github.com/andlabs/ui v0.0.0-20200610043537-70a69d6ae31e
|
2023-12-31 04:43:50 +00:00
|
|
|
github.com/mattn/go-sqlite3 v1.14.19
|
|
|
|
golang.org/x/exp v0.0.0-20231226003508-02704c960a9b
|
2021-01-09 23:53:39 +00:00
|
|
|
)
|
2022-07-04 03:59:33 +00:00
|
|
|
|
|
|
|
require golang.org/x/text v0.3.7 // indirect
|