mirror of
https://github.com/ditatompel/insights.git
synced 2025-01-08 03:12:06 +07:00
Compare commits
5 commits
296372388d
...
c86bea7029
Author | SHA1 | Date | |
---|---|---|---|
|
c86bea7029 | ||
|
4e2d08e350 | ||
|
c49424b7f2 | ||
|
cd01d36156 | ||
|
c4740611e6 |
2 changed files with 6 additions and 3 deletions
6
go.mod
6
go.mod
|
@ -6,7 +6,7 @@ require (
|
|||
github.com/GoogleChrome/workbox v7.1.0+incompatible // indirect
|
||||
github.com/KaTeX/KaTeX v0.16.10 // indirect
|
||||
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 // indirect
|
||||
github.com/hbstack/base v0.5.2 // indirect
|
||||
github.com/hbstack/base v0.6.0 // indirect
|
||||
github.com/hbstack/blog/modules/content-panel v0.1.21 // indirect
|
||||
github.com/hbstack/blog/modules/giscus v0.1.23 // indirect
|
||||
github.com/hbstack/blog/modules/toc-scrollspy v0.1.20 // indirect
|
||||
|
@ -24,8 +24,8 @@ require (
|
|||
github.com/hbstack/socials v0.14.1 // indirect
|
||||
github.com/henrygd/bigger-picture v1.1.16 // indirect
|
||||
github.com/hugomods/ascii v0.1.0 // indirect
|
||||
github.com/hugomods/base v0.6.0 // indirect
|
||||
github.com/hugomods/bootstrap v0.21.2 // indirect
|
||||
github.com/hugomods/base v0.7.0 // indirect
|
||||
github.com/hugomods/bootstrap v0.22.0 // indirect
|
||||
github.com/hugomods/code-block-panel v0.6.0 // indirect
|
||||
github.com/hugomods/giscus v0.1.1 // indirect
|
||||
github.com/hugomods/google-adsense v0.1.0 // indirect
|
||||
|
|
3
go.sum
3
go.sum
|
@ -23,6 +23,7 @@ github.com/hbstack/base v0.5.0/go.mod h1:4A2bxdXMjpj4HSEnugN7hlFECiap4zUX56jOqtu
|
|||
github.com/hbstack/base v0.5.1 h1:E3I05k9LG6ZhkXHkDJt+SIhr0AGH1RpI5+oeoj3mgHg=
|
||||
github.com/hbstack/base v0.5.1/go.mod h1:4A2bxdXMjpj4HSEnugN7hlFECiap4zUX56jOqtu4YPY=
|
||||
github.com/hbstack/base v0.5.2/go.mod h1:4A2bxdXMjpj4HSEnugN7hlFECiap4zUX56jOqtu4YPY=
|
||||
github.com/hbstack/base v0.6.0/go.mod h1:4A2bxdXMjpj4HSEnugN7hlFECiap4zUX56jOqtu4YPY=
|
||||
github.com/hbstack/blog/modules/content-panel v0.1.21 h1:g43IVjn3O6QCQSvCbgr9iYCgZcI5XG8YAiuVPb269Ok=
|
||||
github.com/hbstack/blog/modules/content-panel v0.1.21/go.mod h1:fVnvVtnfo3R78jnGLgckfC43j7rYMMN+l1PhU9E6Jas=
|
||||
github.com/hbstack/blog/modules/giscus v0.1.23 h1:k70d91K6mU6LJGhXYh1Mrpk+MFFrxwTOGyCVWHWHgbo=
|
||||
|
@ -86,6 +87,7 @@ github.com/hugomods/base v0.4.2/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLO
|
|||
github.com/hugomods/base v0.5.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4=
|
||||
github.com/hugomods/base v0.6.0 h1:trDA6k742kUb7VOwrvC564MgalMsAtsQGfB9AZFbVeo=
|
||||
github.com/hugomods/base v0.6.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4=
|
||||
github.com/hugomods/base v0.7.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4=
|
||||
github.com/hugomods/bootstrap v0.15.0 h1:00+Lkt6zJO71aN5MspuwAM50VwbQsM8P2QlLLUt7EPw=
|
||||
github.com/hugomods/bootstrap v0.15.0/go.mod h1:uieaNCwD8ajNXjXmvCGoV0DluFraEn2h8WzXhwtmkig=
|
||||
github.com/hugomods/bootstrap v0.17.3 h1:YdsTcRRr1Aidk6jntyGW2HGP5U+iehguJz9swVDQrNw=
|
||||
|
@ -95,6 +97,7 @@ github.com/hugomods/bootstrap v0.18.5/go.mod h1:Ss7a4kP2fqt6qMlU4XUunU0XDc8GAN8m
|
|||
github.com/hugomods/bootstrap v0.19.0/go.mod h1:NsS0rxUANr6nWIUrOK2Qw0T90lu4SdPUuglpodNl93k=
|
||||
github.com/hugomods/bootstrap v0.21.2 h1:lu9LHkj7RLxkVp2bX//li2Z/OsG36TGHjlFZG4/p9Tw=
|
||||
github.com/hugomods/bootstrap v0.21.2/go.mod h1:3U2SkU7l1+n8/wJZwB8/2phYhvRyFwCMix7pPNJ4U+I=
|
||||
github.com/hugomods/bootstrap v0.22.0/go.mod h1:3U2SkU7l1+n8/wJZwB8/2phYhvRyFwCMix7pPNJ4U+I=
|
||||
github.com/hugomods/code-block-panel v0.5.0 h1:IjlVQZJccs02x0TaNxsLR4S2PRyzy3tBXE3nFT2vJxA=
|
||||
github.com/hugomods/code-block-panel v0.5.0/go.mod h1:3J9yUxaShbhYvFFZbGVHcBoHPl6TUKLL3f2fTsnVNNg=
|
||||
github.com/hugomods/code-block-panel v0.6.0 h1:gH4FRxFSU1QwmzKkGHxdPd4oEYBWKFoq2XNWPB71SAY=
|
||||
|
|
Loading…
Reference in a new issue