go-org-orgwiki/go.mod
Eng Zer Jun 568df2c38d
build: update go directive in go.mod to 1.17
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2022-01-07 09:08:56 +08:00

14 lines
330 B
Modula-2

module github.com/niklasfasching/go-org
go 1.17
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
)
require (
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
github.com/dlclark/regexp2 v1.2.0 // indirect
)