-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 763 Bytes
/
go.mod
File metadata and controls
19 lines (17 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/shreddedbacon/twcmanager
go 1.13
require (
github.com/cheekybits/is v0.0.0-20150225183255-68e9c0620927 // indirect
github.com/gorilla/mux v1.7.4
github.com/kr/pretty v0.1.0 // indirect
github.com/matryer/try v0.0.0-20161228173917-9ac251b645a2 // indirect
github.com/rpi-ws281x/rpi-ws281x-go v1.0.6
github.com/shreddedbacon/fake-powerwall v0.0.4
github.com/shreddedbacon/tesla v0.0.0-20200608013619-3fb9553b8fbd
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
gopkg.in/matryer/try.v1 v1.0.0-20150601225556-312d2599e12e
gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5
gopkg.in/yaml.v2 v2.2.8
)