Files
go-gst/examples/plugins/websocketsrc/go.mod
2023-08-11 13:50:02 +02:00

11 lines
242 B
Modula-2

module github.com/go-gst/go-gst/examples/plugins/websocketsrc
go 1.15
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
)