mirror of
https://github.com/ditatompel/insights.git
synced 2025-01-08 03:12:06 +07:00
Compare commits
3 commits
29e100dd9f
...
f7471a27ce
Author | SHA1 | Date | |
---|---|---|---|
|
f7471a27ce | ||
|
102f517091 | ||
|
e6c5217fe9 |
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.0.0+incompatible // indirect
|
||||
github.com/KaTeX/KaTeX v0.16.9 // indirect
|
||||
github.com/gohugoio/hugo-mod-bootstrap-scss/v5 v5.20300.20200 // indirect
|
||||
github.com/hbstack/base v0.4.4 // indirect
|
||||
github.com/hbstack/base v0.4.5 // 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
|
||||
|
@ -22,8 +22,8 @@ require (
|
|||
github.com/hbstack/pagination v0.6.0 // indirect
|
||||
github.com/hbstack/snackbar v0.1.2 // indirect
|
||||
github.com/hbstack/socials v0.9.0 // indirect
|
||||
github.com/henrygd/bigger-picture v1.1.15 // indirect
|
||||
github.com/hugomods/base v0.4.2 // indirect
|
||||
github.com/henrygd/bigger-picture v1.1.16 // indirect
|
||||
github.com/hugomods/base v0.5.0 // indirect
|
||||
github.com/hugomods/bootstrap v0.19.0 // indirect
|
||||
github.com/hugomods/code-block-panel v0.5.0 // indirect
|
||||
github.com/hugomods/giscus v0.1.1 // indirect
|
||||
|
|
3
go.sum
3
go.sum
|
@ -11,6 +11,7 @@ github.com/hbstack/base v0.4.2 h1:fGJ3McmCNcbnT5r2jGFfxsaGAQb8QbOaWZMvghSVRPA=
|
|||
github.com/hbstack/base v0.4.2/go.mod h1:TimBDf5axaS0vfBwKOo4+NMGO4Qy5G7P8s909I/nd2o=
|
||||
github.com/hbstack/base v0.4.3/go.mod h1:J5A7oLAuKGyUU3SPhvwhZ9kWvVBRjWyWIANgR+6fppg=
|
||||
github.com/hbstack/base v0.4.4/go.mod h1:oSKOFOxBtKd2zHjWq68SaF+zgtrNar9icGmRxDGPT0M=
|
||||
github.com/hbstack/base v0.4.5/go.mod h1:03s6ySDgFTfhIKUc8y1C7xEp8eCtRp0NfYNY57myd1g=
|
||||
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=
|
||||
|
@ -49,11 +50,13 @@ github.com/henrygd/bigger-picture v1.1.13 h1:J9ABjwQjk+AHb3ZXwFFTuYcj3ToMWYsxmXT
|
|||
github.com/henrygd/bigger-picture v1.1.13/go.mod h1:LayqbjDNNsZH+ZXklmjBe5T02qxpH9Cah/ygAraOBIk=
|
||||
github.com/henrygd/bigger-picture v1.1.15 h1:qFdNSaVP50zNndP+N0jsOVKbdKwL2L5bW851/fPjG9M=
|
||||
github.com/henrygd/bigger-picture v1.1.15/go.mod h1:LayqbjDNNsZH+ZXklmjBe5T02qxpH9Cah/ygAraOBIk=
|
||||
github.com/henrygd/bigger-picture v1.1.16/go.mod h1:LayqbjDNNsZH+ZXklmjBe5T02qxpH9Cah/ygAraOBIk=
|
||||
github.com/hugomods/base v0.4.0 h1:jzBIJpqDx8aLAlNe/zF1xbefu1XYxumZc39tOO0ZjSw=
|
||||
github.com/hugomods/base v0.4.0/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4=
|
||||
github.com/hugomods/base v0.4.1/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4=
|
||||
github.com/hugomods/base v0.4.2 h1:CffAsy/2nxsMm1TazpnFC/Nb+IQnwed5yLAVvt1dmZQ=
|
||||
github.com/hugomods/base v0.4.2/go.mod h1:hnWCPbVxuhXBwdFax3mmbMlWKmIo/7OP36MCLOyHtT4=
|
||||
github.com/hugomods/base v0.5.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=
|
||||
|
|
Loading…
Reference in a new issue