File tree 4 files changed +10
-7
lines changed
4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 32
32
build :
33
33
runs-on : ubuntu-latest
34
34
env :
35
- HUGO_VERSION : 0.125.4
35
+ HUGO_VERSION : 0.145.0
36
36
steps :
37
37
- name : Install Hugo CLI
38
38
run : |
Original file line number Diff line number Diff line change 1
1
module github.com/google/docsy-example
2
2
3
- go 1.12
3
+ go 1.24
4
4
5
- require github.com/google/docsy v0.10 .0 // indirect
5
+ require github.com/google/docsy v0.11 .0 // indirect
Original file line number Diff line number Diff line change 1
1
github.com/FortAwesome/Font-Awesome v0.0.0-20240108205627-a1232e345536 /go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo =
2
2
github.com/FortAwesome/Font-Awesome v0.0.0-20240402185447-c0f460dca7f7 /go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo =
3
+ github.com/FortAwesome/Font-Awesome v0.0.0-20240716171331-37eff7fa00de /go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo =
3
4
github.com/google/docsy v0.9.1 h1:+jqges1YCd+yHeuZ1BUvD8V8mEGVtPxULg5j/vaJ984 =
4
5
github.com/google/docsy v0.9.1 /go.mod h1:saOqKEUOn07Bc0orM/JdIF3VkOanHta9LU5Y53bwN2U =
5
6
github.com/google/docsy v0.10.0 h1:6tMDacPwAyRWNCfvsn/9qGOZDQ8b0aRzjRZvnZPY5dg =
6
7
github.com/google/docsy v0.10.0 /go.mod h1:c0nIAqmRTOuJ01F85U/wJPQtc3Zj9N58Kea9bOT2AJc =
8
+ github.com/google/docsy v0.11.0 h1:QnV40cc28QwS++kP9qINtrIv4hlASruhC/K3FqkHAmM =
9
+ github.com/google/docsy v0.11.0 /go.mod h1:hGGW0OjNuG5ZbH5JRtALY3yvN8ybbEP/v2iaK4bwOUI =
7
10
github.com/twbs/bootstrap v5.2.3+incompatible h1:lOmsJx587qfF7/gE7Vv4FxEofegyJlEACeVV+Mt7cgc =
8
11
github.com/twbs/bootstrap v5.2.3+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
9
12
github.com/twbs/bootstrap v5.3.3+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " docsy-example-site " ,
3
- "version" : " 0.9.1 " ,
4
- "version.next" : " 0.9.2 -dev.0-unreleased" ,
2
+ "name" : " java-operator-sdk " ,
3
+ "version" : " 0.10.0 " ,
4
+ "version.next" : " 0.10.1 -dev.0-unreleased" ,
5
5
"description" : " Example site that uses Docsy theme for technical documentation." ,
6
6
"repository" : " github:google/docsy-example" ,
7
7
"homepage" : " https://javaoperatorsdk.io" ,
34
34
"update:pkg:hugo" : " npm install --save-dev --save-exact hugo-extended@latest"
35
35
},
36
36
"devDependencies" : {
37
- "autoprefixer" : " ^10.4.19 " ,
37
+ "autoprefixer" : " ^10.4.20 " ,
38
38
"cross-env" : " ^7.0.3" ,
39
39
"hugo-extended" : " 0.125.4" ,
40
40
"postcss-cli" : " ^11.0.0"
You can’t perform that action at this time.
0 commit comments