forked from muesli/deckmaster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 1.06 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
module github.com/muesli/deckmaster
go 1.12
require (
github.com/BurntSushi/freetype-go v0.0.0-20160129220410-b763ddbfe298 // indirect
github.com/BurntSushi/graphics-go v0.0.0-20160129215708-b43f31a4a966 // indirect
github.com/BurntSushi/toml v0.3.1
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/atotto/clipboard v0.1.2
github.com/bendahl/uinput v1.4.0
github.com/davecgh/go-spew v1.1.1
github.com/flopp/go-findfont v0.0.0-20201103071330-d960cd9a3075
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/godbus/dbus v4.1.0+incompatible
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0
github.com/jezek/xgb v0.0.0-20210312150743-0e0f116e1240
github.com/jezek/xgbutil v0.0.0-20210302171758-530099784e66
github.com/lucasb-eyer/go-colorful v1.0.2
github.com/muesli/streamdeck v0.1.0
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/shirou/gopsutil v2.18.12+incompatible
golang.org/x/image v0.0.0-20200119044424-58c23975cae1
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
)