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

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

go 1.16

require (
	github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 // indirect
	github.com/twbs/bootstrap v5.2.1+incompatible // indirect
)