Files
qefeeweb/go.mod

10 lines
252 B
Modula-2
Raw Normal View History

2025-08-05 02:35:20 +08:00
module github.com/aotian16/qefee
go 1.24.5
require (
github.com/CaiJimmy/hugo-theme-stack v2.6.0+incompatible // indirect
github.com/theNewDynamic/gohugo-theme-ananke/v2 v2.12.1 // indirect
github.com/tom2almighty/hugo-narrow v1.1.2 // indirect
)