forked from Wieku/danser-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
39 lines (36 loc) · 1.69 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
module github.com/wieku/danser-go
go 1.17
require (
github.com/EdlinOrg/prominentcolor v1.0.0
github.com/Microsoft/go-winio v0.5.0
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/ananagame/rich-go v0.0.0-20210525072106-9d45f0e06959 // indirect
github.com/bnch/uleb128 v0.0.0-20160221084957-fac1fe18ad59 // indirect
github.com/dustin/go-humanize v1.0.0
github.com/faiface/mainthread v0.0.0-20171120011319-8b78f0a41ae3
github.com/fsnotify/fsnotify v1.5.1
github.com/go-gl/gl v0.0.0-20210813123233-e4099ee2221f
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210727001814-0db043d8d5be
github.com/go-gl/mathgl v1.0.0
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/itchio/lzma v0.0.0-20190703113020-d3e24e3e3d49 // indirect
github.com/karrick/godirwalk v1.16.1
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/mattn/go-sqlite3 v1.14.8
github.com/nattawitc/rich-go v0.0.0-20200402133947-4fcadd738f5b
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/olekukonko/tablewriter v0.0.5
github.com/oliamb/cutter v0.2.2 // indirect
github.com/shirou/gopsutil v3.21.7+incompatible
github.com/stretchr/testify v1.7.0 // indirect
github.com/thehowl/go-osuapi v0.0.0-20181219091033-b29455689881
github.com/tklauser/go-sysconf v0.3.8 // indirect
github.com/tklauser/numcpus v0.3.0 // indirect
github.com/wieku/rplpa v0.0.0-20210919131836-bff7a920f6e1
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
golang.org/x/sys v0.0.0-20210816074244-15123e1e1f71
golang.org/x/text v0.3.6
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect
)
require github.com/rivo/uniseg v0.2.0 // indirect