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

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

go 1.12

require (
	github.com/gohugoio/hugoTestModules1_linux/modh1_1_1v v1.2.0 // indirect
	github.com/gohugoio/hugoTestModules1_linux/modh1_1_2 v1.2.0 // indirect
	github.com/gohugoio/hugoTestModules1_linux/modh1_1v v1.2.0 // indirect
	github.com/gohugoio/hugoTestModules1_linux/modh1_2 v1.2.0 // indirect
	github.com/gohugoio/hugoTestModules1_linux/modh1_2_1v v1.2.0 // indirect
	github.com/gohugoio/hugoTestModules1_linux/modh1_2_2 v1.2.0 // indirect
)