10 lines
233 B
Modula-2
10 lines
233 B
Modula-2
module github.com/FooSoft/yomichan-import
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/FooSoft/jmdict v0.0.0-20190926045629-808d66c7b050
|
|
github.com/andlabs/ui v0.0.0-20180902183112-867a9e5a498d
|
|
github.com/mattn/go-sqlite3 v2.0.2+incompatible
|
|
)
|