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
+1 -1
View File
@@ -1,4 +1,4 @@
module git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer
module git.destefano.cloud/texasmade/RocketLeagueBot-Renderer
go 1.26.1
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"os"
"time"
"git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer/internal/hub"
"git.destefano.cloud/texasmade/RocketLeagueBot-Renderer/internal/hub"
)
// Info is the JSON shape returned by /api/recordings.
+2 -2
View File
@@ -7,8 +7,8 @@ import (
"github.com/klauspost/compress/zstd"
"git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer/internal/hub"
"git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer/internal/stats"
"git.destefano.cloud/texasmade/RocketLeagueBot-Renderer/internal/hub"
"git.destefano.cloud/texasmade/RocketLeagueBot-Renderer/internal/stats"
)
const (
+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.
+3 -3
View File
@@ -24,9 +24,9 @@ import (
_ "github.com/ncruces/go-sqlite3/driver"
"git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer/internal/hub"
"git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer/internal/recording"
"git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer/internal/server"
"git.destefano.cloud/texasmade/RocketLeagueBot-Renderer/internal/hub"
"git.destefano.cloud/texasmade/RocketLeagueBot-Renderer/internal/recording"
"git.destefano.cloud/texasmade/RocketLeagueBot-Renderer/internal/server"
)
var (