mirror of
https://github.com/datarhei/core.git
synced 2025-10-11 02:40:12 +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>
9 lines
194 B
Modula-2
9 lines
194 B
Modula-2
module github.com/invopop/jsonschema
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0
|
|
github.com/stretchr/testify v1.3.1-0.20190311161405-34c6fa2dc709
|
|
)
|