From: Nikita Shubin Date: Sun, 26 Apr 2026 10:11:51 +0000 (+0300) Subject: mod+sum: no idea which commit it belongs X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=refs%2Fheads%2Fnshubin%2Fgit_purism;p=brevno-suite%2Fhugo mod+sum: no idea which commit it belongs Signed-off-by: Nikita Shubin --- diff --git a/go.mod b/go.mod index 3ee23ec0a..c50d1a65a 100644 --- a/go.mod +++ b/go.mod @@ -48,6 +48,7 @@ require ( github.com/hairyhenderson/go-codeowners v0.7.0 github.com/jdkato/prose v1.2.1 github.com/kyokomi/emoji/v2 v2.2.13 + github.com/leonhfr/goldmark-frontmatter v0.0.0-20230913182621-90d3b7563e2c github.com/magefile/mage v1.17.2 github.com/makeworld-the-better-one/dither/v2 v2.4.0 github.com/marekm4/color-extractor v1.2.1 @@ -80,6 +81,7 @@ require ( golang.org/x/text v0.36.0 golang.org/x/tools v0.44.0 google.golang.org/api v0.276.0 + gopkg.in/yaml.v2 v2.4.0 rsc.io/qr v0.2.0 ) @@ -99,6 +101,7 @@ require ( github.com/Azure/go-autorest v14.2.0+incompatible // indirect github.com/Azure/go-autorest/autorest/to v0.4.1 // indirect github.com/AzureAD/microsoft-authentication-library-for-go v1.6.0 // indirect + github.com/BurntSushi/toml v1.5.0 // indirect github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.31.0 // indirect github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0 // indirect github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.54.0 // indirect diff --git a/go.sum b/go.sum index 35c340e0e..3665c86a5 100644 --- a/go.sum +++ b/go.sum @@ -164,8 +164,6 @@ github.com/bep/goportabletext v0.2.0 h1:CZ9f8jADBWqHwBymQiJJPCTSV/tHSA+PYzlUf86Y github.com/bep/goportabletext v0.2.0/go.mod h1:xDeA5+qcgKzJq6Q6XjAiBKtxLD3Yn7f6XP4joD3J3qU= github.com/bep/helpers v0.8.0 h1:plg2BFgA9AgIHF2XemyZdZLqixjzQk3uyyArV48FngQ= github.com/bep/helpers v0.8.0/go.mod h1:PfE7MGdA8sSQ19nyDh4tYbs5rAlStlJaDI21f/fnNps= -github.com/bep/imagemeta v0.17.1 h1:YZ3CBhdcmiPMpYGslQZ+6LKs5mN3el0/7srSm4Sxtlg= -github.com/bep/imagemeta v0.17.1/go.mod h1:+Hlp195TfZpzsqCxtDKTG6eWdyz2+F2V/oCYfr3CZKA= github.com/bep/imagemeta v0.17.2 h1:fDyXM1eAqCfBeqGLqS6UsN4OfuLM0cdu70KuLCehjOg= github.com/bep/imagemeta v0.17.2/go.mod h1:+Hlp195TfZpzsqCxtDKTG6eWdyz2+F2V/oCYfr3CZKA= github.com/bep/lazycache v0.8.1 h1:ko6ASLjkPxyV5DMWoNNZ8B2M0weyjqXX8IZkjBoBtvg= @@ -396,6 +394,8 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0 github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= github.com/kyokomi/emoji/v2 v2.2.13 h1:GhTfQa67venUUvmleTNFnb+bi7S3aocF7ZCXU9fSO7U= github.com/kyokomi/emoji/v2 v2.2.13/go.mod h1:JUcn42DTdsXJo1SWanHh4HKDEyPaR5CqkmoirZZP9qE= +github.com/leonhfr/goldmark-frontmatter v0.0.0-20230913182621-90d3b7563e2c h1:oZ2amLi8Gw8t3tF+g6DgwFBYgbjainiRzY8up9DRsNI= +github.com/leonhfr/goldmark-frontmatter v0.0.0-20230913182621-90d3b7563e2c/go.mod h1:+dfG/ZznPGc8pnYlrvVR2LlwCXbRK6/v9kyYW7WrfUE= github.com/magefile/mage v1.17.2 h1:fyXVu1eadI8Ap1HCCNgEhJ5McIWiYhLR8uol64ZZc40= github.com/magefile/mage v1.17.2/go.mod h1:Yj51kqllmsgFpvvSzgrZPK9WtluG3kUhFaBUVLo4feA= github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=