2019-05-06 23:05:39 +00:00
|
|
|
module github.com/harlow/kinesis-consumer
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
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-05-06 23:05:39 +00:00
|
|
|
github.com/go-sql-driver/mysql v1.4.1
|
|
|
|
|
github.com/lib/pq v0.0.0-20180523175426-90697d60dd84
|
|
|
|
|
github.com/pkg/errors v0.8.0
|
2019-07-29 04:18:40 +00:00
|
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
2019-07-28 17:54:01 +00:00
|
|
|
google.golang.org/appengine v1.6.1 // indirect
|
2019-05-06 23:05:39 +00:00
|
|
|
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0
|
|
|
|
|
gopkg.in/redis.v5 v5.2.9
|
|
|
|
|
)
|