-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathgo.mod
More file actions
17 lines (15 loc) · 664 Bytes
/
go.mod
File metadata and controls
17 lines (15 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/deepch/RTSPtoWSMP4f
go 1.15
require (
github.com/deepch/vdk v0.0.0-20220402115557-02504b116966
github.com/gin-gonic/gin v1.7.7
github.com/go-playground/validator/v10 v10.10.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/ugorji/go v1.2.6 // indirect
golang.org/x/crypto v0.0.0-20220131195533-30dcbda58838 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
golang.org/x/sys v0.0.0-20220204135822-1c1b9b1eba6a // indirect
google.golang.org/protobuf v1.27.1 // indirect
)