mirror of
https://github.com/go-gst/go-gst.git
synced 2025-10-05 07:56:51 +08:00
10 lines
183 B
Modula-2
10 lines
183 B
Modula-2
module github.com/go-gst/go-gst/examples/plugins/minio
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/minio/minio-go/v7 v7.0.7
|
|
github.com/go-gst/go-glib v0.0.19
|
|
github.com/go-gst/go-gst v0.2.12
|
|
)
|