2024-12-30 23:56:13 +01:00
|
|
|
module code.icod.de/dalu/rtmpauth
|
|
|
|
|
|
2026-01-10 09:20:27 +01:00
|
|
|
go 1.25.3
|
2024-12-30 23:56:13 +01:00
|
|
|
|
|
|
|
|
require (
|
2026-01-10 09:20:27 +01:00
|
|
|
code.icod.de/dalu/sux v1.2.0
|
2024-12-30 23:56:13 +01:00
|
|
|
github.com/dchest/uniuri v1.2.0
|
2026-01-10 09:20:27 +01:00
|
|
|
github.com/spf13/cobra v1.10.2
|
2024-12-30 23:56:13 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2026-01-10 09:20:27 +01:00
|
|
|
github.com/spf13/pflag v1.0.10 // indirect
|
2024-12-30 23:56:13 +01:00
|
|
|
)
|