Public release of katbox

This commit is contained in:
Renán Del Valle 2021-04-12 12:00:01 -07:00
commit 4c764e09a4
46 changed files with 4646 additions and 0 deletions

9
stream/go.mod Normal file
View file

@ -0,0 +1,9 @@
module stream
go 1.16
require (
github.com/swaggo/http-swagger v1.0.0 // indirect
github.com/swaggo/swag v1.7.0 // indirect
golang.org/x/tools v0.1.0 // indirect
)