This commit is contained in:
renovate[bot] 2024-02-25 01:22:14 +00:00 committed by GitHub
commit ab6daeea89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

2
go.mod
View file

@ -17,7 +17,7 @@ require (
github.com/hbstack/featured-image v0.1.2 // indirect github.com/hbstack/featured-image v0.1.2 // indirect
github.com/hbstack/gallery v0.11.0 // indirect github.com/hbstack/gallery v0.11.0 // indirect
github.com/hbstack/gallery/modules/breadcrumb v0.1.0 // indirect github.com/hbstack/gallery/modules/breadcrumb v0.1.0 // indirect
github.com/hbstack/heading-sign v0.1.3 // indirect github.com/hbstack/heading-sign v0.2.0 // indirect
github.com/hbstack/meta/recommended v0.2.10 // indirect github.com/hbstack/meta/recommended v0.2.10 // indirect
github.com/hbstack/pagination v0.6.0 // indirect github.com/hbstack/pagination v0.6.0 // indirect
github.com/hbstack/snackbar v0.1.2 // indirect github.com/hbstack/snackbar v0.1.2 // indirect

1
go.sum
View file

@ -30,6 +30,7 @@ github.com/hbstack/gallery/modules/breadcrumb v0.1.0 h1:zenzwq4EiE2PIB2gx8QU4I2Z
github.com/hbstack/gallery/modules/breadcrumb v0.1.0/go.mod h1:7E1zwN0GC59OsXAUEALUiYWJhQw5hGPnpHfRHQDS/5Q= github.com/hbstack/gallery/modules/breadcrumb v0.1.0/go.mod h1:7E1zwN0GC59OsXAUEALUiYWJhQw5hGPnpHfRHQDS/5Q=
github.com/hbstack/heading-sign v0.1.3 h1:bkyBAwTETrbLqPBM89EuSscgLt2MOrmEPSeooeR0Jfc= 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.1.3/go.mod h1:uR6DdjYDoLDFanc8kSglEe/08GyNyQBmyNEJ6Z1KRAg=
github.com/hbstack/heading-sign v0.2.0/go.mod h1:SXJWIr9C/7phTOXfWMzNSVZCeimKbYualuwIOHDeOu0=
github.com/hbstack/meta/recommended v0.2.10 h1:RzRe2LT/lJxlsfGv5UzYC3onl7lp1VWbCm1jAb69kSw= github.com/hbstack/meta/recommended v0.2.10 h1:RzRe2LT/lJxlsfGv5UzYC3onl7lp1VWbCm1jAb69kSw=
github.com/hbstack/meta/recommended v0.2.10/go.mod h1:OdGN+zqdgFbet5A6XrfjaTNUTd5L91rOUNRJxgq38fo= github.com/hbstack/meta/recommended v0.2.10/go.mod h1:OdGN+zqdgFbet5A6XrfjaTNUTd5L91rOUNRJxgq38fo=
github.com/hbstack/pagination v0.6.0 h1:sUirQEsW9ZmRU0GxlsE2pN7ZYghI4aqJYgfWAgd+iys= github.com/hbstack/pagination v0.6.0 h1:sUirQEsW9ZmRU0GxlsE2pN7ZYghI4aqJYgfWAgd+iys=