"RayTracer/git@gitlab.bht-berlin.de:s73017/CppRaytracer.git" did not exist on "501f94f0c0fc6a234caa6ff9a24314b43e538ef0"
Add Redis as backing service to persist state
... | ... | @@ -6,12 +6,15 @@ require ( |
github.com/caarlos0/env/v9 v9.0.0 | ||
github.com/go-playground/validator/v10 v10.15.5 | ||
github.com/gofiber/fiber/v2 v2.49.2 | ||
github.com/redis/go-redis/v9 v9.3.0 | ||
github.com/stretchr/testify v1.8.4 | ||
) | ||
require ( | ||
github.com/andybalholm/brotli v1.0.5 // indirect | ||
github.com/cespare/xxhash/v2 v2.2.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | ||
github.com/gabriel-vasile/mimetype v1.4.2 // indirect | ||
github.com/go-playground/locales v0.14.1 // indirect | ||
github.com/go-playground/universal-translator v0.18.1 // indirect | ||
... | ... |
state/persistent.go
0 → 100644
Please register or sign in to comment