diff --git a/recommended/go.mod b/recommended/go.mod index 02f70fb3..494d6957 100644 --- a/recommended/go.mod +++ b/recommended/go.mod @@ -35,7 +35,7 @@ require ( github.com/hbstack/search v0.2.2 // indirect github.com/hbstack/slide v0.4.0 // indirect github.com/hbstack/socials v0.17.2 // indirect - github.com/hbstack/syntax-highlighting v0.2.0 // indirect + github.com/hbstack/syntax-highlighting v0.2.1 // indirect github.com/hbstack/syntax-highlighting/styles/gruvbox v0.1.1 // indirect github.com/hugomods/base v0.7.2 // indirect github.com/hugomods/fuse-js v0.1.0 // indirect diff --git a/recommended/go.sum b/recommended/go.sum index 53b179c3..621a815c 100644 --- a/recommended/go.sum +++ b/recommended/go.sum @@ -333,6 +333,7 @@ github.com/hbstack/socials v0.17.2/go.mod h1:SxsgrMkupTV3fHpGpWZQ7HAaeGUvENZPW5z github.com/hbstack/syntax-highlighting v0.1.0 h1:WxdhNgCktllNKQDqu1BmLmg9dsi77/dXIlcdQ8KZZI0= github.com/hbstack/syntax-highlighting v0.1.0/go.mod h1:6IoaM+tSIkKZblIrT1i5L3zVH68nt4UScU9JB30FQsc= github.com/hbstack/syntax-highlighting v0.2.0/go.mod h1:6IoaM+tSIkKZblIrT1i5L3zVH68nt4UScU9JB30FQsc= +github.com/hbstack/syntax-highlighting v0.2.1/go.mod h1:6IoaM+tSIkKZblIrT1i5L3zVH68nt4UScU9JB30FQsc= github.com/hbstack/syntax-highlighting/styles/gruvbox v0.1.0 h1:lGH8nqOU/+3yzHIk5s1nTrzHDImEnvLkr/0viuPfx3Y= github.com/hbstack/syntax-highlighting/styles/gruvbox v0.1.0/go.mod h1:ar5ZFplNyVZCVG6rvo69co1hNZwptxtrDz3zproGLPg= github.com/hbstack/syntax-highlighting/styles/gruvbox v0.1.1/go.mod h1:ar5ZFplNyVZCVG6rvo69co1hNZwptxtrDz3zproGLPg= diff --git a/standard/go.mod b/standard/go.mod index 9a5c6628..b027a6a7 100644 --- a/standard/go.mod +++ b/standard/go.mod @@ -19,7 +19,7 @@ require ( github.com/hbstack/header/modules/socials v0.2.2 // indirect github.com/hbstack/header/modules/theme-toggle v0.5.2 // indirect github.com/hbstack/mermaid v0.2.2 // indirect - github.com/hbstack/syntax-highlighting v0.2.0 // indirect + github.com/hbstack/syntax-highlighting v0.2.1 // indirect github.com/hbstack/syntax-highlighting/styles/gruvbox v0.1.1 // indirect github.com/hugomods/base v0.7.2 // indirect github.com/hugomods/bootstrap v0.23.0 // indirect diff --git a/standard/go.sum b/standard/go.sum index 2cf9865c..9073de7b 100644 --- a/standard/go.sum +++ b/standard/go.sum @@ -218,6 +218,7 @@ github.com/hbstack/mermaid v0.2.2/go.mod h1:gVO/itIHv07hiGqzmUtLw78vkcTU8RMnOl72 github.com/hbstack/syntax-highlighting v0.1.0 h1:WxdhNgCktllNKQDqu1BmLmg9dsi77/dXIlcdQ8KZZI0= github.com/hbstack/syntax-highlighting v0.1.0/go.mod h1:6IoaM+tSIkKZblIrT1i5L3zVH68nt4UScU9JB30FQsc= github.com/hbstack/syntax-highlighting v0.2.0/go.mod h1:6IoaM+tSIkKZblIrT1i5L3zVH68nt4UScU9JB30FQsc= +github.com/hbstack/syntax-highlighting v0.2.1/go.mod h1:6IoaM+tSIkKZblIrT1i5L3zVH68nt4UScU9JB30FQsc= github.com/hbstack/syntax-highlighting/styles/gruvbox v0.1.0 h1:lGH8nqOU/+3yzHIk5s1nTrzHDImEnvLkr/0viuPfx3Y= github.com/hbstack/syntax-highlighting/styles/gruvbox v0.1.0/go.mod h1:ar5ZFplNyVZCVG6rvo69co1hNZwptxtrDz3zproGLPg= github.com/hbstack/syntax-highlighting/styles/gruvbox v0.1.1/go.mod h1:ar5ZFplNyVZCVG6rvo69co1hNZwptxtrDz3zproGLPg=