12 lines
439 B
Modula-2
12 lines
439 B
Modula-2
module github.com/geekifan/hugo-theme-chirpy-starter
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/geekifan/chirpy-static-assets v0.0.0-20250507021825-887e490b15f2 // indirect
|
|
github.com/geekifan/hugo-theme-chirpy v1.0.2 // indirect
|
|
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect
|
|
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 // indirect
|
|
github.com/twbs/bootstrap v5.3.6+incompatible // indirect
|
|
)
|