Skip to content

Commit a24652b

Browse files
committed
Build Academy
Signed-off-by: l5io <[email protected]>
1 parent 5ac889f commit a24652b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

academy_config.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@
66
},
77
"1e2a8e46-937c-47ea-ab43-5716e3bcab2e": {
88
"module": "github.com/layer5io/exoscale-academy",
9-
"version": "v4.6"
9+
"version": "v0.6.2"
1010
},
1111
"11111111-1111-1111-1111-111111111111": {
1212
"module": "github.com/layer5io/layer5-academy",
1313
"version": "v2.5"
1414
}
15-
1615
}
1716
}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ replace github.com/FortAwesome/Font-Awesome v4.7.0+incompatible => github.com/Fo
1010
require (
1111
github.com/FortAwesome/Font-Awesome v4.7.0+incompatible // indirect
1212
github.com/layer5io/academy-theme v0.2.6 // indirect
13-
github.com/layer5io/exoscale-academy v0.6.1 // indirect
13+
github.com/layer5io/exoscale-academy v0.6.2 // indirect
1414
github.com/layer5io/layer5-academy v0.3.2 // indirect
1515
github.com/twbs/bootstrap v5.3.7+incompatible // indirect
1616
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ github.com/layer5io/exoscale-academy v0.6.0 h1:t1saVglxyL+kNCiC0iYKY/G+aFjV9mDmP
6262
github.com/layer5io/exoscale-academy v0.6.0/go.mod h1:mygT+PNZwpSdH53cKhQDpoHC3AH5j7rXQra8+eL1LNo=
6363
github.com/layer5io/exoscale-academy v0.6.1 h1:kOesuiyQXgpa46uOsQXPkNVHE1nmWlQ0Pva1G66a3eA=
6464
github.com/layer5io/exoscale-academy v0.6.1/go.mod h1:mygT+PNZwpSdH53cKhQDpoHC3AH5j7rXQra8+eL1LNo=
65+
github.com/layer5io/exoscale-academy v0.6.2 h1:JPqtQK3BOisS5JIMIhmMqO2PcyhQm+kBcL6u6NCmaVs=
66+
github.com/layer5io/exoscale-academy v0.6.2/go.mod h1:mygT+PNZwpSdH53cKhQDpoHC3AH5j7rXQra8+eL1LNo=
6567
github.com/layer5io/layer5-academy v0.2.2 h1:l6jAGtcntpHHz4BisUsHAJUD6ik0vKrnZO+ySlrkBAQ=
6668
github.com/layer5io/layer5-academy v0.2.2/go.mod h1:oXzz2zG5re4qo8vuuuFKQwfpTtfXUIfGly4Wv4uqYh0=
6769
github.com/layer5io/layer5-academy v0.2.4 h1:1RtR3hNyRS0XG+Nzlw6vG4YKBKAHz+sG+KYx3QO++Pg=

0 commit comments

Comments
 (0)