Welcome to mirror list, hosted at ThFree Co, Russian Federation.

go.mod « exampleSite - github.com/gohugoio/gohugoioTheme2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dea9c16e8076dc4e838d9f4c259cf4e158cb51a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module github.com/gohugoio/gohugoioTheme2/exampleSite

go 1.17

replace github.com/gohugoio/gohugoioTheme2 => ../

require github.com/gohugoio/hugoDocs v0.81.1-0.20220302165412-259c65c8d5b8

require (
	github.com/gohugoio/gohugoioTheme2 v0.0.0-20220302165724-cf9a8cd9ad19 // indirect
	github.com/gohugoio/hugo-mod-jslibs-dist/alpinejs/v3 v3.500.100 // indirect
	github.com/gohugoio/hugo-mod-jslibs/instantpage v0.5.1 // indirect
	github.com/gohugoio/hugo-mod-jslibs/turbo/v7 v7.0.0-20220127163053-14169e3a1dd0 // indirect
)