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

go.mod « deps - github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0b0eb4bef9df5492c6199b2dcd9f74e5e4f2b237 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module theme

go 1.18

require github.com/gohugoio/hugo v0.100.1

require (
	github.com/armon/go-radix v1.0.0 // indirect
	github.com/bep/clock v0.3.0 // indirect
	github.com/bep/godartsass v0.14.0 // indirect
	github.com/bep/golibsass v1.1.0 // indirect
	github.com/bep/overlayfs v0.6.0 // indirect
	github.com/clbanning/mxj/v2 v2.5.5 // indirect
	github.com/cli/safeexec v1.0.0 // indirect
	github.com/gobwas/glob v0.2.3 // indirect
	github.com/gohugoio/locales v0.14.0 // indirect
	github.com/mattn/go-isatty v0.0.14 // indirect
	github.com/mitchellh/mapstructure v1.5.0 // indirect
	github.com/niklasfasching/go-org v1.6.2 // indirect
	github.com/pelletier/go-toml/v2 v2.0.0-beta.7.0.20220408132554-2377ac4bc04c // indirect
	github.com/spf13/afero v1.8.2 // indirect
	github.com/spf13/cast v1.5.0 // indirect
	github.com/spf13/jwalterweatherman v1.1.0 // indirect
	github.com/tdewolff/parse/v2 v2.5.31 // indirect
	golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
	golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
	golang.org/x/text v0.3.7 // indirect
	google.golang.org/protobuf v1.28.0 // indirect
	gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
	gopkg.in/yaml.v2 v2.4.0 // indirect
	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)