-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
49 lines (45 loc) · 2.09 KB
/
go.mod
File metadata and controls
49 lines (45 loc) · 2.09 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
module github.com/yofu/st
go 1.21
toolchain go1.23.2
require (
gioui.org v0.7.2-0.20240731164414-c21710292666
github.com/ajstarks/svgo v0.0.0-20200725142600-7a3c8b57fecb
github.com/andlabs/ui v0.0.0-20200610043537-70a69d6ae31e
github.com/atotto/clipboard v0.1.2
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/google/gxui v0.0.0-20151028112939-f85e0a97b3a4
github.com/llgcode/draw2d v0.0.0-20200930101115-bfaf5d914d1e
github.com/mattn/go-runewidth v0.0.10
github.com/mattn/natural v0.0.0-20150430114811-6b2ca5c8eb9a
github.com/signintech/gopdf v0.10.4
github.com/yofu/abbrev v0.0.0-20150827131102-a4f84ab279d3
github.com/yofu/complete v0.0.0-20160907024332-deca8e98be10
github.com/yofu/dxf v0.0.0-20190710012328-5a6d1e83f16c
github.com/yofu/go-iup v0.0.0-20210219022104-ea9e2731834f
github.com/yofu/ps v0.0.0-20160628011709-3a690efc3eee
github.com/yofu/unit v0.0.0-20161121054805-9ae92caf5dc5
golang.org/x/exp/shiny v0.0.0-20241009180824-f66d83c29e7c
golang.org/x/image v0.18.0
golang.org/x/mobile v0.0.0-20231127183840-76ac6878050a
golang.org/x/text v0.16.0
gopkg.in/fsnotify.v1 v1.4.7
)
require (
dmitri.shuralyov.com/gpu/mtl v0.0.0-20221208032759-85de2813cf6b // indirect
gioui.org/cpu v0.0.0-20210817075930-8d6a761490d2 // indirect
gioui.org/shader v1.0.8 // indirect
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-gl/gl v0.0.0-20190320180904-bf2b1f2f34d7 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20231223183121-56fa3ac82ce7 // indirect
github.com/go-text/typesetting v0.1.2 // indirect
github.com/gopherjs/gopherjs v0.0.0-20210202160940-bed99a852dfe // indirect
github.com/goxjs/gl v0.0.0-20210104184919-e3fafc6f8f2a // indirect
github.com/goxjs/glfw v0.0.0-20191126052801-d2efb5f20838 // indirect
github.com/jezek/xgb v1.1.1 // indirect
github.com/phpdave11/gofpdi v1.0.11 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rivo/uniseg v0.1.0 // indirect
golang.org/x/exp v0.0.0-20240707233637-46b078467d37 // indirect
golang.org/x/sys v0.26.0 // indirect
honnef.co/go/js/dom v0.0.0-20200509013220-d4405f7ab4d8 // indirect
)