-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
20 lines (19 loc) · 840 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/gbbirkisson/rpi
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/LK4D4/joincontext v0.0.0-20171026170139-1724345da6d5
github.com/gbbirkisson/piCamera v0.0.0-20190115192636-25b706c738f0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/protobuf v1.2.0
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/olekukonko/tablewriter v0.0.1
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.3.1
github.com/stianeikeland/go-rpio/v4 v4.4.0
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
golang.org/x/image v0.0.0-20190118043309-183bebdce1b2 // indirect
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d
google.golang.org/grpc v1.18.0
)