16 lines
410 B
Modula-2
16 lines
410 B
Modula-2
module github.com/niklasfasching/go-org
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/alecthomas/chroma/v2 v2.0.1
|
|
github.com/chaseadamsio/goorgeous v2.0.0+incompatible
|
|
github.com/pmezard/go-difflib v1.0.0
|
|
github.com/russross/blackfriday v1.6.0
|
|
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
|
|
)
|
|
|
|
require (
|
|
github.com/dlclark/regexp2 v1.4.0 // indirect
|
|
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
|
|
)
|