Public release of katbox
This commit is contained in:
commit
4c764e09a4
46 changed files with 4646 additions and 0 deletions
9
stream/go.mod
Normal file
9
stream/go.mod
Normal 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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue