-
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) · 821 Bytes
/
go.mod
File metadata and controls
17 lines (15 loc) · 821 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.27.14 // indirect
github.com/hugolify/hugolify-theme-docs v0.0.0-20260327132058-3b3316ee9df1 // indirect
github.com/midzer/tobii v3.1.3+incompatible // indirect
github.com/orestbida/cookieconsent v3.1.0+incompatible // indirect
github.com/sebousan/hugolify-theme-uncinqify v0.0.0-20260212143707-acfa05f78bc4 // indirect
github.com/twbs/bootstrap v5.3.8+incompatible // indirect
github.com/twbs/icons v1.13.1 // indirect
)