go-org-orgwiki/go.mod
Elliott Sales de Andrade 2e821b8b7c Update chroma to 0.10.0
- 0.9.2 added `tabindex="0"` to `pre`:
  https://github.com/alecthomas/chroma/pull/515
- 0.10.0 changed around divs and spans, pre and code
  https://github.com/alecthomas/chroma/pull/571
  https://github.com/alecthomas/chroma/pull/572
2022-02-28 00:37:53 -05:00

11 lines
246 B
Modula-2

module github.com/niklasfasching/go-org
go 1.17
require (
github.com/alecthomas/chroma v0.10.0
github.com/pmezard/go-difflib v1.0.0
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
)
require github.com/dlclark/regexp2 v1.4.0 // indirect