-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
36 lines (34 loc) · 1.68 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
26
27
28
29
30
31
32
33
34
35
36
// +heroku install ./backend
module github.com/rasky/CryptoFaxPA
require (
github.com/antonholmquist/jason v1.0.0
github.com/dustin/go-humanize v0.0.0-20180713052910-9f541cc9db5d
github.com/eclipse/paho.mqtt.golang v1.1.1
github.com/esimov/dithergo v0.0.0-20170530095937-48e039c66812
github.com/go-redis/cache v6.3.5+incompatible
github.com/go-redis/redis v6.14.1+incompatible
github.com/gobuffalo/packr v1.13.7
github.com/godbus/dbus v4.1.0+incompatible
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/gorilla/websocket v1.4.0 // indirect
github.com/guptarohit/asciigraph v0.4.1
github.com/kelseyhightower/envconfig v1.3.0
github.com/kr/pretty v0.1.0 // indirect
github.com/lusis/go-slackbot v0.0.0-20180109053408-401027ccfef5 // indirect
github.com/lusis/slack-test v0.0.0-20180109053238-3c758769bfa6 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/nlopes/slack v0.3.1-0.20180921205747-752f784a75e8
github.com/onsi/gomega v1.4.2 // indirect
github.com/plorefice/gonnman v0.0.0-20160122094418-b1901d019bb2
github.com/plorefice/web v0.0.0-20151028134842-063fa58e12cc
github.com/rakyll/statik v0.1.5 // indirect
github.com/stianeikeland/go-rpio v3.0.1-0.20180606224349-3abdd2207d33+incompatible
github.com/vmihailenco/msgpack v4.0.0+incompatible
github.com/wcharczuk/go-chart v2.0.1+incompatible
golang.org/x/image v0.0.0-20180926015637-991ec62608f3 // indirect
golang.org/x/net v0.0.0-20180926154720-4dfa2610cdf3 // indirect
golang.org/x/text v0.3.0
google.golang.org/appengine v1.2.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
pifke.org/wpasupplicant v0.0.0-20171220234234-d8b63b5cd990
)