1
1
module github.com/schmidtw/muggo
2
2
3
3
go 1.21.3
4
- toolchain go1.22.5
4
+ toolchain go1.24.1
5
5
6
6
require (
7
- fyne.io/fyne/v2 v2.5.5
7
+ fyne.io/fyne/v2 v2.6.0
8
8
github.com/lusingander/colorpicker v0.7.4
9
9
github.com/stretchr/testify v1.10.0
10
10
github.com/xmidt-org/eventor v0.0.0-20230910205925-8ff168bd12ed
@@ -17,22 +17,25 @@ require (
17
17
github.com/davecgh/go-spew v1.1.1 // indirect
18
18
github.com/fredbi/uri v1.1.0 // indirect
19
19
github.com/fsnotify/fsnotify v1.8.0 // indirect
20
- github.com/fyne-io/gl-js v0.0.0-20230506162202-1fdaa286a934 // indirect
21
- github.com/fyne-io/glfw-js v0.0.0-20241126112943-313d8a0fe1d0 // indirect
22
- github.com/fyne-io/image v0.0.0-20240417123036-dc0ee9e7c964 // indirect
20
+ github.com/fyne-io/gl-js v0.1.0 // indirect
21
+ github.com/fyne-io/glfw-js v0.2.0 // indirect
22
+ github.com/fyne-io/image v0.1.1 // indirect
23
+ github.com/fyne-io/oksvg v0.1.0 // indirect
23
24
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
24
25
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a // indirect
25
26
github.com/go-ole/go-ole v1.3.0 // indirect
26
27
github.com/go-text/render v0.2.0 // indirect
27
28
github.com/go-text/typesetting v0.2.1 // indirect
28
29
github.com/godbus/dbus/v5 v5.1.0 // indirect
29
- github.com/gopherjs/gopherjs v1.17.2 // indirect
30
+ github.com/hack-pad/go-indexeddb v0.3.2 // indirect
31
+ github.com/hack-pad/safejs v0.1.0 // indirect
30
32
github.com/jeandeaual/go-locale v0.0.0-20241217141322-fcc2cadd6f08 // indirect
31
33
github.com/jsummers/gobmp v0.0.0-20230614200233-a9de23ed2e25 // indirect
34
+ github.com/kr/text v0.2.0 // indirect
32
35
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
33
- github.com/nicksnyder/go-i18n/v2 v2.4 .1 // indirect
36
+ github.com/nicksnyder/go-i18n/v2 v2.5 .1 // indirect
34
37
github.com/pmezard/go-difflib v1.0.0 // indirect
35
- github.com/rymdport/portal v0.3.0 // indirect
38
+ github.com/rymdport/portal v0.4.1 // indirect
36
39
github.com/saltosystems/winrt-go v0.0.0-20240509164145-4f7860a3bd2b // indirect
37
40
github.com/sirupsen/logrus v1.9.3 // indirect
38
41
github.com/soypat/cyw43439 v0.0.0-20241116210509-ae1ce0e084c5 // indirect
@@ -43,10 +46,9 @@ require (
43
46
github.com/tinygo-org/pio v0.0.0-20231216154340-cd888eb58899 // indirect
44
47
github.com/yuin/goldmark v1.7.8 // indirect
45
48
golang.org/x/exp v0.0.0-20230728194245-b0cb94b80691 // indirect
46
- golang.org/x/image v0.23.0 // indirect
47
- golang.org/x/mobile v0.0.0-20241213221354-a87c1cf6cf46 // indirect
48
- golang.org/x/net v0.33.0 // indirect
49
- golang.org/x/sys v0.28.0 // indirect
50
- golang.org/x/text v0.21.0 // indirect
49
+ golang.org/x/image v0.24.0 // indirect
50
+ golang.org/x/net v0.35.0 // indirect
51
+ golang.org/x/sys v0.30.0 // indirect
52
+ golang.org/x/text v0.22.0 // indirect
51
53
gopkg.in/yaml.v3 v3.0.1 // indirect
52
54
)
0 commit comments