-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
25 lines (23 loc) · 889 Bytes
/
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
module github.com/function61/eventhorizon
go 1.13
require (
github.com/apcera/termtables v0.0.0-20170405184538-bcbc5dc54055 // indirect
github.com/aws/aws-lambda-go v1.14.0
github.com/aws/aws-sdk-go v1.29.0
github.com/boltdb/bolt v1.3.1
github.com/cheekybits/genny v1.0.0
github.com/eclipse/paho.mqtt.golang v1.2.0
github.com/function61/gokit v0.0.0-20200923114939-f8d7e065a5c3
github.com/gorilla/mux v1.8.0
github.com/jpillora/backoff v1.0.0
github.com/kr/pretty v0.2.0 // indirect
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/prometheus/client_golang v1.4.1
github.com/scylladb/termtables v1.0.0
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/text v0.3.2 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)