-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
go.mod
22 lines (19 loc) · 819 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module github.com/metal3d/fyne-streamer
go 1.14
require (
fyne.io/fyne/v2 v2.4.1
github.com/go-gst/go-glib v0.0.0-20230906175327-b2d34240bcb4
github.com/go-gst/go-gst v0.0.0-20231009181223-aa872b0f6c0c
github.com/stretchr/testify v1.8.4
)
require (
github.com/fredbi/uri v1.1.0 // indirect
github.com/fyne-io/gl-js v0.0.0-20230506162202-1fdaa286a934 // indirect
github.com/fyne-io/glfw-js v0.0.0-20220517201726-bebc2019cd33 // indirect
github.com/fyne-io/image v0.0.0-20230811065323-ed435dc8bca6 // indirect
github.com/go-text/typesetting v0.0.0-20231013144250-6cc35dbfae7d // indirect
github.com/yuin/goldmark v1.5.6 // indirect
golang.org/x/mobile v0.0.0-20231006135142-2b44d11868fe // indirect
golang.org/x/net v0.17.0 // indirect
honnef.co/go/js/dom v0.0.0-20230808055721-96db8f4d5e3b // indirect
)