chore: add go.mod and go.sum files

This commit is contained in:
Evrard Van Espen
2025-10-30 10:01:10 +00:00
committed by Evrard Van Espen (aider)
parent 08c64388cf
commit 77244e24c5
2 changed files with 116 additions and 0 deletions

16
go.mod Normal file
View File

@@ -0,0 +1,16 @@
module github.com/evanespen/blog
go 1.25.3
require (
github.com/alecthomas/chroma v0.10.0 // indirect
github.com/alecthomas/chroma/v2 v2.5.0 // indirect
github.com/bep/godartsass v1.2.0 // indirect
github.com/bep/godartsass/v2 v2.5.0 // indirect
github.com/cli/safeexec v1.0.0 // indirect
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/niklasfasching/go-org v1.9.1 // indirect
github.com/wellington/go-libsass v0.9.2 // indirect
golang.org/x/net v0.38.0 // indirect
google.golang.org/protobuf v1.35.2 // indirect
)