forked from 8ff/firescrew
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (27 loc) · 1002 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
27
28
29
30
module github.com/8ff/firescrew
go 1.21.0
require (
github.com/8ff/onnxruntime_go v0.0.0-20230830191505-2b14a218432e
github.com/8ff/prettyTimer v0.0.0-20230830184900-c96793faf613
github.com/8ff/tuna v0.0.0-20230811173825-52af88c52674
github.com/asticode/go-astits v1.13.0
github.com/bluenviron/gortsplib/v3 v3.10.0
github.com/bluenviron/mediacommon v1.0.0
github.com/eclipse/paho.mqtt.golang v1.4.3
github.com/goki/freetype v1.0.1
github.com/hybridgroup/mjpeg v0.0.0-20140228234708-4680f319790e
github.com/pion/rtp v1.8.1
github.com/tj/go-naturaldate v1.3.0
golang.org/x/image v0.11.0
)
require (
github.com/asticode/go-astikit v0.30.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/pion/randutil v0.1.0 // indirect
github.com/pion/rtcp v1.2.10 // indirect
github.com/pion/sdp/v3 v3.0.6 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.11.0 // indirect
)