chore(deps): remove experimental packages submodule, using go workspace to work on them

This commit is contained in:
Guz
2025-01-29 11:08:48 -03:00
parent a4c50c5de0
commit df75dd72da
3 changed files with 6 additions and 8 deletions

9
go.mod
View File

@@ -2,14 +2,13 @@ module forge.capytal.company/capytal/www
go 1.23.3
require forge.capytal.company/loreddev/x v0.0.0
replace forge.capytal.company/loreddev/x => ./x
require (
github.com/a-h/templ v0.3.819
github.com/yuin/goldmark v1.7.8
github.com/yuin/goldmark-meta v1.1.0
)
require gopkg.in/yaml.v2 v2.3.0 // indirect
require (
forge.capytal.company/loreddev/x v0.0.0-20250128201807-1f823aa0998d // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)