23 lines
725 B
Modula-2
23 lines
725 B
Modula-2
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/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/alecthomas/repr v0.0.0-20220113201626-b1b626ac65ae // indirect
|
|
github.com/danwakefield/fnmatch v0.0.0-20160403171240-cbb64ac3d964 // indirect
|
|
github.com/dlclark/regexp2 v1.4.0 // indirect
|
|
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
|
|
)
|