update plugin examples to build & work

This commit is contained in:
Artem Martus
2024-09-09 12:53:08 +03:00
committed by Wilhelm Bartel
parent f0fa8a765a
commit ae20b4c1c7
8 changed files with 109 additions and 188 deletions

View File

@@ -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
)