cookbook/go.mod

9 lines
178 B
Modula-2
Raw Normal View History

module github.com/jtom38/cookbook
go 1.19
2023-11-26 11:00:14 -08:00
require (
github.com/CaiJimmy/hugo-theme-stack v2.6.0+incompatible // indirect
github.com/jtom38/hugo-cookbook v0.2.4 // indirect
)