init go mod

This commit is contained in:
Michael Thomson 2024-06-04 16:23:08 -04:00
parent 9e9894f531
commit a2945ffed9
No known key found for this signature in database
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module michaelthomson.dev/mthomson/go-todos-app
go 1.22.1
require github.com/a-h/templ v0.2.707 // indirect

2
go.sum Normal file
View File

@ -0,0 +1,2 @@
github.com/a-h/templ v0.2.707 h1:T1Gkd2ugbRglZ9rYw/VBchWOSZVKmetDbBkm4YubM7U=
github.com/a-h/templ v0.2.707/go.mod h1:5cqsugkq9IerRNucNsI4DEamdHPsoGMQy99DzydLhM8=