@@ -1,4 +1,4 @@
|
|||||||
module git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer
|
module git.destefano.cloud/texasmade/RocketLeagueBot-Renderer
|
||||||
|
|
||||||
go 1.26.1
|
go 1.26.1
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import (
|
|||||||
"os"
|
"os"
|
||||||
"time"
|
"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.
|
// Info is the JSON shape returned by /api/recordings.
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ import (
|
|||||||
|
|
||||||
"github.com/klauspost/compress/zstd"
|
"github.com/klauspost/compress/zstd"
|
||||||
|
|
||||||
"git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer/internal/hub"
|
"git.destefano.cloud/texasmade/RocketLeagueBot-Renderer/internal/hub"
|
||||||
"git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer/internal/stats"
|
"git.destefano.cloud/texasmade/RocketLeagueBot-Renderer/internal/stats"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|||||||
@@ -15,9 +15,9 @@ import (
|
|||||||
"github.com/gofiber/fiber/v2"
|
"github.com/gofiber/fiber/v2"
|
||||||
"github.com/gofiber/websocket/v2"
|
"github.com/gofiber/websocket/v2"
|
||||||
|
|
||||||
"git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer/internal/hub"
|
"git.destefano.cloud/texasmade/RocketLeagueBot-Renderer/internal/hub"
|
||||||
"git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer/internal/recording"
|
"git.destefano.cloud/texasmade/RocketLeagueBot-Renderer/internal/recording"
|
||||||
"git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer/internal/stats"
|
"git.destefano.cloud/texasmade/RocketLeagueBot-Renderer/internal/stats"
|
||||||
)
|
)
|
||||||
|
|
||||||
// AuthMiddleware returns a Fiber handler enforcing HTTP Basic Auth with the
|
// AuthMiddleware returns a Fiber handler enforcing HTTP Basic Auth with the
|
||||||
|
|||||||
@@ -10,10 +10,10 @@ import (
|
|||||||
"github.com/gofiber/websocket/v2"
|
"github.com/gofiber/websocket/v2"
|
||||||
"log/slog"
|
"log/slog"
|
||||||
|
|
||||||
"git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer/assets"
|
"git.destefano.cloud/texasmade/RocketLeagueBot-Renderer/assets"
|
||||||
"git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer/internal/hub"
|
"git.destefano.cloud/texasmade/RocketLeagueBot-Renderer/internal/hub"
|
||||||
"git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer/internal/recording"
|
"git.destefano.cloud/texasmade/RocketLeagueBot-Renderer/internal/recording"
|
||||||
"git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer/internal/stats"
|
"git.destefano.cloud/texasmade/RocketLeagueBot-Renderer/internal/stats"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Options configures the Fiber app constructed by New.
|
// Options configures the Fiber app constructed by New.
|
||||||
|
|||||||
@@ -24,9 +24,9 @@ import (
|
|||||||
|
|
||||||
_ "github.com/ncruces/go-sqlite3/driver"
|
_ "github.com/ncruces/go-sqlite3/driver"
|
||||||
|
|
||||||
"git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer/internal/hub"
|
"git.destefano.cloud/texasmade/RocketLeagueBot-Renderer/internal/hub"
|
||||||
"git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer/internal/recording"
|
"git.destefano.cloud/texasmade/RocketLeagueBot-Renderer/internal/recording"
|
||||||
"git.destefano.cloud/fdestefano/RocketLeagueBot-Renderer/internal/server"
|
"git.destefano.cloud/texasmade/RocketLeagueBot-Renderer/internal/server"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|||||||
Reference in New Issue
Block a user