2019-05-06 23:05:39 +00:00
|
|
|
module github.com/harlow/kinesis-consumer
|
|
|
|
|
|
|
|
|
|
require (
|
2019-09-02 14:25:07 +00:00
|
|
|
github.com/DATA-DOG/go-sqlmock v1.3.3
|
2019-08-31 20:19:23 +00:00
|
|
|
github.com/alicebob/gopher-json v0.0.0-20180125190556-5a6b3ba71ee6 // indirect
|
|
|
|
|
github.com/alicebob/miniredis v2.5.0+incompatible
|
2019-05-06 23:05:39 +00:00
|
|
|
github.com/apex/log v1.0.0
|
|
|
|
|
github.com/aws/aws-sdk-go v1.15.0
|
2019-07-28 17:54:01 +00:00
|
|
|
github.com/go-ini/ini v1.38.1 // indirect
|
2019-07-29 04:27:28 +00:00
|
|
|
github.com/go-redis/redis v6.15.2+incompatible
|
2019-05-06 23:05:39 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.4.1
|
2019-08-31 20:19:23 +00:00
|
|
|
github.com/gomodule/redigo v2.0.0+incompatible // indirect
|
2019-05-06 23:05:39 +00:00
|
|
|
github.com/lib/pq v0.0.0-20180523175426-90697d60dd84
|
2019-07-29 04:27:28 +00:00
|
|
|
github.com/onsi/ginkgo v1.8.0 // indirect
|
|
|
|
|
github.com/onsi/gomega v1.5.0 // indirect
|
2019-05-06 23:05:39 +00:00
|
|
|
github.com/pkg/errors v0.8.0
|
2019-07-29 04:18:40 +00:00
|
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
2019-08-31 20:19:23 +00:00
|
|
|
github.com/yuin/gopher-lua v0.0.0-20190514113301-1cd887cd7036 // indirect
|
2019-07-28 17:54:01 +00:00
|
|
|
google.golang.org/appengine v1.6.1 // indirect
|
2019-07-29 04:27:28 +00:00
|
|
|
gopkg.in/redis.v5 v5.2.9 // indirect
|
2019-05-06 23:05:39 +00:00
|
|
|
)
|