all repos

anpi @ 2122b1be1ed91cb8a550a8dc7769f20305662943

yaml to anki importer

anpi/go.mod (view raw)

Olexandr Smirnov Olexandr Smirnov
olexsmir@gmail.com
repurpose of the tool, 8 days ago
1
module github.com/olexsmir/anpi
2
3
go 1.26.2
4
5
require (
6
	golang.org/x/net v0.55.0
7
	olexsmir.xyz/x v0.2.0
8
)