Skip to content

Commit

Permalink
Fix Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
bdfinst committed Dec 14, 2023
1 parent 7c28bf9 commit cf0ad8b
Show file tree
Hide file tree
Showing 4 changed files with 657 additions and 1,759 deletions.
8 changes: 6 additions & 2 deletions go.mod
@@ -1,5 +1,9 @@
module github.com/devopsdojoconsortium/dojoconsortium.org

go 1.21.5
go 1.21

require github.com/google/docsy v0.8.0 // indirect
require (
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 // indirect
github.com/google/docsy v0.8.0 // indirect
github.com/twbs/bootstrap v5.3.2+incompatible // indirect
)
4 changes: 3 additions & 1 deletion go.sum
@@ -1,4 +1,6 @@
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 h1:Uv1z5EqCfmiK4IHUwT0m3h/u/WCk+kpRfxvAZhpC7Gc=
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
github.com/google/docsy v0.8.0 h1:RgHyKRTo8YwScMThrf01Ky2yCGpUS1hpkspwNv6szT4=
github.com/google/docsy v0.8.0/go.mod h1:FqTNN2T7pWEGW8dc+v5hQ5VF29W5uaL00PQ1LdVw5F8=
github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
github.com/twbs/bootstrap v5.3.2+incompatible h1:tuiO5acc6xnZUR77Sbi5aKWXxjYxbmsSbJwYrhAKoQQ=
github.com/twbs/bootstrap v5.3.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

0 comments on commit cf0ad8b

Please sign in to comment.