commit 3f0ee17
Artur Manuel
·
2026-07-21 03:49:31 +0000 UTC
parent d3d4edd
go.mod: rename pages to glerc as well (i forgot)
2 files changed,
+2,
-2
+1,
-1
1@@ -7,7 +7,7 @@ import (
2 "path/filepath"
3 "strings"
4
5- "codeberg.org/dani-institute/pages/pkg/glerc"
6+ "codeberg.org/dani-institute/glerc/pkg/glerc"
7 "github.com/urfave/cli/v3"
8 "github.com/yuin/goldmark"
9 meta "github.com/yuin/goldmark-meta"
M
go.mod
+1,
-1
1@@ -1,4 +1,4 @@
2-module codeberg.org/dani-institute/pages
3+module codeberg.org/dani-institute/glerc
4
5 go 1.26.2
6