-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 965 Bytes
/
Copy pathgo.mod
File metadata and controls
21 lines (19 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module git.blakerain.com/BlakeRain/blakerain.com
go 1.22.2
require (
github.com/Templarian/MaterialDesign-SVG v7.4.47+incompatible // indirect
github.com/devicons/devicon v2.17.0+incompatible // indirect
github.com/hugomods/ascii v0.1.0 // indirect
github.com/hugomods/encoder v0.1.1 // indirect
github.com/hugomods/font-awesome v6.7.1+incompatible // indirect
github.com/hugomods/icons v0.6.6 // indirect
github.com/hugomods/icons/vendors/bootstrap v0.5.11 // indirect
github.com/hugomods/icons/vendors/devicons v0.0.2 // indirect
github.com/hugomods/icons/vendors/font-awesome v0.6.12 // indirect
github.com/hugomods/icons/vendors/lucide v0.3.41 // indirect
github.com/hugomods/icons/vendors/mdi v0.3.8 // indirect
github.com/hugomods/icons/vendors/simple-icons v1.1.1 // indirect
github.com/hugomods/lucide-icons v0.515.0 // indirect
github.com/hugomods/simple-icons v13.21.0+incompatible // indirect
github.com/twbs/icons v1.13.1 // indirect
)