Shiz innit

This commit is contained in:
Maximilian Friedersdorff 2025-06-01 21:27:08 +01:00
parent 3ad3666002
commit 2c0a3c7d80
8 changed files with 25 additions and 14 deletions

4
go.mod
View file

@ -1,10 +1,10 @@
module gitea.gwairfelin.com/max/gonotes
module forgejo.gwairfelin.com/max/gonotes
go 1.23.5
require github.com/yuin/goldmark v1.7.8
require (
gitea.gwairfelin.com/max/gispatcho v0.1.1
forgejo.gwairfelin.com/max/gispatcho v0.1.2
github.com/pelletier/go-toml/v2 v2.2.3
)