Fix post problems

This commit is contained in:
fundor333
2024-08-17 21:24:36 +02:00
parent 22fa87340f
commit b011a6c75f
4 changed files with 3 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/fundor333/fundor333.github.io
go 1.22.5
require (
github.com/fundor333/macha-theme v1.2.0 // indirect
github.com/fundor333/macha-theme v1.2.1 // indirect
github.com/fundor333/macia-image v1.0.0 // indirect
github.com/fundor333/macia-indiweb v1.0.0 // indirect
)

2
go.sum
View File

@@ -18,6 +18,8 @@ github.com/fundor333/macha-theme v1.1.0 h1:YryNANpox5uVfH0xnWEQtLIoMQMBF4RuRJPBD
github.com/fundor333/macha-theme v1.1.0/go.mod h1:aAlXN+qVwNF6FskAehppdmea5GGmhaPWL+0BHey1wro=
github.com/fundor333/macha-theme v1.2.0 h1:GZM5TOWy1F7pedL8n785ep2I+bqXRMeV1TbPN7J7vpw=
github.com/fundor333/macha-theme v1.2.0/go.mod h1:aAlXN+qVwNF6FskAehppdmea5GGmhaPWL+0BHey1wro=
github.com/fundor333/macha-theme v1.2.1 h1:Hfy29wvrMkAQldevhpPmXSZq6vyHC6dqJdhRMx3VYVU=
github.com/fundor333/macha-theme v1.2.1/go.mod h1:aAlXN+qVwNF6FskAehppdmea5GGmhaPWL+0BHey1wro=
github.com/fundor333/macia-image v0.0.0-20240728183659-e648e0050a87 h1:BwDrTcbkAi0WvySmRGu3vUUVBHYXDqS2QLveRgsL+5c=
github.com/fundor333/macia-image v0.0.0-20240728183659-e648e0050a87/go.mod h1:9zBOlIP9CvKcUcK3q+La1av6XH/fWPSApaYF/lvVAKY=
github.com/fundor333/macia-image v1.0.0 h1:fZpEgYjCNYidwncWpiowcHI9VCDlp9VaF5YqTe0CqLU=