-
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) · 892 Bytes
/
Copy pathgo.mod
File metadata and controls
17 lines (15 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/tomgue/tomgue.github.io
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/hugolify/hugolify-admin/v2 v2.0.0-18 // indirect
github.com/hugolify/hugolify-theme-design-system v0.0.0-20260921141343-e2cc7734f0ea // indirect
github.com/hugolify/hugolify-theme-docs/v2 v2.0.0-20260908101900-d1c813828f6e // indirect
github.com/hugolify/hugolify-theme-icons v0.0.0-20260903194220-889a383d226d // indirect
github.com/hugolify/hugolify-theme/v2 v2.27.0 // indirect
github.com/lucide-icons/lucide v0.265.1-0.20260919102619-951813ce76a8 // indirect
github.com/midzer/tobii v3.2.0+incompatible // indirect
github.com/orestbida/cookieconsent v3.1.0+incompatible // indirect
github.com/simple-icons/simple-icons v0.0.0-20260607021030-c3777a7e48a5 // indirect
)