-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (24 loc) · 875 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/trevor403/gostream
go 1.16
require (
bou.ke/monkey v1.0.2
github.com/disintegration/imaging v1.6.2
github.com/edaniels/golinters v0.0.4
github.com/edaniels/golog v0.0.0-20210104162753-3254576d0129
github.com/golangci/golangci-lint v1.34.1
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/pion/interceptor v0.0.12
github.com/pion/logging v0.2.2
github.com/pion/rtp v1.6.5
github.com/pion/webrtc/v3 v3.0.29
github.com/polyisobutylene/go-vnc v0.1.0
github.com/stretchr/objx v0.1.1 // indirect
github.com/struCoder/pidusage v0.2.0
github.com/trevor403/mediadevices v0.0.0-20210913062102-32641cc58787
gitlab.com/avarf/getenvs v1.0.1
go.uber.org/multierr v1.6.0
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
golang.org/x/tools v0.1.0 // indirect
)