generated from layer5io/layer5-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (14 loc) · 793 Bytes
/
go.mod
File metadata and controls
18 lines (14 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/layer5io/academy
go 1.25.0
// Manually configured to use a specific commit of Font Awesome , changing the version breaks the build
replace github.com/FortAwesome/Font-Awesome v4.7.0+incompatible => github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3
// replace github.com/layer5io/academy-theme => ../academy-theme
require (
github.com/FortAwesome/Font-Awesome v4.7.0+incompatible // indirect
github.com/layer5io/academy-theme v0.4.4 // indirect
github.com/layer5io/digitalocean-academy v0.1.12 // indirect
github.com/layer5io/exoscale-academy v0.6.31 // indirect
github.com/layer5io/layer5-academy v0.8.13 // indirect
github.com/meshery-extensions/meshery-academy v0.4.20 // indirect
github.com/twbs/bootstrap v5.3.8+incompatible // indirect
)