mirror of
https://github.com/cchuster/connerchu.com
synced 2025-08-02 08:15:32 +00:00
11 lines
290 B
Modula-2
11 lines
290 B
Modula-2
module github.com/cchuster/connerchu.com
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/mfg92/hugo-shortcode-gallery v1.3.0 // indirect
|
|
github.com/rhazdon/hugo-theme-hello-friend-ng v0.0.0-20241018203211-37fbce29a553 // indirect
|
|
)
|
|
|
|
replace github.com/CaiJimmy/hello-friend-ng => ./themes/hello-friend-ng
|