-
Notifications
You must be signed in to change notification settings - Fork 9
/
go.mod
43 lines (40 loc) · 1.87 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
module github.com/tmc/righthand
go 1.20
require (
github.com/go-vgo/robotgo v0.100.10
github.com/goccy/go-yaml v1.11.0
github.com/progrium/macdriver v0.4.1-0.20230707194159-de4890829065
github.com/tmc/audioutil v0.0.0-20230707005244-54efdb41c235
github.com/tmc/langchaingo v0.0.0-20230701162323-81dcfa6b690d
github.com/tmc/whisper.cpp/bindings/go v0.0.0-20230705062322-9af4a3211895
)
require (
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/dlclark/regexp2 v1.8.1 // indirect
github.com/fatih/color v1.10.0 // indirect
github.com/go-audio/audio v1.0.0 // indirect
github.com/go-audio/riff v1.0.0 // indirect
github.com/go-audio/transforms v0.0.0-20180121090939-51830ccc35a5 // indirect
github.com/go-audio/wav v1.1.0 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/gordonklaus/portaudio v0.0.0-20221027163845-7c3b689db3cc // indirect
github.com/lxn/win v0.0.0-20210218163916-a377121e959e // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/otiai10/gosseract v2.2.1+incompatible // indirect
github.com/pkoukk/tiktoken-go v0.1.2 // indirect
github.com/robotn/gohook v0.31.3 // indirect
github.com/robotn/xgb v0.0.0-20190912153532-2cb92d044934 // indirect
github.com/robotn/xgbutil v0.0.0-20190912154524-c861d6f87770 // indirect
github.com/shirou/gopsutil v3.21.10+incompatible // indirect
github.com/tklauser/go-sysconf v0.3.9 // indirect
github.com/tklauser/numcpus v0.3.0 // indirect
github.com/vcaesar/gops v0.21.3 // indirect
github.com/vcaesar/imgo v0.30.0 // indirect
github.com/vcaesar/keycode v0.10.0 // indirect
github.com/vcaesar/tt v0.20.0 // indirect
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)