revised page sorting

This commit is contained in:
Simon Martens
2024-12-05 17:08:34 +01:00
parent ba267312ab
commit 93e107e442
5 changed files with 104 additions and 125 deletions

3
go.mod
View File

@@ -7,8 +7,10 @@ require (
github.com/go-git/go-git/v5 v5.12.0
github.com/gofiber/fiber/v2 v2.52.5
github.com/gofiber/storage/memory/v2 v2.0.1
github.com/google/uuid v1.6.0
github.com/kelseyhightower/envconfig v1.4.0
github.com/yalue/merged_fs v1.3.0
golang.org/x/text v0.14.0
)
require (
@@ -22,7 +24,6 @@ require (
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
github.com/go-git/go-billy/v5 v5.5.0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/klauspost/compress v1.17.0 // indirect