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

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

go 1.12

require (
	github.com/gohugoio/hugo v0.56.0
	github.com/gohugoio/testmodBuilder/mods v0.0.0-20190520184928-c56af20f2e95
	github.com/pkg/errors v0.8.1
	github.com/spf13/afero v1.2.2
)