Release v1.0.0 #major
release / goreleaser (push) Successful in 27s

This commit is contained in:
2026-06-03 00:52:41 -05:00
parent ec2ba08b5e
commit 58b5a5bd9a
6 changed files with 14 additions and 14 deletions
+3 -3
View File
@@ -15,9 +15,9 @@ import (
"github.com/gofiber/fiber/v2"
"github.com/gofiber/websocket/v2"
"git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer/internal/hub"
"git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer/internal/recording"
"git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer/internal/stats"
"git.destefano.cloud/texasmade/RocketLeagueBot-Renderer/internal/hub"
"git.destefano.cloud/texasmade/RocketLeagueBot-Renderer/internal/recording"
"git.destefano.cloud/texasmade/RocketLeagueBot-Renderer/internal/stats"
)
// AuthMiddleware returns a Fiber handler enforcing HTTP Basic Auth with the
+4 -4
View File
@@ -10,10 +10,10 @@ import (
"github.com/gofiber/websocket/v2"
"log/slog"
"git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer/assets"
"git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer/internal/hub"
"git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer/internal/recording"
"git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer/internal/stats"
"git.destefano.cloud/texasmade/RocketLeagueBot-Renderer/assets"
"git.destefano.cloud/texasmade/RocketLeagueBot-Renderer/internal/hub"
"git.destefano.cloud/texasmade/RocketLeagueBot-Renderer/internal/recording"
"git.destefano.cloud/texasmade/RocketLeagueBot-Renderer/internal/stats"
)
// Options configures the Fiber app constructed by New.