staging
Some checks failed
release-tag / release-image (push) Failing after 1m2s

This commit is contained in:
2025-09-21 14:58:13 +02:00
parent 536dd3d416
commit 42e484c47c
12 changed files with 566 additions and 1 deletions

15
go.mod Normal file
View File

@@ -0,0 +1,15 @@
module git.send.nrw/sendnrw/nginx-stream-server
go 1.24.4
require (
github.com/go-chi/chi/v5 v5.2.3
github.com/go-chi/httprate v0.15.0
github.com/goccy/go-json v0.10.5
)
require (
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
golang.org/x/sys v0.30.0 // indirect
)