14 lines
332 B
Modula-2
14 lines
332 B
Modula-2
module forgejo.gwairfelin.com/max/gonotes
|
|
|
|
go 1.24.5
|
|
|
|
require github.com/yuin/goldmark v1.7.8
|
|
|
|
require (
|
|
forgejo.gwairfelin.com/max/gispatcho v0.1.2
|
|
github.com/pelletier/go-toml/v2 v2.2.3
|
|
github.com/teekennedy/goldmark-markdown v0.5.1
|
|
github.com/yuin/goldmark-meta v1.1.0
|
|
golang.org/x/oauth2 v0.34.0
|
|
gopkg.in/yaml.v2 v2.3.0
|
|
)
|