mirror of
https://github.com/harshabose/transcode.git
synced 2025-09-26 23:25:51 +08:00
general commit
This commit is contained in:
3
go.mod
3
go.mod
@@ -3,6 +3,7 @@ module github.com/harshabose/simple_webrtc_comm/transcode
|
||||
go 1.23.3
|
||||
|
||||
require (
|
||||
github.com/aler9/gomavlib v1.3.0
|
||||
github.com/asticode/go-astiav v0.33.1
|
||||
github.com/harshabose/tools/buffer v0.0.0
|
||||
github.com/pion/rtp v1.8.11
|
||||
@@ -12,6 +13,8 @@ require (
|
||||
github.com/asticode/go-astikit v0.52.0 // indirect
|
||||
github.com/pion/randutil v0.1.0 // indirect
|
||||
github.com/stretchr/testify v1.10.0 // indirect
|
||||
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07 // indirect
|
||||
golang.org/x/sys v0.1.0 // indirect
|
||||
)
|
||||
|
||||
replace github.com/harshabose/tools/buffer => ../tools/buffer
|
||||
|
8
go.sum
8
go.sum
@@ -1,3 +1,7 @@
|
||||
bou.ke/monkey v1.0.2 h1:kWcnsrCNUatbxncxR/ThdYqbytgOIArtYWqcQLQzKLI=
|
||||
bou.ke/monkey v1.0.2/go.mod h1:OqickVX3tNx6t33n1xvtTtu85YN5s6cKwVug+oHMaIA=
|
||||
github.com/aler9/gomavlib v1.3.0 h1:ZJWgLfl8Tw8X/UgdzCFGkdTZiCew3AHKMNP0LzkRp2U=
|
||||
github.com/aler9/gomavlib v1.3.0/go.mod h1:spbq6wvL0p+d3DqRpXJwb2juA8aJYDYwEMxGYBEubtw=
|
||||
github.com/asticode/go-astiav v0.33.1 h1:fll7jDP1LCosVTpqJNze0z0TAokuyFj+Jjls+g1hsBA=
|
||||
github.com/asticode/go-astiav v0.33.1/go.mod h1:K7D8UC6GeQt85FUxk2KVwYxHnotrxuEnp5evkkudc2s=
|
||||
github.com/asticode/go-astikit v0.52.0 h1:kTl2XjgiVQhUl1H7kim7NhmTtCMwVBbPrXKqhQhbk8Y=
|
||||
@@ -12,5 +16,9 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
|
||||
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
|
||||
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
|
||||
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
|
||||
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07 h1:UyzmZLoiDWMRywV4DUYb9Fbt8uiOSooupjTq10vpvnU=
|
||||
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07/go.mod h1:kDXzergiv9cbyO7IOYJZWg1U88JhDg3PB6klq9Hg2pA=
|
||||
golang.org/x/sys v0.1.0 h1:kunALQeHf1/185U1i0GOB/fy1IPRDDpuoOOqRReG57U=
|
||||
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
|
||||
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
|
||||
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
|
||||
|
@@ -1 +1,7 @@
|
||||
package transcode
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestPropellerNoise(t *testing.T) {
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user