test mit webevents
All checks were successful
release-tag / release-image (push) Successful in 2m3s

This commit is contained in:
2025-09-21 20:56:22 +02:00
parent 3fd8408605
commit a39e2aaade
5 changed files with 226 additions and 42 deletions

4
go.mod
View File

@@ -9,7 +9,7 @@ require (
)
require (
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/zeebo/xxh3 v1.0.2 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/sys v0.36.0 // indirect
)