-
Notifications
You must be signed in to change notification settings - Fork 93
Expand file tree
/
Copy pathgo.mod
More file actions
17 lines (14 loc) · 666 Bytes
/
go.mod
File metadata and controls
17 lines (14 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/ekalinin/github-markdown-toc.go/v2
go 1.19
require gopkg.in/alecthomas/kingpin.v2 v2.2.4
require (
github.com/alecthomas/assert v0.0.0-20170929043011-405dbfeb8e38 // indirect
github.com/alecthomas/colour v0.1.0 // indirect
github.com/alecthomas/repr v0.0.0-20210801044451-80ca428c5142 // indirect
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
github.com/stretchr/testify v1.7.0 // indirect
)