-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
54 lines (51 loc) · 2.03 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
module github.com/goki/gi
go 1.18
require (
github.com/Knetic/govaluate v3.0.0+incompatible
github.com/Masterminds/vcs v1.13.3
github.com/alecthomas/chroma/v2 v2.9.1
github.com/anthonynsimon/bild v0.13.0
github.com/antonmedv/expr v1.15.3
github.com/aymerick/douceur v0.2.0
github.com/c2h5oh/datasize v0.0.0-20220606134207-859f65c6625b
github.com/fatih/camelcase v1.0.0
github.com/fsnotify/fsnotify v1.7.0
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b
github.com/go-gl/mathgl v1.1.0
github.com/goki/freetype v1.0.1
github.com/goki/go-difflib v1.2.1
github.com/goki/gosl v1.0.17
github.com/goki/ki v1.1.17
github.com/goki/kigen v1.0.2
github.com/goki/mat32 v1.0.18
github.com/goki/pi v1.0.28
github.com/goki/prof v1.0.1
github.com/goki/vci v1.0.2
github.com/goki/vgpu v1.0.34
github.com/goki/vulkan v1.0.7
github.com/iancoleman/strcase v0.3.0
github.com/mitchellh/go-homedir v1.1.0
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef
github.com/srwiley/scanx v0.0.0-20190309010443-e94503791388
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
golang.org/x/image v0.13.0
golang.org/x/net v0.17.0
)
require (
github.com/BurntSushi/freetype-go v0.0.0-20160129220410-b763ddbfe298 // indirect
github.com/BurntSushi/graphics-go v0.0.0-20160129215708-b43f31a4a966 // indirect
github.com/BurntSushi/xgb v0.0.0-20210121224620-deaf085860bc // indirect
github.com/BurntSushi/xgbutil v0.0.0-20190907113008-ad855c713046 // indirect
github.com/akutz/sortfold v0.2.1 // indirect
github.com/dlclark/regexp2 v1.10.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/h2non/filetype v1.1.3 // indirect
github.com/jinzhu/copier v0.4.0 // indirect
github.com/srwiley/oksvg v0.0.0-20220128195007-1f435e4c2b44 // indirect
github.com/srwiley/scanFT v0.0.0-20220128184157-0d1ee492111f // indirect
golang.org/x/mod v0.13.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/tools v0.14.0 // indirect
)