chore(deps): remove experimental packages submodule, using go workspace to work on them
This commit is contained in:
9
go.mod
9
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user