mirror of
https://github.com/go-gst/go-gst.git
synced 2025-11-01 12:02:34 +08:00
update plugin examples to build & work
This commit is contained in:
committed by
Wilhelm Bartel
parent
f0fa8a765a
commit
ae20b4c1c7
@@ -1,10 +1,14 @@
|
||||
module github.com/go-gst/go-gst/examples/plugins/websocketsrc
|
||||
|
||||
go 1.15
|
||||
go 1.22
|
||||
|
||||
require (
|
||||
github.com/minio/minio-go/v7 v7.0.7
|
||||
github.com/go-gst/go-glib v0.0.18
|
||||
github.com/go-gst/go-gst v0.2.8
|
||||
golang.org/x/net v0.0.0-20200707034311-ab3426394381
|
||||
github.com/go-gst/go-glib v1.2.1
|
||||
github.com/go-gst/go-gst v1.2.1
|
||||
golang.org/x/net v0.29.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/mattn/go-pointer v0.0.1 // indirect
|
||||
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user