-
Notifications
You must be signed in to change notification settings - Fork 8
/
go.mod
60 lines (56 loc) · 1.21 KB
/
go.mod
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
module github.com/neurlang/wayland
go 1.18
require (
github.com/danfragoso/thdwb/gg v0.0.0-20210612223625-beb2b4a85bbb
github.com/danfragoso/thdwb/profiler v0.0.0-20210612223625-beb2b4a85bbb
github.com/ebitengine/purego v0.7.1
github.com/fogleman/gg v1.3.0
github.com/goki/freetype v1.0.5
github.com/neurlang/gm v0.0.3
github.com/neurlang/winc v0.1.1
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/spaolacci/murmur3 v1.1.0
github.com/vulkan-go/vulkan v0.0.0-20221209234627-c0a353ae26c8
github.com/yalue/native_endian v1.0.2
github.com/zzl/go-win32api/v2 v2.1.0
golang.design/x/clipboard v0.7.0
golang.org/x/image v0.15.0
golang.org/x/net v0.26.0
golang.org/x/sys v0.21.0
)
require (
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/stretchr/testify v1.9.0 // indirect
golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56 // indirect
golang.org/x/mobile v0.0.0-20230301163155-e0f57694e12c // indirect
)
retract (
v0.1.31
v0.1.30
v0.1.29
v0.1.28
v0.1.27
v0.1.26
v0.1.25
v0.1.24
v0.1.23
v0.1.22
v0.1.21
v0.1.20
v0.1.19
v0.1.18
v0.1.17
v0.1.16
v0.1.15
v0.1.14
v0.1.13
v0.1.12
v0.1.11
v0.1.10
v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.4
)