Initial Commit
This commit is contained in:
9
go.mod
Normal file
9
go.mod
Normal file
@ -0,0 +1,9 @@
|
||||
module git.comprofix.com/mmckinnon/comprofix.com
|
||||
|
||||
go 1.25.1
|
||||
|
||||
require (
|
||||
git.comprofix.com/mmckinnon/hugo-theme-chirpy v0.0.0-20250906020401-98acc1f743ac // indirect
|
||||
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 // indirect
|
||||
github.com/twbs/bootstrap v5.3.8+incompatible // indirect
|
||||
)
|
Reference in New Issue
Block a user