Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module github.com/netduma/knowledge-base

go 1.21

require github.com/Gr3q/hextra v0.9.1 // indirect
require github.com/Gr3q/hextra v0.9.4 // indirect
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ github.com/Gr3q/hextra v0.8.7 h1:Q15pav989E78A33uBQt4xa/T5K0fVAjJCwG0VShSu08=
github.com/Gr3q/hextra v0.8.7/go.mod h1:HiSltOho1J432ZAkI6xpoH6q69uD7H75/U6rIhhKqsk=
github.com/Gr3q/hextra v0.9.1 h1:XDGVG48rBWhMz6xatmY1ipSogzMiWUdPp00M2L6HrHY=
github.com/Gr3q/hextra v0.9.1/go.mod h1:HiSltOho1J432ZAkI6xpoH6q69uD7H75/U6rIhhKqsk=
github.com/Gr3q/hextra v0.9.4 h1:SPMt2Sd0hRnuUiyTSkNLTl36hf2jY6NjzCaZ3qd6pNo=
github.com/Gr3q/hextra v0.9.4/go.mod h1:HiSltOho1J432ZAkI6xpoH6q69uD7H75/U6rIhhKqsk=
2 changes: 1 addition & 1 deletion i18n/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ noResultsFound: "No results found."
onThisPage: "On this page"
poweredBy: "Powered by Hextra"
readMore: "Read more →"
searchPlaceholder: "Search..."
searchPlaceholder: "Search the Knowledge Base"
Loading