change module name and use new golang version

This commit is contained in:
RSWilli
2023-08-11 13:28:57 +02:00
parent d245327964
commit d0fc9e926a
114 changed files with 395 additions and 420 deletions

View File

@@ -1,9 +1,9 @@
module github.com/tinyzimmer/go-gst/examples/plugins/minio
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/tinyzimmer/go-glib v0.0.19
github.com/tinyzimmer/go-gst v0.2.12
github.com/go-gst/go-glib v0.0.19
github.com/go-gst/go-gst v0.2.12
)