-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
20 lines (18 loc) · 897 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/raynigon/frame-light
go 1.12
require (
github.com/c9s/gomon v0.0.0-20190701083852-de4b4f6c5e3c // indirect
github.com/canthefason/go-watcher v0.2.4 // indirect
github.com/daviddengcn/go-colortext v0.0.0-20180409174941-186a3d44e920 // indirect
github.com/deckarep/gosx-notifier v0.0.0-20180201035817-e127226297fb // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-gntp v0.0.0-20171028142259-d20bc996b11f // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/sirupsen/logrus v1.8.1
github.com/stianeikeland/go-rpio v4.2.0+incompatible
github.com/x-cray/logrus-prefixed-formatter v0.5.2 // indirect
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
)