M82-SiteWeb/go.mod
Sebastien Larinier e7ccbabfc3 first commit
2024-01-03 10:05:24 +01:00

9 строки
205 B
Modula-2

module github.com/sebdraven/m82siteweb
go 1.21.5
require (
github.com/theNewDynamic/gohugo-theme-ananke v0.0.0-20231122160523-91df000ca827 // indirect
github.com/willfaught/paige v0.71.4 // indirect
)