diff --git a/go.mod b/go.mod index 1878277..78e7bdd 100644 --- a/go.mod +++ b/go.mod @@ -16,7 +16,7 @@ require ( github.com/hbstack/docs/modules/toc-scrollspy v0.1.7 // indirect github.com/hbstack/featured-image v0.2.1 // indirect github.com/hbstack/gallery v0.13.0 // indirect - github.com/hbstack/gallery/modules/breadcrumb v0.1.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 github.com/hbstack/pagination v0.8.0 // indirect diff --git a/go.sum b/go.sum index c65fbcc..dbf6910 100644 --- a/go.sum +++ b/go.sum @@ -51,6 +51,7 @@ github.com/hbstack/gallery v0.12.0/go.mod h1:FeLNZqjpKCj1ryfPoTJVk59Bph2N1BfDcNB github.com/hbstack/gallery v0.13.0/go.mod h1:FeLNZqjpKCj1ryfPoTJVk59Bph2N1BfDcNBHyudWT4o= github.com/hbstack/gallery/modules/breadcrumb v0.1.0 h1:zenzwq4EiE2PIB2gx8QU4I2Zx9KAK901EWpgLGu5XqA= github.com/hbstack/gallery/modules/breadcrumb v0.1.0/go.mod h1:7E1zwN0GC59OsXAUEALUiYWJhQw5hGPnpHfRHQDS/5Q= +github.com/hbstack/gallery/modules/breadcrumb v0.1.1/go.mod h1:LdbDrxkgYlIOn/x9HFrde+mpIagFayRuLjIDXL1zCHw= github.com/hbstack/heading-sign v0.1.3 h1:bkyBAwTETrbLqPBM89EuSscgLt2MOrmEPSeooeR0Jfc= github.com/hbstack/heading-sign v0.1.3/go.mod h1:uR6DdjYDoLDFanc8kSglEe/08GyNyQBmyNEJ6Z1KRAg= github.com/hbstack/heading-sign v0.2.0 h1:yXKZQEjPn/+jKyQxCJh34X+wXbiG4Bnr1VVF6lgMhi8=