Skip to content

Commit fd58d11

Browse files
committed
Add Hotkey Support
1 parent ab9abb9 commit fd58d11

File tree

5 files changed

+175
-85
lines changed

5 files changed

+175
-85
lines changed

go.mod

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,17 @@ module github.com/achhabra2/kqb-scoreboard
33
go 1.14
44

55
require (
6-
fyne.io/fyne v1.3.0
7-
github.com/go-gl/glfw v0.0.0-20200420212212-258d9bec320e // indirect
8-
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200420212212-258d9bec320e // indirect
6+
fyne.io/fyne v1.3.3
7+
github.com/go-vgo/robotgo v0.90.2
98
github.com/gobuffalo/packr/v2 v2.8.0
109
github.com/gorilla/websocket v1.4.2
11-
github.com/karrick/godirwalk v1.15.6 // indirect
12-
github.com/rogpeppe/go-internal v1.6.0 // indirect
10+
github.com/karrick/godirwalk v1.16.1 // indirect
11+
github.com/robotn/gohook v0.30.3
12+
github.com/rogpeppe/go-internal v1.6.2 // indirect
1313
github.com/sirupsen/logrus v1.6.0 // indirect
1414
github.com/stretchr/testify v1.6.1 // indirect
15-
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9 // indirect
16-
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
17-
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a // indirect
18-
golang.org/x/sys v0.0.0-20200602225109-6fdc65e7d980 // indirect
19-
gopkg.in/yaml.v2 v2.3.0 // indirect
20-
gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect
15+
golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect
16+
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208 // indirect
17+
golang.org/x/sys v0.0.0-20200909081042-eff7692f9009 // indirect
18+
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
2119
)

0 commit comments

Comments
 (0)