mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

ensag-dev
17.59.2025 36bca91f22406d0b2515d5286857e00b1cbc72e1
1
2
3
4
5
6
7
8
9
module github.com/theNewDynamic/gohugo-theme-ananke/exampleSite
 
go 1.21
 
replace github.com/theNewDynamic/gohugo-theme-ananke/v2 => ../
 
require (
    github.com/theNewDynamic/gohugo-theme-ananke/v2 v2.11.2 // indirect
)