-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
17 lines (15 loc) · 820 Bytes
/
Copy pathgo.mod
File metadata and controls
17 lines (15 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/sebousan/hugolify-www
go 1.21
require (
github.com/Splidejs/splide v4.1.3+incompatible // indirect
github.com/dixonandmoe/rellax v0.0.0-20240824005335-9ed6cb0aae03 // indirect
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20800 // indirect
github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 // indirect
github.com/hugolify/hugolify-theme v1.28.0 // indirect
github.com/hugolify/hugolify-theme-docs v0.0.0-20260428151206-a1cc00861442 // indirect
github.com/midzer/tobii v3.2.0+incompatible // indirect
github.com/orestbida/cookieconsent v3.1.0+incompatible // indirect
github.com/sebousan/hugolify-theme-uncinqify v0.0.0-20260616100422-81169d55dd2d // indirect
github.com/twbs/bootstrap v5.3.8+incompatible // indirect
github.com/twbs/icons v1.13.1 // indirect
)