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

go.mod - github.com/gohugoio/hugo-mod-heroicons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
blob: f63d1528b4e72802e4f83f1166e985c311d3bf15 (plain)
1
2
3
4
5
6
7
module github.com/gohugoio/hugo-mod-heroicons

go 1.13

require (
	github.com/tailwindlabs/heroicons v2.0.12+incompatible // indirect
)