File tree Expand file tree Collapse file tree 5 files changed +175
-85
lines changed Expand file tree Collapse file tree 5 files changed +175
-85
lines changed Original file line number Diff line number Diff line change @@ -3,19 +3,17 @@ module github.com/achhabra2/kqb-scoreboard
3
3
go 1.14
4
4
5
5
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
9
8
github.com/gobuffalo/packr/v2 v2.8.0
10
9
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
13
13
github.com/sirupsen/logrus v1.6.0 // indirect
14
14
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
21
19
)
You can’t perform that action at this time.
0 commit comments