update go-glib dependency because of GBytes support

This commit is contained in:
RSWilli
2024-08-26 17:00:45 +02:00
parent 12f374827b
commit e22efa382a
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -4,6 +4,6 @@ go 1.22
require github.com/mattn/go-pointer v0.0.1
require github.com/go-gst/go-glib v1.1.0
require github.com/go-gst/go-glib v1.2.0
require golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f // indirect

2
go.sum
View File

@@ -1,5 +1,7 @@
github.com/go-gst/go-glib v1.1.0 h1:XTGhwk2BWYjW/UZ08y7ojf3iPPRiYtXL0W6vJkXNKFc=
github.com/go-gst/go-glib v1.1.0/go.mod h1:JybIYeoHNwCkHGaBf1fHNIaM4sQTrJPkPLsi7dmPNOU=
github.com/go-gst/go-glib v1.2.0 h1:IEi5Og63V8YHBprCFiLsesRKSKWuxY0nYOMgbm7P2NI=
github.com/go-gst/go-glib v1.2.0/go.mod h1:JybIYeoHNwCkHGaBf1fHNIaM4sQTrJPkPLsi7dmPNOU=
github.com/mattn/go-pointer v0.0.1 h1:n+XhsuGeVO6MEAp7xyEukFINEa+Quek5psIR/ylA6o0=
github.com/mattn/go-pointer v0.0.1/go.mod h1:2zXcozF6qYGgmsG+SeTZz3oAbFLdD3OWqnUbNvJZAlc=
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f h1:99ci1mjWVBWwJiEKYY6jWa4d2nTQVIEhZIptnrVb1XY=