File tree Expand file tree Collapse file tree 36 files changed +51
-18
lines changed
Expand file tree Collapse file tree 36 files changed +51
-18
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/hbstack/blog
33go 1.18
44
55require (
6- github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect
6+ github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20800 // indirect
77 github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 // indirect
88 github.com/hbstack/base v0.6.2 // indirect
99 github.com/hbstack/carousel v0.2.7 // indirect
Original file line number Diff line number Diff line change 11github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 h1:SmpwwN3DNzJWbV+IT8gaFu07ENUFpCvKou5BHYUKuVs =
22github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 /go.mod h1:kx8MBj9T7SFR8ZClWvKZPmmUxBaltkoXvnWlZZcSnYA =
33github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 /go.mod h1:uekq1D4ebeXgduLj8VIZy8TgfTjrLdSl6nPtVczso78 =
4+ github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20800 /go.mod h1:P5GGyhdxi00C5zW7vkRo/IS532gZY/YS2TS395Xaxho =
45github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 h1:GZxx4Hc+yb0/t3/rau1j8XlAxLE4CyXns2fqQbyqWfs =
56github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 /go.mod h1:mFberT6ZtcchrsDtfvJM7aAH2bDKLdOnruUHl0hlapI =
67github.com/hbstack/base v0.5.1 h1:E3I05k9LG6ZhkXHkDJt+SIhr0AGH1RpI5+oeoj3mgHg =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/hbstack/blog/modules/breadcrumb
33go 1.18
44
55require (
6- github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect
6+ github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20800 // indirect
77 github.com/hbstack/blog v0.42.2 // indirect
88 github.com/hbstack/breadcrumb v0.8.0 // indirect
99 github.com/hbstack/footer v0.4.1 // indirect
Original file line number Diff line number Diff line change 11github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 h1:SmpwwN3DNzJWbV+IT8gaFu07ENUFpCvKou5BHYUKuVs =
22github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 /go.mod h1:kx8MBj9T7SFR8ZClWvKZPmmUxBaltkoXvnWlZZcSnYA =
33github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 /go.mod h1:uekq1D4ebeXgduLj8VIZy8TgfTjrLdSl6nPtVczso78 =
4+ github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20800 /go.mod h1:P5GGyhdxi00C5zW7vkRo/IS532gZY/YS2TS395Xaxho =
45github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 /go.mod h1:mFberT6ZtcchrsDtfvJM7aAH2bDKLdOnruUHl0hlapI =
56github.com/hbstack/blog v0.16.1 h1:Y+HY0DPZKj1CSBnNyU4/1Bt1yNBpVgJoquEfjQ1hNqQ =
67github.com/hbstack/blog v0.16.1 /go.mod h1:8sBP+PIq/hKN6Y99DuA3jup+aFUl/bbB8okNgwERNOs =
@@ -203,6 +204,7 @@ github.com/hugomods/seo/modules/base v0.1.2/go.mod h1:qfm1Vga0eGxL+Szgz8Jopm+NtJ
203204github.com/hugomods/seo/modules/base v0.1.3 /go.mod h1:kKuDlSh6uMjNAfe4j1RFQze4HwTHVKWuLIRsMwENqxs =
204205github.com/twbs/bootstrap v5.3.2+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
205206github.com/twbs/bootstrap v5.3.3+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
207+ github.com/twbs/bootstrap v5.3.8+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
206208github.com/twbs/icons v1.11.1 h1:lMKkMwupTDfBJWXx6RFLwfYuCmqG/uUAu2LaOf7bZjU =
207209github.com/twbs/icons v1.11.1 /go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA =
208210github.com/twbs/icons v1.11.2 /go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/hbstack/blog/modules/content-panel
33go 1.19
44
55require (
6- github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect
6+ github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20800 // indirect
77 github.com/hbstack/blog v0.42.2 // indirect
88 github.com/hbstack/content-panel v0.10.2 // indirect
99 github.com/hbstack/footer v0.4.1 // indirect
Original file line number Diff line number Diff line change 11github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 h1:SmpwwN3DNzJWbV+IT8gaFu07ENUFpCvKou5BHYUKuVs =
22github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 /go.mod h1:kx8MBj9T7SFR8ZClWvKZPmmUxBaltkoXvnWlZZcSnYA =
33github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 /go.mod h1:uekq1D4ebeXgduLj8VIZy8TgfTjrLdSl6nPtVczso78 =
4+ github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20800 /go.mod h1:P5GGyhdxi00C5zW7vkRo/IS532gZY/YS2TS395Xaxho =
45github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 /go.mod h1:mFberT6ZtcchrsDtfvJM7aAH2bDKLdOnruUHl0hlapI =
56github.com/hbstack/blog v0.16.1 h1:Y+HY0DPZKj1CSBnNyU4/1Bt1yNBpVgJoquEfjQ1hNqQ =
67github.com/hbstack/blog v0.16.1 /go.mod h1:8sBP+PIq/hKN6Y99DuA3jup+aFUl/bbB8okNgwERNOs =
@@ -203,6 +204,7 @@ github.com/hugomods/seo/modules/base v0.1.2/go.mod h1:qfm1Vga0eGxL+Szgz8Jopm+NtJ
203204github.com/hugomods/seo/modules/base v0.1.3 /go.mod h1:kKuDlSh6uMjNAfe4j1RFQze4HwTHVKWuLIRsMwENqxs =
204205github.com/twbs/bootstrap v5.3.2+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
205206github.com/twbs/bootstrap v5.3.3+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
207+ github.com/twbs/bootstrap v5.3.8+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
206208github.com/twbs/icons v1.11.1 h1:lMKkMwupTDfBJWXx6RFLwfYuCmqG/uUAu2LaOf7bZjU =
207209github.com/twbs/icons v1.11.1 /go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA =
208210github.com/twbs/icons v1.11.2 /go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/hbstack/blog/modules/decap-cms
33go 1.18
44
55require (
6- github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect
6+ github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20800 // indirect
77 github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 // indirect
88 github.com/hbstack/base v0.6.2 // indirect
99 github.com/hbstack/blog v0.42.2 // indirect
Original file line number Diff line number Diff line change 11github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 h1:SmpwwN3DNzJWbV+IT8gaFu07ENUFpCvKou5BHYUKuVs =
22github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 /go.mod h1:kx8MBj9T7SFR8ZClWvKZPmmUxBaltkoXvnWlZZcSnYA =
33github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 /go.mod h1:uekq1D4ebeXgduLj8VIZy8TgfTjrLdSl6nPtVczso78 =
4+ github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20800 /go.mod h1:P5GGyhdxi00C5zW7vkRo/IS532gZY/YS2TS395Xaxho =
45github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 h1:GZxx4Hc+yb0/t3/rau1j8XlAxLE4CyXns2fqQbyqWfs =
56github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 /go.mod h1:mFberT6ZtcchrsDtfvJM7aAH2bDKLdOnruUHl0hlapI =
67github.com/hbstack/base v0.4.1 h1:rRmnQonYwixoo/MzDAGOH5S1aIB6/ArPRueRDil0cnc =
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/hbstack/blog/modules/disqus
33go 1.19
44
55require (
6- github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 // indirect
6+ github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20800 // indirect
77 github.com/hbstack/blog v0.42.2 // indirect
88 github.com/hbstack/disqus v0.1.1 // indirect
99 github.com/hbstack/footer v0.4.1 // indirect
Original file line number Diff line number Diff line change 11github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 h1:SmpwwN3DNzJWbV+IT8gaFu07ENUFpCvKou5BHYUKuVs =
22github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 /go.mod h1:kx8MBj9T7SFR8ZClWvKZPmmUxBaltkoXvnWlZZcSnYA =
33github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20400 /go.mod h1:uekq1D4ebeXgduLj8VIZy8TgfTjrLdSl6nPtVczso78 =
4+ github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20800 /go.mod h1:P5GGyhdxi00C5zW7vkRo/IS532gZY/YS2TS395Xaxho =
45github.com/gohugoio/hugo-mod-jslibs-dist/popperjs/v2 v2.21100.20000 /go.mod h1:mFberT6ZtcchrsDtfvJM7aAH2bDKLdOnruUHl0hlapI =
56github.com/hbstack/blog v0.16.1 h1:Y+HY0DPZKj1CSBnNyU4/1Bt1yNBpVgJoquEfjQ1hNqQ =
67github.com/hbstack/blog v0.16.1 /go.mod h1:8sBP+PIq/hKN6Y99DuA3jup+aFUl/bbB8okNgwERNOs =
@@ -192,6 +193,7 @@ github.com/hugomods/seo/modules/base v0.1.2/go.mod h1:qfm1Vga0eGxL+Szgz8Jopm+NtJ
192193github.com/hugomods/seo/modules/base v0.1.3 /go.mod h1:kKuDlSh6uMjNAfe4j1RFQze4HwTHVKWuLIRsMwENqxs =
193194github.com/twbs/bootstrap v5.3.2+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
194195github.com/twbs/bootstrap v5.3.3+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
196+ github.com/twbs/bootstrap v5.3.8+incompatible /go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0 =
195197github.com/twbs/icons v1.11.1 h1:lMKkMwupTDfBJWXx6RFLwfYuCmqG/uUAu2LaOf7bZjU =
196198github.com/twbs/icons v1.11.1 /go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA =
197199github.com/twbs/icons v1.11.2 /go.mod h1:GnRlymgVWp5iVJCMa0Me5b6tFyGpVc2bSxPMRGIJmyA =
You can’t perform that action at this time.
0 commit comments