9 lines
203 B
Modula-2
9 lines
203 B
Modula-2
module github.com/geekifan/hugo-theme-chirpy
|
|
|
|
go 1.24.2
|
|
|
|
require (
|
|
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect
|
|
github.com/twbs/bootstrap v5.3.5+incompatible // indirect
|
|
)
|