go-org-orgwiki/go.mod
Niklas Fasching 703066682e Update to go v1.16 and embed more extensive default blorg.org
Instead of the bare bones default config we embedded as a string until now we
can use go 1.16 embed to embed the test blorg.org which makes a much better
starting config (if only to see what's possible).
2021-03-01 14:10:34 +01:00

9 lines
190 B
Modula-2

module github.com/niklasfasching/go-org
go 1.16
require (
github.com/alecthomas/chroma v0.8.2
github.com/pmezard/go-difflib v1.0.0
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
)