forked from krisbuist/timeular-zei-linux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 loc) · 827 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/cschomburg/timeular-linux
go 1.15
require (
github.com/0xAX/notificator v0.0.0-20191016112426-3962a5ea8da1
github.com/adrg/xdg v0.3.0
github.com/currantlabs/ble v0.0.0-20171229162446-c1d21c164cf8
github.com/davecgh/go-spew v1.1.1
github.com/esiqveland/notify v0.9.1
github.com/godbus/dbus/v5 v5.0.3
github.com/gorilla/websocket v1.4.2
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mgutz/logxi v0.0.0-20161027140823-aebf8a7d67ab // indirect
github.com/muka/go-bluetooth v0.0.0-20201211051136-07f31c601d33
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
)