mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2025-12-25 22:18:46 +00:00
20 lines
462 B
Modula-2
20 lines
462 B
Modula-2
module github.com/thinkonmay/sunshine-sdk
|
|
|
|
go 1.22.1
|
|
|
|
require (
|
|
github.com/AlexxIT/go2rtc v1.8.5
|
|
github.com/ebitengine/purego v0.7.1
|
|
github.com/pion/rtp v1.8.5
|
|
github.com/stretchr/testify v1.8.4
|
|
golang.org/x/sys v0.18.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pion/randutil v0.1.0 // indirect
|
|
github.com/pion/sdp/v3 v3.0.6 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|