forked from klarose/open-web-launch
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
32 lines (28 loc) · 1.16 KB
/
go.mod
File metadata and controls
32 lines (28 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
module github.com/rocketsoftware/open-web-launch
go 1.22.0
toolchain go1.22.5
require (
github.com/aarzilli/nucular v0.0.0-20240926074324-65980dfcf8c7
github.com/elazarl/go-bindata-assetfs v1.0.0
github.com/go-ole/go-ole v1.3.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/pkg/errors v0.9.1
golang.org/x/image v0.20.0
golang.org/x/mobile v0.0.0-20240909163608-642950227fb3
golang.org/x/sys v0.25.0
howett.net/plist v1.0.1
)
require (
dmitri.shuralyov.com/gpu/mtl v0.0.0-20221208032759-85de2813cf6b // indirect
gioui.org v0.3.0 // indirect
gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2 // indirect
gioui.org/shader v1.0.6 // indirect
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4 // indirect
github.com/go-text/typesetting v0.0.0-20230803102845-24e03d8b5372 // indirect
github.com/hashicorp/golang-lru v0.5.1 // indirect
github.com/jezek/xgb v1.0.0 // indirect
golang.org/x/exp v0.0.0-20221012211006-4de253d81b95 // indirect
golang.org/x/exp/shiny v0.0.0-20230817173708-d852ddb80c63 // indirect
golang.org/x/text v0.18.0 // indirect
)