mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-05-14 15:32:45 +00:00
10 lines
219 B
Modula-2
10 lines
219 B
Modula-2
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
|
|
)
|