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: dde2a04e402f038c2c985811d622fe4e9e8e6dfe (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
module theme

go 1.18

require github.com/gohugoio/hugo v0.104.2

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.6 // 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.16 // indirect
	github.com/mitchellh/mapstructure v1.5.0 // indirect
	github.com/niklasfasching/go-org v1.6.5 // indirect
	github.com/pelletier/go-toml/v2 v2.0.4 // indirect
	github.com/spf13/afero v1.9.2 // indirect
	github.com/spf13/cast v1.5.0 // indirect
	github.com/spf13/jwalterweatherman v1.1.0 // indirect
	github.com/tdewolff/parse/v2 v2.6.3 // indirect
	golang.org/x/net v0.0.0-20220607020251-c690dde0001d // indirect
	golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // 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
)