-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathgo.mod
46 lines (42 loc) · 1.78 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
module github.com/Xart3mis/AKILT
go 1.19
require (
github.com/Xart3mis/AKILTC v0.0.0-20221025135124-200946140d25
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20220806181222-55e207c401ad
github.com/gookit/color v1.5.2
github.com/icrowley/fake v0.0.0-20220625154756-3c7517006344
github.com/moutend/go-hook v0.1.0
github.com/nullboundary/glfont v0.0.0-20220309200611-a732e1465f7d
github.com/peterh/liner v1.2.2
github.com/schollz/progressbar/v3 v3.11.0
github.com/vova616/screenshot v0.0.0-20220801010501-56c10359473c
gocv.io/x/gocv v0.31.0
golang.design/x/hotkey v0.3.0
golang.org/x/sys v0.5.0
google.golang.org/grpc v1.50.0
)
require (
github.com/BurntSushi/xgb v0.0.0-20210121224620-deaf085860bc // indirect
github.com/akavel/rsrc v0.10.2 // indirect
github.com/corpix/uarand v0.0.0-20170723150923-031be390f409 // indirect
github.com/dchest/jsmin v0.0.0-20220218165748-59f39799265f // indirect
github.com/josephspurrier/goversioninfo v1.4.0 // indirect
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
github.com/randall77/makefat v0.0.0-20210315173500-7ddd0e42c844 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
)
require (
github.com/buger/goterm v1.0.4
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/ncruces/zenity v0.9.0
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/image v0.5.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/term v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20221010155953-15ba04fc1c0e // indirect
google.golang.org/protobuf v1.28.1 // indirect
)