Fix go.mod

This commit is contained in:
fundor333
2025-01-15 23:41:48 +01:00
parent c54fe0a946
commit 1a9babd4ba
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View File

@@ -0,0 +1,5 @@
module github.com/fundor333/fundor333.github.io
go 1.23.4
require github.com/hugo-sid/hugo-blog-awesome v1.19.0 // indirect

2
go.sum Normal file
View File

@@ -0,0 +1,2 @@
github.com/hugo-sid/hugo-blog-awesome v1.19.0 h1:mKI+aTvXiFY6XSV/4VHdUsn82sL72Vh9OuBbYh3wy8U=
github.com/hugo-sid/hugo-blog-awesome v1.19.0/go.mod h1:3XVERF66wgQpTsruOajS5Swr+uvyTzov1acafNaqm1E=