-
-
Notifications
You must be signed in to change notification settings - Fork 104
/
Copy pathgo.mod
54 lines (48 loc) · 2.15 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/wieku/danser-go
go 1.22.0
toolchain go1.22.4
require (
github.com/AllenDang/cimgui-go v1.0.0
github.com/EdlinOrg/prominentcolor v1.0.0
github.com/Microsoft/go-winio v0.6.1
github.com/dustin/go-humanize v1.0.0
github.com/fsnotify/fsnotify v1.6.0
github.com/go-gl/gl v0.0.0-20210813123233-e4099ee2221f
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b
github.com/go-gl/mathgl v1.0.0
github.com/itchio/lzma v0.0.0-20190703113020-d3e24e3e3d49
github.com/mattn/go-sqlite3 v1.14.17
github.com/nattawitc/rich-go v0.0.0-20200402133947-4fcadd738f5b
github.com/olekukonko/tablewriter v0.0.5
github.com/shirou/gopsutil/v3 v3.23.7
github.com/sqweek/dialog v0.0.0-20220504154117-be45b268883a
github.com/wieku/rplpa v1.0.2
golang.org/x/exp v0.0.0-20220312040426-20fd27f61765
golang.org/x/image v0.10.0
golang.org/x/oauth2 v0.23.0
golang.org/x/sys v0.25.0
golang.org/x/text v0.11.0
)
require (
github.com/TheTitanrain/w32 v0.0.0-20180517000239-4f5cfb03fabf // indirect
github.com/ananagame/rich-go v0.0.0-20210525072106-9d45f0e06959 // indirect
github.com/bnch/uleb128 v0.0.0-20160221084957-fac1fe18ad59 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/oliamb/cutter v0.2.2 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/rodrigocfd/windigo v0.0.0-20221212040622-0d5f23c1b18a // indirect
github.com/shoenig/go-m1cpu v0.1.6 // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/tklauser/numcpus v0.6.0 // indirect
github.com/yusufpapurcu/wmi v1.2.3 // indirect
golang.org/x/mod v0.14.0 // indirect
golang.org/x/tools v0.17.0 // indirect
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
)
replace github.com/sqweek/dialog => github.com/wieku/dialog v1.0.0
replace github.com/AllenDang/cimgui-go => github.com/Wieku/cimgui-go v1.0.0