mirror of
https://github.com/ditatompel/insights.git
synced 2025-01-08 03:12:06 +07:00
Compare commits
1 commit
561e64119a
...
11767372c5
Author | SHA1 | Date | |
---|---|---|---|
|
11767372c5 |
2 changed files with 3 additions and 6 deletions
6
go.mod
6
go.mod
|
@ -9,10 +9,10 @@ require (
|
|||
github.com/hbstack/base v0.6.1 // indirect
|
||||
github.com/hbstack/blog/modules/content-panel v0.1.21 // indirect
|
||||
github.com/hbstack/blog/modules/toc-scrollspy v0.2.0 // indirect
|
||||
github.com/hbstack/carousel v0.2.6 // indirect
|
||||
github.com/hbstack/carousel v0.2.5 // indirect
|
||||
github.com/hbstack/docs/modules/giscus v0.1.11 // indirect
|
||||
github.com/hbstack/featured-image v0.2.1 // indirect
|
||||
github.com/hbstack/gallery v0.13.1 // indirect
|
||||
github.com/hbstack/gallery v0.13.0 // indirect
|
||||
github.com/hbstack/gallery/modules/breadcrumb v0.1.1 // indirect
|
||||
github.com/hbstack/heading-sign v0.2.0 // indirect
|
||||
github.com/hbstack/meta/recommended v0.2.10 // indirect
|
||||
|
@ -21,7 +21,7 @@ require (
|
|||
github.com/hbstack/socials v0.16.0 // indirect
|
||||
github.com/henrygd/bigger-picture v1.1.17 // indirect
|
||||
github.com/hugomods/ascii v0.1.0 // indirect
|
||||
github.com/hugomods/base v0.7.2 // indirect
|
||||
github.com/hugomods/base v0.7.1 // indirect
|
||||
github.com/hugomods/bootstrap v0.22.2 // indirect
|
||||
github.com/hugomods/code-block-panel v0.7.0 // indirect
|
||||
github.com/hugomods/giscus v0.1.1 // indirect
|
||||
|
|
3
go.sum
3
go.sum
|
@ -14,7 +14,6 @@ github.com/hbstack/blog/modules/toc-scrollspy v0.2.0 h1:UgA7UxoHTOzFDRp1XxhCmCNi
|
|||
github.com/hbstack/blog/modules/toc-scrollspy v0.2.0/go.mod h1:61D0fK0cilgwUzQm4fhVqfAc0cFYkvTE4pVSP6+FvHI=
|
||||
github.com/hbstack/carousel v0.2.5 h1:+N4U9wvCvd8gWI0anyNVqelkrDqsWI/jDc8LG/KvB1E=
|
||||
github.com/hbstack/carousel v0.2.5/go.mod h1:37ffr9r5ilAS4b7KrplyCeOcTPmFd2PMygLo+VPe3oY=
|
||||
github.com/hbstack/carousel v0.2.6/go.mod h1:XWL7LkRRjyy4g/NF83cnLi49NpWBgW554HGb52lvrzc=
|
||||
github.com/hbstack/docs/modules/giscus v0.1.10 h1:rSZKSrgiZeuf4nizv2A9BJGikm7PSsQy7T6u/6u+/Yw=
|
||||
github.com/hbstack/docs/modules/giscus v0.1.10/go.mod h1:6MTfPyydWOJ2hH/9vhQw1r6Z5lvNTgDN7zpAfgjIQz0=
|
||||
github.com/hbstack/docs/modules/giscus v0.1.11/go.mod h1:Vycwif1BgqhN5qZp9kg8ZtKOdsr8tXOCzHlrKiHNR8g=
|
||||
|
@ -22,7 +21,6 @@ github.com/hbstack/featured-image v0.2.1 h1:sRIzjV6YPVG7Ah0Hxjiuxd9bQnEV+62McOgX
|
|||
github.com/hbstack/featured-image v0.2.1/go.mod h1:hux3nYqQUVnQHPttJxVrvwfTsULGuVGRGFk3lO2Si54=
|
||||
github.com/hbstack/gallery v0.13.0 h1:xIS5vK0g4wlxgNjxBOdn+9E5n1VsQiZNjBUX5IcPBpQ=
|
||||
github.com/hbstack/gallery v0.13.0/go.mod h1:FeLNZqjpKCj1ryfPoTJVk59Bph2N1BfDcNBHyudWT4o=
|
||||
github.com/hbstack/gallery v0.13.1/go.mod h1:SlO4eo4aoLjjTfrqEnTEr6ocabHrqZjclWDCI1bUY+o=
|
||||
github.com/hbstack/gallery/modules/breadcrumb v0.1.1 h1:hPP+FuHcBo2nieDA3eY/f7714JBe/egECb6TRnmPHTo=
|
||||
github.com/hbstack/gallery/modules/breadcrumb v0.1.1/go.mod h1:LdbDrxkgYlIOn/x9HFrde+mpIagFayRuLjIDXL1zCHw=
|
||||
github.com/hbstack/heading-sign v0.2.0 h1:yXKZQEjPn/+jKyQxCJh34X+wXbiG4Bnr1VVF6lgMhi8=
|
||||
|
@ -42,7 +40,6 @@ github.com/hugomods/ascii v0.1.0/go.mod h1:vvC2YaCuNBWl/8F/mfk9vMxVpwXluH80cROV9
|
|||
github.com/hugomods/base v0.7.0 h1:KEZ1HrZdkx1Yt8BKE750a+zJOusLz9iefU2clqw6duc=
|
||||
github.com/hugomods/base v0.7.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4=
|
||||
github.com/hugomods/base v0.7.1/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4=
|
||||
github.com/hugomods/base v0.7.2/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4=
|
||||
github.com/hugomods/bootstrap v0.22.2 h1:wdZbyx/kLs3WH33pdDBmo/MH+42TTZzMtF0bH7otNXs=
|
||||
github.com/hugomods/bootstrap v0.22.2/go.mod h1:daEkGLSsmfI8vQ1SjKR7KELPSrm1G+yUnTptKdRxFN0=
|
||||
github.com/hugomods/code-block-panel v0.7.0 h1:7y8wbXMPvaFpqNIRUb8ykOQtz+E8lVcYd3yWGv2gMGw=
|
||||
|
|
Loading…
Reference in a new issue