basic reload

This commit is contained in:
Simon Martens
2024-11-15 02:20:03 +01:00
parent b963df6782
commit 2054379faa
8 changed files with 230 additions and 5 deletions

4
go.mod
View File

@@ -3,8 +3,10 @@ module github.com/Theodor-Springmann-Stiftung/kgpz_web
go 1.23.2
require (
github.com/fsnotify/fsnotify v1.8.0
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/kelseyhightower/envconfig v1.4.0
github.com/yalue/merged_fs v1.3.0
)
@@ -27,10 +29,12 @@ require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/philhofer/fwd v1.1.2 // indirect
github.com/pjbgf/sha1cd v0.3.0 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
github.com/skeema/knownhosts v1.2.2 // indirect
github.com/tinylib/msgp v1.1.8 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.51.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect