Skip to content

Commit 86a660a

Browse files
authored
Merge pull request #39 from layer5io/update-academy-theme-fix
update theme
2 parents f4a1a7d + 2f24d55 commit 86a660a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ module github.com/layer5io/academy
22

33
go 1.24.5
44

5-
65
require github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3
76

87
require (
98
github.com/google/docsy v0.12.0 // indirect
10-
github.com/layer5io/academy-theme v0.1.20 // indirect
9+
github.com/layer5io/academy-theme v0.1.21 // indirect
1110
github.com/layer5io/exoscale-academy v0.3.9 // indirect
1211
github.com/layer5io/layer5-academy v0.2.1 // indirect
1312
github.com/twbs/bootstrap v5.3.7+incompatible // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3 h1:/iluJkJiyTAdnqrw3Yi9rH2HNHhrrtCmj8VJe7I6o3w=
32
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
43
github.com/FortAwesome/Font-Awesome v4.7.0+incompatible h1:3trjm7NtX5NXlju1AxSWSzedDMq2hsfH78Qtqrc8EgY=
@@ -7,6 +6,8 @@ github.com/google/docsy v0.12.0 h1:CddZKL39YyJzawr8GTVaakvcUTCJRAAYdz7W0qfZ2P4=
76
github.com/google/docsy v0.12.0/go.mod h1:1bioDqA493neyFesaTvQ9reV0V2vYy+xUAnlnz7+miM=
87
github.com/layer5io/academy-theme v0.1.20 h1:+FvUnCh3WSLC94gyU7mSGWdsVc0nHqf3/TdLjDDW9Cc=
98
github.com/layer5io/academy-theme v0.1.20/go.mod h1:Dv72UWsREOvX4Zg4mJjrpoyDxdgxxpiDotxqYBXMjXo=
9+
github.com/layer5io/academy-theme v0.1.21 h1:MoN+Id/leceKRYpymwU6BIeBGOgGNSMa+1aHOD1cgM4=
10+
github.com/layer5io/academy-theme v0.1.21/go.mod h1:Dv72UWsREOvX4Zg4mJjrpoyDxdgxxpiDotxqYBXMjXo=
1011
github.com/layer5io/exoscale-academy v0.3.8 h1:+IIOuJY406i0HdCDw5wfNZZ9TJnkYfGBmHkFznK7YgY=
1112
github.com/layer5io/exoscale-academy v0.3.8/go.mod h1:dqbtuMIJgT0NVqn52u7/NKBNZZ3KZJHJbiP7ZlISU2k=
1213
github.com/layer5io/exoscale-academy v0.3.9 h1:ZK/k7mu+J9l3XeUfWg1JrGhhGBEX71NoQAY9stZCvYE=
@@ -16,4 +17,3 @@ github.com/layer5io/layer5-academy v0.2.1/go.mod h1:4ILcHFjLWGK3rzqYb+ZQZ9O86xfX
1617
github.com/twbs/bootstrap v5.3.6+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
1718
github.com/twbs/bootstrap v5.3.7+incompatible h1:ea1W8TOWZFkqSK2M0McpgzLiUQVru3bz8aHb0j/XtuM=
1819
github.com/twbs/bootstrap v5.3.7+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
19-

0 commit comments

Comments
 (0)