21 lines
574 B
Modula-2
21 lines
574 B
Modula-2
module git.mills.io/prologic/pages-server
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
code.gitea.io/sdk/gitea v0.15.1
|
|
github.com/BurntSushi/toml v1.3.2
|
|
github.com/alecthomas/chroma/v2 v2.2.0
|
|
github.com/yuin/goldmark v1.5.6
|
|
github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/dlclark/regexp2 v1.7.0 // indirect
|
|
github.com/hashicorp/go-version v1.2.1 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/stretchr/testify v1.8.3 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|