mirror of
https://github.com/ditatompel/insights.git
synced 2025-01-08 03:12:06 +07:00
Compare commits
11 commits
c102919672
...
1ed8db390f
Author | SHA1 | Date | |
---|---|---|---|
1ed8db390f | |||
|
0bc2ddef6e | ||
|
c44df9d45f | ||
|
60be402942 | ||
|
05eec11c6c | ||
|
b8da2f3c7c | ||
|
360c1afc20 | ||
|
a3323b68ab | ||
|
77d063dbc9 | ||
|
506b68ded9 | ||
|
3f35542be5 |
2 changed files with 15 additions and 15 deletions
10
go.mod
10
go.mod
|
@ -11,7 +11,7 @@ require (
|
||||||
github.com/hbstack/back-to-top v0.2.0 // indirect
|
github.com/hbstack/back-to-top v0.2.0 // indirect
|
||||||
github.com/hbstack/base v0.6.2 // indirect
|
github.com/hbstack/base v0.6.2 // indirect
|
||||||
github.com/hbstack/bigger-picture v0.10.1 // indirect
|
github.com/hbstack/bigger-picture v0.10.1 // indirect
|
||||||
github.com/hbstack/blog v0.38.0 // indirect
|
github.com/hbstack/blog v0.38.1 // indirect
|
||||||
github.com/hbstack/blog/modules/breadcrumb v0.1.23 // indirect
|
github.com/hbstack/blog/modules/breadcrumb v0.1.23 // indirect
|
||||||
github.com/hbstack/blog/modules/content-panel v0.1.21 // indirect
|
github.com/hbstack/blog/modules/content-panel v0.1.21 // indirect
|
||||||
github.com/hbstack/blog/modules/featured-image v0.2.21 // indirect
|
github.com/hbstack/blog/modules/featured-image v0.2.21 // indirect
|
||||||
|
@ -38,7 +38,7 @@ require (
|
||||||
github.com/hbstack/gallery/modules/breadcrumb v0.1.1 // indirect
|
github.com/hbstack/gallery/modules/breadcrumb v0.1.1 // indirect
|
||||||
github.com/hbstack/giscus v0.1.1 // indirect
|
github.com/hbstack/giscus v0.1.1 // indirect
|
||||||
github.com/hbstack/hb v0.15.3 // indirect
|
github.com/hbstack/hb v0.15.3 // indirect
|
||||||
github.com/hbstack/header v0.16.3 // indirect
|
github.com/hbstack/header v0.16.4 // indirect
|
||||||
github.com/hbstack/header/modules/language-picker v0.1.26 // indirect
|
github.com/hbstack/header/modules/language-picker v0.1.26 // indirect
|
||||||
github.com/hbstack/header/modules/search v0.1.38 // indirect
|
github.com/hbstack/header/modules/search v0.1.38 // indirect
|
||||||
github.com/hbstack/header/modules/socials v0.2.2 // indirect
|
github.com/hbstack/header/modules/socials v0.2.2 // indirect
|
||||||
|
@ -61,7 +61,7 @@ require (
|
||||||
github.com/henrygd/bigger-picture v1.1.17 // indirect
|
github.com/henrygd/bigger-picture v1.1.17 // indirect
|
||||||
github.com/hugomods/ascii v0.1.0 // indirect
|
github.com/hugomods/ascii v0.1.0 // indirect
|
||||||
github.com/hugomods/base v0.7.2 // indirect
|
github.com/hugomods/base v0.7.2 // indirect
|
||||||
github.com/hugomods/bootstrap v0.22.3 // indirect
|
github.com/hugomods/bootstrap v0.23.0 // indirect
|
||||||
github.com/hugomods/code-block-panel v0.7.1 // indirect
|
github.com/hugomods/code-block-panel v0.7.1 // indirect
|
||||||
github.com/hugomods/font-awesome v6.6.0+incompatible // indirect
|
github.com/hugomods/font-awesome v6.6.0+incompatible // indirect
|
||||||
github.com/hugomods/fuse-js v0.1.0 // indirect
|
github.com/hugomods/fuse-js v0.1.0 // indirect
|
||||||
|
@ -80,8 +80,8 @@ require (
|
||||||
github.com/hugomods/masonry-js v0.1.0 // indirect
|
github.com/hugomods/masonry-js v0.1.0 // indirect
|
||||||
github.com/hugomods/mermaid v0.1.4 // indirect
|
github.com/hugomods/mermaid v0.1.4 // indirect
|
||||||
github.com/hugomods/pwa v0.9.0 // indirect
|
github.com/hugomods/pwa v0.9.0 // indirect
|
||||||
github.com/hugomods/search v0.18.1 // indirect
|
github.com/hugomods/search v0.18.3 // indirect
|
||||||
github.com/hugomods/search-index v0.1.0 // indirect
|
github.com/hugomods/search-index v0.1.1 // indirect
|
||||||
github.com/hugomods/seo/modules/alternatives v0.1.1 // indirect
|
github.com/hugomods/seo/modules/alternatives v0.1.1 // indirect
|
||||||
github.com/hugomods/seo/modules/base v0.1.3 // indirect
|
github.com/hugomods/seo/modules/base v0.1.3 // indirect
|
||||||
github.com/hugomods/seo/modules/favicons v0.2.2 // indirect
|
github.com/hugomods/seo/modules/favicons v0.2.2 // indirect
|
||||||
|
|
20
go.sum
20
go.sum
|
@ -14,8 +14,8 @@ github.com/hbstack/base v0.6.2 h1:ihsxMroTujvjVnKZwueujELNXGo9gsCQdrBrJ32zkuU=
|
||||||
github.com/hbstack/base v0.6.2/go.mod h1:eO3xP3CJ2Dwc38+FjVqZuzmvT8dYF2D2Dw4Sx4pi9Ng=
|
github.com/hbstack/base v0.6.2/go.mod h1:eO3xP3CJ2Dwc38+FjVqZuzmvT8dYF2D2Dw4Sx4pi9Ng=
|
||||||
github.com/hbstack/bigger-picture v0.10.1 h1:EgUYZgSGhl4KwKVqryf6ncB2QY4YYgOqTpDW6+5tq14=
|
github.com/hbstack/bigger-picture v0.10.1 h1:EgUYZgSGhl4KwKVqryf6ncB2QY4YYgOqTpDW6+5tq14=
|
||||||
github.com/hbstack/bigger-picture v0.10.1/go.mod h1:wZpRrOlTFrt2lO3tl9Y7cIAJbAJN1MdvRu0UsbCnkaE=
|
github.com/hbstack/bigger-picture v0.10.1/go.mod h1:wZpRrOlTFrt2lO3tl9Y7cIAJbAJN1MdvRu0UsbCnkaE=
|
||||||
github.com/hbstack/blog v0.38.0 h1:8Q88168t8c2s8eA5DCAebJtQG8h1Zuxcrt+42I+rRmY=
|
github.com/hbstack/blog v0.38.1 h1:yCA9Wqox78YtyrhLv85p6QGoFZqI0cx5MofgAjmgbu0=
|
||||||
github.com/hbstack/blog v0.38.0/go.mod h1:mSWZq1M68aJSjGPv+yfbduABOSNbpBJ9HAM/EIKWxfQ=
|
github.com/hbstack/blog v0.38.1/go.mod h1:BGktOnBav5+EUdCmwaTfJCKS/mfA4guz2s4RVbDCTQI=
|
||||||
github.com/hbstack/blog/modules/breadcrumb v0.1.23 h1:MgUR88vv4cs/M1/cVBKUInFw3DcRw0W2AlmmcdhxewY=
|
github.com/hbstack/blog/modules/breadcrumb v0.1.23 h1:MgUR88vv4cs/M1/cVBKUInFw3DcRw0W2AlmmcdhxewY=
|
||||||
github.com/hbstack/blog/modules/breadcrumb v0.1.23/go.mod h1:smQySqXDtUv2pP7bb+XBr+QGNFxhDGN0fLmQkOIWa5g=
|
github.com/hbstack/blog/modules/breadcrumb v0.1.23/go.mod h1:smQySqXDtUv2pP7bb+XBr+QGNFxhDGN0fLmQkOIWa5g=
|
||||||
github.com/hbstack/blog/modules/content-panel v0.1.21 h1:g43IVjn3O6QCQSvCbgr9iYCgZcI5XG8YAiuVPb269Ok=
|
github.com/hbstack/blog/modules/content-panel v0.1.21 h1:g43IVjn3O6QCQSvCbgr9iYCgZcI5XG8YAiuVPb269Ok=
|
||||||
|
@ -68,8 +68,8 @@ github.com/hbstack/giscus v0.1.1 h1:jKbA17XjAcbD59QIDUVoFOdbi9P2WzQMtOcIpG/Znuo=
|
||||||
github.com/hbstack/giscus v0.1.1/go.mod h1:XElW8oNLnS0dRVFzoo9Gq8xknvz3D2PuTHC7yw9h3EE=
|
github.com/hbstack/giscus v0.1.1/go.mod h1:XElW8oNLnS0dRVFzoo9Gq8xknvz3D2PuTHC7yw9h3EE=
|
||||||
github.com/hbstack/hb v0.15.3 h1:Q7XKGYLJobkRYKiMd4tLmmBQDaIBX7n3f8QlwAohKvA=
|
github.com/hbstack/hb v0.15.3 h1:Q7XKGYLJobkRYKiMd4tLmmBQDaIBX7n3f8QlwAohKvA=
|
||||||
github.com/hbstack/hb v0.15.3/go.mod h1:FJilVCHtkVpfXZT+Ii2OFCVeu9wQh/YGgRMuPKX5ycA=
|
github.com/hbstack/hb v0.15.3/go.mod h1:FJilVCHtkVpfXZT+Ii2OFCVeu9wQh/YGgRMuPKX5ycA=
|
||||||
github.com/hbstack/header v0.16.3 h1:WId/dVFwR0QRab1/qLJagE0PA+yW9lkq+icsMTUmZ/8=
|
github.com/hbstack/header v0.16.4 h1:Ia/Sww4b/uOvpyN5/IGmVuWT4h1cxJSnWm5qwoVmrAI=
|
||||||
github.com/hbstack/header v0.16.3/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKImiZx5FA=
|
github.com/hbstack/header v0.16.4/go.mod h1:4f3Nhslt+UQ1Fo82HuspQO7jLJ/UrZ8GgDKImiZx5FA=
|
||||||
github.com/hbstack/header/modules/language-picker v0.1.26 h1:iu/PtI6ckZt/6o7ekzcpFZYZEwRsNM/rxRuqRrAr0m0=
|
github.com/hbstack/header/modules/language-picker v0.1.26 h1:iu/PtI6ckZt/6o7ekzcpFZYZEwRsNM/rxRuqRrAr0m0=
|
||||||
github.com/hbstack/header/modules/language-picker v0.1.26/go.mod h1:/U3czl4OdnIVkThN1hb1r0HCElgeCr4rZx0Rl/TCGME=
|
github.com/hbstack/header/modules/language-picker v0.1.26/go.mod h1:/U3czl4OdnIVkThN1hb1r0HCElgeCr4rZx0Rl/TCGME=
|
||||||
github.com/hbstack/header/modules/search v0.1.38 h1:B+deLNUyn1F6DiEEIviu1IlOnykaQ1YEezOa8kljSsM=
|
github.com/hbstack/header/modules/search v0.1.38 h1:B+deLNUyn1F6DiEEIviu1IlOnykaQ1YEezOa8kljSsM=
|
||||||
|
@ -114,8 +114,8 @@ github.com/hugomods/ascii v0.1.0 h1:c7E0nV3z7PiNchGXkIuFBWsKym17k0iOo+o6Bp6bw30=
|
||||||
github.com/hugomods/ascii v0.1.0/go.mod h1:vvC2YaCuNBWl/8F/mfk9vMxVpwXluH80cROV9TDpmLk=
|
github.com/hugomods/ascii v0.1.0/go.mod h1:vvC2YaCuNBWl/8F/mfk9vMxVpwXluH80cROV9TDpmLk=
|
||||||
github.com/hugomods/base v0.7.2 h1:SShNl7koN79CEUdGQ65Knbf/c2k+bE+El5ManYWd8Cg=
|
github.com/hugomods/base v0.7.2 h1:SShNl7koN79CEUdGQ65Knbf/c2k+bE+El5ManYWd8Cg=
|
||||||
github.com/hugomods/base v0.7.2/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4=
|
github.com/hugomods/base v0.7.2/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4=
|
||||||
github.com/hugomods/bootstrap v0.22.3 h1:q/lqm4rx0TefUALFFD54j19y7uu3toqYCOAWStebkYw=
|
github.com/hugomods/bootstrap v0.23.0 h1:/Mj6VCk+xUNan72m4ulupu+oRug7IuvpBO1jp+MhhFw=
|
||||||
github.com/hugomods/bootstrap v0.22.3/go.mod h1:OpcaTH8dMsWqCeSSJ8IGqjEvK2zghLm8wD8ka3d33jc=
|
github.com/hugomods/bootstrap v0.23.0/go.mod h1:eL5Y6abDndTt/LZu1VtgprvkdZgsV7/d3jpSoCcDkKQ=
|
||||||
github.com/hugomods/code-block-panel v0.7.1 h1:WP3xzQC++Bh5SiSke0csO0H1O4G6VejwdPazHD9DY5o=
|
github.com/hugomods/code-block-panel v0.7.1 h1:WP3xzQC++Bh5SiSke0csO0H1O4G6VejwdPazHD9DY5o=
|
||||||
github.com/hugomods/code-block-panel v0.7.1/go.mod h1:3J9yUxaShbhYvFFZbGVHcBoHPl6TUKLL3f2fTsnVNNg=
|
github.com/hugomods/code-block-panel v0.7.1/go.mod h1:3J9yUxaShbhYvFFZbGVHcBoHPl6TUKLL3f2fTsnVNNg=
|
||||||
github.com/hugomods/font-awesome v6.6.0+incompatible h1:LRI2HqrbS2epfl5/DOfPzpCI6H33GBss1SLb670GsLw=
|
github.com/hugomods/font-awesome v6.6.0+incompatible h1:LRI2HqrbS2epfl5/DOfPzpCI6H33GBss1SLb670GsLw=
|
||||||
|
@ -152,10 +152,10 @@ github.com/hugomods/mermaid v0.1.4 h1:/u0FZRSBMpqTbDh4XPBL7c6p0DUjvIkoo9cC89GASS
|
||||||
github.com/hugomods/mermaid v0.1.4/go.mod h1:GOID2Ko1vdrX03ZMaFNQL/vdTU1tZmGcVjOgBN8O42Y=
|
github.com/hugomods/mermaid v0.1.4/go.mod h1:GOID2Ko1vdrX03ZMaFNQL/vdTU1tZmGcVjOgBN8O42Y=
|
||||||
github.com/hugomods/pwa v0.9.0 h1:bEKFkP7xkow6IadY9hKEwPbdKeLC0XZfVT31gGP7CPc=
|
github.com/hugomods/pwa v0.9.0 h1:bEKFkP7xkow6IadY9hKEwPbdKeLC0XZfVT31gGP7CPc=
|
||||||
github.com/hugomods/pwa v0.9.0/go.mod h1:KpYK2Ffn969+Py5SzV3+iXYase4UoUeRAsd9jY7Q2Us=
|
github.com/hugomods/pwa v0.9.0/go.mod h1:KpYK2Ffn969+Py5SzV3+iXYase4UoUeRAsd9jY7Q2Us=
|
||||||
github.com/hugomods/search v0.18.1 h1:NZEQa1FCHrLPBunuuv854KCTfHTw38hPGwVxvWqneDg=
|
github.com/hugomods/search v0.18.3 h1:ArJTyKNFU4joba+mrrM7EsplxPWbQ/rAE4LCn34D6+o=
|
||||||
github.com/hugomods/search v0.18.1/go.mod h1:xPnDGjP/HCdEWJrJBwwdI2mEtdxFxp+wHBwSl/r2m00=
|
github.com/hugomods/search v0.18.3/go.mod h1:xPnDGjP/HCdEWJrJBwwdI2mEtdxFxp+wHBwSl/r2m00=
|
||||||
github.com/hugomods/search-index v0.1.0 h1:JmCeggTFjbztJnSfum4PZ/USlmHP2rIkAWOwSpj11dA=
|
github.com/hugomods/search-index v0.1.1 h1:jAJ+Gu0nzCq/bbjEeJQcI1gLgqJOn+RHnTf9Sp1go2w=
|
||||||
github.com/hugomods/search-index v0.1.0/go.mod h1:2owtATJ1XxWAvK/trnNoUC1EoBimAtRYVa7F+JO/s9c=
|
github.com/hugomods/search-index v0.1.1/go.mod h1:2owtATJ1XxWAvK/trnNoUC1EoBimAtRYVa7F+JO/s9c=
|
||||||
github.com/hugomods/seo/modules/alternatives v0.1.1 h1:Y8NdyBhvkSfr43ZKtXvQBgOW9lHL0a6vC1UIZFNbMpo=
|
github.com/hugomods/seo/modules/alternatives v0.1.1 h1:Y8NdyBhvkSfr43ZKtXvQBgOW9lHL0a6vC1UIZFNbMpo=
|
||||||
github.com/hugomods/seo/modules/alternatives v0.1.1/go.mod h1:y/VmIbVDnJWgcbhw0Rp8PP4RtvLhAx+URfvwl5SrWg0=
|
github.com/hugomods/seo/modules/alternatives v0.1.1/go.mod h1:y/VmIbVDnJWgcbhw0Rp8PP4RtvLhAx+URfvwl5SrWg0=
|
||||||
github.com/hugomods/seo/modules/base v0.1.3 h1:1RYumYqpmNTamOnoVjhu1u5S8dxx71awYcJaiIuJw60=
|
github.com/hugomods/seo/modules/base v0.1.3 h1:1RYumYqpmNTamOnoVjhu1u5S8dxx71awYcJaiIuJw60=
|
||||||
|
|
Loading…
Reference in a new issue