Major changes: * Remove intermediate batching of kinesis records * Call the callback func with each record * Use functional options for config https://dave.cheney.net/2014/10/17/functional-options-for-friendly-apis Minor changes: * update README messaging about Kinesis -> Firehose functionality * remove unused buffer and emitter code
50 lines
1 KiB
TOML
50 lines
1 KiB
TOML
|
|
# Gopkg.toml example
|
|
#
|
|
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
|
|
# for detailed Gopkg.toml documentation.
|
|
#
|
|
# required = ["github.com/user/thing/cmd/thing"]
|
|
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
|
|
#
|
|
# [[constraint]]
|
|
# name = "github.com/user/project"
|
|
# version = "1.0.0"
|
|
#
|
|
# [[constraint]]
|
|
# name = "github.com/user/project2"
|
|
# branch = "dev"
|
|
# source = "github.com/myfork/project2"
|
|
#
|
|
# [[override]]
|
|
# name = "github.com/x/y"
|
|
# version = "2.4.0"
|
|
|
|
|
|
[[constraint]]
|
|
name = "github.com/apex/log"
|
|
version = "1.0.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/aws/aws-sdk-go"
|
|
version = "1.12.30"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/bmizerany/assert"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/crowdmob/goamz"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/lib/pq"
|
|
|
|
[[constraint]]
|
|
branch = "master"
|
|
name = "github.com/tj/go-kinesis"
|
|
|
|
[[constraint]]
|
|
name = "gopkg.in/redis.v5"
|
|
version = "5.2.9"
|