This commit is contained in:
2024-12-30 23:56:13 +01:00
commit d7841b32be
8 changed files with 169 additions and 0 deletions

13
go.mod Normal file
View File

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