dep upgrade

This commit is contained in:
2026-01-10 09:20:27 +01:00
parent 7e4621573e
commit baa771de6a
2 changed files with 13 additions and 4 deletions

8
go.mod
View File

@@ -1,14 +1,14 @@
module code.icod.de/dalu/rtmpauth
go 1.23
go 1.25.3
require (
code.icod.de/dalu/sux v1.2.0
github.com/dchest/uniuri v1.2.0
github.com/spf13/cobra v1.8.1
code.icod.de/dalu/sux v1.0.1
github.com/spf13/cobra v1.10.2
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/pflag v1.0.10 // indirect
)