Skip to content

Commit 9f8a35d

Browse files
authored
Merge branch 'master' into update-academy-theme-v0.2.8
Signed-off-by: Zihan Kuang <[email protected]>
2 parents f5f7d37 + 80a132b commit 9f8a35d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

academy_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"1e2a8e46-937c-47ea-ab43-5716e3bcab2e": {
88
"module": "github.com/layer5io/exoscale-academy",
9-
"version": "v0.6.3"
9+
"version": "v0.6.5"
1010
},
1111
"11111111-1111-1111-1111-111111111111": {
1212
"module": "github.com/layer5io/layer5-academy",

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.8 // indirect
13-
github.com/layer5io/exoscale-academy v0.6.3 // indirect
13+
github.com/layer5io/exoscale-academy v0.6.5 // indirect
1414
github.com/layer5io/layer5-academy v0.4.0 // 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
@@ -70,6 +70,8 @@ github.com/layer5io/exoscale-academy v0.6.2 h1:JPqtQK3BOisS5JIMIhmMqO2PcyhQm+kBc
7070
github.com/layer5io/exoscale-academy v0.6.2/go.mod h1:mygT+PNZwpSdH53cKhQDpoHC3AH5j7rXQra8+eL1LNo=
7171
github.com/layer5io/exoscale-academy v0.6.3 h1:0jxqtqC5qixX6mLs4ZeA7DOpjZYeCE2XFTVxPSdyAJQ=
7272
github.com/layer5io/exoscale-academy v0.6.3/go.mod h1:mygT+PNZwpSdH53cKhQDpoHC3AH5j7rXQra8+eL1LNo=
73+
github.com/layer5io/exoscale-academy v0.6.5 h1:ZC36fwf/AwaTLdCLsBcj0rafpDCfhf9UObUid5y7G2I=
74+
github.com/layer5io/exoscale-academy v0.6.5/go.mod h1:Plyt2oY6ptY2b/m0B3LthZ5yF62lsEz4iXuSiaZy+kE=
7375
github.com/layer5io/layer5-academy v0.2.2 h1:l6jAGtcntpHHz4BisUsHAJUD6ik0vKrnZO+ySlrkBAQ=
7476
github.com/layer5io/layer5-academy v0.2.2/go.mod h1:oXzz2zG5re4qo8vuuuFKQwfpTtfXUIfGly4Wv4uqYh0=
7577
github.com/layer5io/layer5-academy v0.2.4 h1:1RtR3hNyRS0XG+Nzlw6vG4YKBKAHz+sG+KYx3QO++Pg=

0 commit comments

Comments
 (0)