-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
28 lines (24 loc) · 990 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/itohio/phingo
go 1.19
require (
github.com/golang/protobuf v1.5.1
github.com/spf13/cobra v1.6.1
github.com/stefanfritsch/goldmark-fences v0.0.0-20221109095022-24cfb8a295fc
github.com/stephenafamo/goldmark-pdf v0.1.2
github.com/yuin/goldmark v1.5.3
github.com/yuin/goldmark-meta v1.1.0
google.golang.org/protobuf v1.26.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/ReneKroon/ttlcache/v2 v2.4.0 // indirect
github.com/alecthomas/chroma v0.8.2 // indirect
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
github.com/dlclark/regexp2 v1.2.0 // indirect
github.com/go-swiss/fonts v0.0.0-20221219152310-0b267088f53d // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/phpdave11/gofpdf v1.4.2 // indirect
github.com/spf13/pflag v1.0.5 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)
replace github.com/stephenafamo/goldmark-pdf => github.com/itohio/goldmark-pdf v0.0.0-20221219152440-a96adfc5ba08