-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgo.mod
27 lines (24 loc) · 1.06 KB
/
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
module github.com/Glimesh/rtmp-ingest
go 1.16
replace github.com/yutopp/go-rtmp => github.com/Glimesh/go-rtmp v0.0.2-0.20220916155712-4f0095b34ee6
require (
github.com/Glimesh/go-fdkaac v0.0.0-20220325160929-2f6b0a53a22a
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d // indirect
github.com/evalphobia/logrus_sentry v0.8.2
github.com/getsentry/raven-go v0.2.0 // indirect
github.com/getsentry/sentry-go v0.13.0
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hasura/go-graphql-client v0.2.0
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/nareix/joy5 v0.0.0-20210317075623-2c912ca30590 // indirect
github.com/pion/rtcp v1.2.9 // indirect
github.com/pion/rtp/v2 v2.0.0
github.com/pion/webrtc/v3 v3.1.5
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.7.0
github.com/yutopp/go-flv v0.2.0
github.com/yutopp/go-rtmp v0.0.1
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
golang.org/x/sys v0.0.0-20220915200043-7b5979e65e41 // indirect
gopkg.in/hraban/opus.v2 v2.0.0-20210415224706-ab1467d63813
)