This commit is contained in:
renovate[bot] 2024-02-25 01:22:16 +00:00 committed by GitHub
commit a8feff2a83
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

@ -33,7 +33,7 @@ require (
github.com/hugomods/icons/vendors/bootstrap v0.5.5 // indirect
github.com/hugomods/icons/vendors/font-awesome v0.6.1 // indirect
github.com/hugomods/idb-js v0.1.0 // indirect
github.com/hugomods/images v0.8.3 // indirect
github.com/hugomods/images v0.9.1 // indirect
github.com/hugomods/mermaid v0.1.1 // indirect
github.com/hugomods/pwa v0.7.0 // indirect
github.com/hugomods/search v0.8.3 // indirect

1
go.sum
View file

@ -68,6 +68,7 @@ github.com/hugomods/idb-js v0.1.0 h1:mA6hEGtR0aFEdmq9zYMGpfSpCU6SMilx9RzC4uK3DqY
github.com/hugomods/idb-js v0.1.0/go.mod h1:GPfnmr+BQpP4s6Epd4Yu+RlUog8q/Djw8qy8BZFWZ04=
github.com/hugomods/images v0.8.3 h1:tvccLmr4ydDw2rWtfRJUuXbDMYzoK9eB2HRTfVFi8to=
github.com/hugomods/images v0.8.3/go.mod h1:U6Gwj16LKvk66rOMyGFrnF6f0aV8lT89lqOsckOAjYY=
github.com/hugomods/images v0.9.1/go.mod h1:U6Gwj16LKvk66rOMyGFrnF6f0aV8lT89lqOsckOAjYY=
github.com/hugomods/mermaid v0.1.1 h1:12b8DbdiKOTtPmkWOMXsBz3LKkAWVqa5tGkbEboj0a4=
github.com/hugomods/mermaid v0.1.1/go.mod h1:7sKIZLAeYsXXnKRh4KR70UQx27xnzf0mSQ2o99zTLS0=
github.com/hugomods/pwa v0.7.0 h1:4m8WTkWSEWi2FCnfHMJm1ZbcAPbPbHElh2gepPzfM3A=