2021-06-03 22:41:20 +00:00
|
|
|
module github.com/amazon-kinesis-client-go
|
|
|
|
|
|
2023-09-22 15:57:23 +00:00
|
|
|
go 1.21
|
2021-06-03 22:41:20 +00:00
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/Clever/amazon-kinesis-client-go v1.0.0
|
|
|
|
|
github.com/Clever/syslogparser v0.0.0-20170816194131-fb28ad3e4340
|
|
|
|
|
github.com/a8m/kinesis-producer v0.2.0
|
2023-09-22 15:57:23 +00:00
|
|
|
github.com/golang/protobuf v1.5.2
|
|
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
|
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
|
|
|
|
|
gopkg.in/Clever/kayvee-go.v6 v6.24.1
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2021-06-03 22:41:20 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.35.28 // indirect
|
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
|
github.com/jeromer/syslogparser v0.0.0-20190429161531-5fbaaf06d9e7 // indirect
|
2023-09-22 15:57:23 +00:00
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
2021-06-03 22:41:20 +00:00
|
|
|
github.com/jpillora/backoff v0.0.0-20170918002102-8eab2debe79d // indirect
|
2023-09-22 15:57:23 +00:00
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
2021-06-03 22:41:20 +00:00
|
|
|
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
|
2023-09-22 15:57:23 +00:00
|
|
|
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
|
2021-06-03 22:41:20 +00:00
|
|
|
github.com/xeipuuv/gojsonschema v1.2.1-0.20200424115421-065759f9c3d7 // indirect
|
2023-09-22 15:57:23 +00:00
|
|
|
google.golang.org/protobuf v1.26.0 // indirect
|
2021-06-03 22:41:20 +00:00
|
|
|
gopkg.in/yaml.v2 v2.3.1-0.20200602174213-b893565b90ca // indirect
|
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
|
|
|
|
launchpad.net/gocheck v0.0.0-20140225173054-000000000087 // indirect
|
|
|
|
|
)
|