You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
616 B
21 lines
616 B
module go.jolheiser.com/blog |
|
|
|
go 1.17 |
|
|
|
require ( |
|
github.com/alecthomas/chroma v0.7.2-0.20200305040604-4f3623dce67a |
|
github.com/go-chi/chi/v5 v5.0.4 |
|
github.com/goyek/goyek v0.6.0 |
|
github.com/pelletier/go-toml/v2 v2.0.0-beta.3 |
|
github.com/peterbourgon/ff/v3 v3.1.0 |
|
github.com/rs/zerolog v1.24.0 |
|
github.com/yuin/goldmark v1.4.0 |
|
github.com/yuin/goldmark-emoji v1.0.1 |
|
github.com/yuin/goldmark-highlighting v0.0.0-20210516132338-9216f9c5aa01 |
|
go.jolheiser.com/emdbed v0.0.2 |
|
) |
|
|
|
require ( |
|
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect |
|
github.com/dlclark/regexp2 v1.2.0 // indirect |
|
)
|
|
|