-
-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathgo.mod
22 lines (15 loc) · 1.07 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/CodeYourFuture/curriculum/org-cyf-tracks
go 1.22.6
require (
github.com/CodeYourFuture/CYF-PD v1.0.1-0.20240721130916-d70fc853a278 // indirect
github.com/CodeYourFuture/curriculum/common-content v0.0.0-20241008095008-281a5517463f // indirect
github.com/CodeYourFuture/curriculum/common-theme v0.0.0-20241008095008-281a5517463f // indirect
github.com/CodeYourFuture/curriculum/org-cyf-guides v0.0.0-20241008095008-281a5517463f // indirect
github.com/CodeYourFuture/curriculum/org-cyf-how-this-works v0.0.0-00010101000000-000000000000 // indirect
github.com/CodeYourFuture/curriculum/org-cyf-theme v0.0.0-20241008095008-281a5517463f // indirect
)
replace github.com/CodeYourFuture/curriculum/common-content => ../common-content
replace github.com/CodeYourFuture/curriculum/common-theme => ../common-theme
replace github.com/CodeYourFuture/curriculum/org-cyf-guides => ../org-cyf-guides
replace github.com/CodeYourFuture/curriculum/org-cyf-how-this-works => ../org-cyf-how-this-works
replace github.com/CodeYourFuture/curriculum/org-cyf-theme => ../org-cyf-theme