34 lines
1.1 KiB
Modula-2
34 lines
1.1 KiB
Modula-2
module atri.dad
|
|
|
|
go 1.23.1
|
|
|
|
require github.com/alecthomas/chroma/v2 v2.14.0
|
|
|
|
require (
|
|
github.com/dlclark/regexp2 v1.11.4 // indirect
|
|
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
|
|
github.com/labstack/gommon v0.4.2 // indirect
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
|
golang.org/x/image v0.21.0 // indirect
|
|
golang.org/x/net v0.30.0 // indirect
|
|
golang.org/x/text v0.19.0 // indirect
|
|
golang.org/x/time v0.7.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|
|
|
|
require (
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/fatih/color v1.17.0
|
|
github.com/gorilla/feeds v1.2.0
|
|
github.com/joho/godotenv v1.5.1
|
|
github.com/labstack/echo/v4 v4.12.0
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/yuin/goldmark v1.7.7
|
|
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
|
|
golang.org/x/crypto v0.28.0 // indirect
|
|
golang.org/x/sys v0.26.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|