mirror of
https://github.com/go-gst/go-gst.git
synced 2025-11-03 02:23:41 +08:00
change module name and use new golang version
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user