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

go.mod - github.com/gohugoio/gohugoioTheme2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
blob: f5fe8b5e248b8001147cf3813d3c2f8a91ba3665 (plain)
1
2
3
4
5
6
7
8
9
module github.com/gohugoio/gohugoioTheme2

go 1.17

require (
	github.com/gohugoio/hugo-mod-jslibs-dist/alpinejs/v3 v3.21000.20200 // 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
)