mirror of
https://github.com/datarhei/core.git
synced 2025-10-18 14:00:41 +08:00

Commits (Ingo Oppermann): - Add experimental SRT connection stats and logs - Hide /config/reload endpoint in reade-only mode - Add SRT server - Create v16 in go.mod - Fix data races, tests, lint, and update dependencies - Add trailing slash for routed directories (datarhei/restreamer#340) - Allow relative URLs in content in static routes Co-Authored-By: Ingo Oppermann <57445+ioppermann@users.noreply.github.com>
16 lines
496 B
Modula-2
16 lines
496 B
Modula-2
module github.com/swaggo/echo-swagger
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/labstack/echo/v4 v4.7.2
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/swaggo/files v0.0.0-20220610200504-28940afbdbfe
|
|
github.com/swaggo/swag v1.8.1
|
|
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
|
|
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
|
|
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
|
|
golang.org/x/tools v0.1.10 // indirect
|
|
)
|