forked from deepch/RTSPtoWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 730 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/deepch/RTSPtoWeb
go 1.16
require (
github.com/deepch/vdk v0.0.0-20220402115557-02504b116966
github.com/gin-gonic/autotls v0.0.3
github.com/gin-gonic/gin v1.7.7
github.com/go-playground/validator/v10 v10.10.0 // indirect
github.com/hashicorp/go-version v1.4.0
github.com/imdario/mergo v0.3.12
github.com/json-iterator/go v1.1.12 // indirect
github.com/liip/sheriff v0.11.1
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/ugorji/go v1.2.6 // indirect
golang.org/x/net v0.0.0-20220421235706-1d1ef9303861
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/protobuf v1.27.1 // indirect
)