all repos

anpi @ 2ef9e52

yaml to anki importer

anpi/go.mod (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
add cli interface, 1 year ago
1
module github.com/olexsmir/anpi
2
3
go 1.24.2
4
5
require (
6
	github.com/alecthomas/kong v1.10.0
7
	github.com/gomarkdown/markdown v0.0.0-20250311123330-531bef5e742b
8
	gopkg.in/yaml.v3 v3.0.1
9
)