Skip to content

Commit fd729fe

Browse files
authored
Merge pull request #56 from layer5io/update-academy-theme-fix
update modules
2 parents 7277931 + 88a9b42 commit fd729fe

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
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.1.27 // indirect
13-
github.com/layer5io/exoscale-academy v0.4.1 // indirect
14-
github.com/layer5io/layer5-academy v0.2.2 // indirect
13+
github.com/layer5io/exoscale-academy v0.4.3 // indirect
14+
github.com/layer5io/layer5-academy v0.2.4 // indirect
1515
github.com/twbs/bootstrap v5.3.7+incompatible // indirect
1616
)

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ github.com/layer5io/exoscale-academy v0.4.0 h1:yC163yGQrvplEcGjrJmZRz5XHe+EknCkg
1414
github.com/layer5io/exoscale-academy v0.4.0/go.mod h1:mVXp2h/NImCJ5IvVfM8q4fq8qT3Qxc5OMTBhQw4mEZ8=
1515
github.com/layer5io/exoscale-academy v0.4.1 h1:XA4nwObZPxabYjgxxg4Qk/v9nuhrNcEtcXIvQzHLppY=
1616
github.com/layer5io/exoscale-academy v0.4.1/go.mod h1:61bAPmqE//ZpzqSkYUKOi8xb+bzp1EiqGIypkBFxtgE=
17+
github.com/layer5io/exoscale-academy v0.4.3 h1:ybej05sWVwmpYfGv/Pk5omAjMUGqIwFPm0zu/oV/px8=
18+
github.com/layer5io/exoscale-academy v0.4.3/go.mod h1:+v0DqA6/WzgfjsgGzV7eMih+0ZP5o4vj9XoKUQ2u5FU=
1719
github.com/layer5io/layer5-academy v0.2.2 h1:l6jAGtcntpHHz4BisUsHAJUD6ik0vKrnZO+ySlrkBAQ=
1820
github.com/layer5io/layer5-academy v0.2.2/go.mod h1:oXzz2zG5re4qo8vuuuFKQwfpTtfXUIfGly4Wv4uqYh0=
21+
github.com/layer5io/layer5-academy v0.2.4 h1:1RtR3hNyRS0XG+Nzlw6vG4YKBKAHz+sG+KYx3QO++Pg=
22+
github.com/layer5io/layer5-academy v0.2.4/go.mod h1:8CvyTQ0/L/4tLWXdsLDqUbSCOLg5kelVKg5ALvDP5rk=
1923
github.com/twbs/bootstrap v5.3.7+incompatible h1:ea1W8TOWZFkqSK2M0McpgzLiUQVru3bz8aHb0j/XtuM=
2024
github.com/twbs/bootstrap v5.3.7+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

0 commit comments

Comments
 (0)