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

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

go 1.16

require (
	github.com/bep/workers v0.0.0-20210707112724-e02f640a8c6b
	github.com/frankban/quicktest v1.13.0 // indirect
	github.com/peterbourgon/ff/v3 v3.0.0
	github.com/rogpeppe/go-internal v1.8.0
	gopkg.in/yaml.v2 v2.4.0
)