-
Notifications
You must be signed in to change notification settings - Fork 34
/
go.mod
29 lines (26 loc) · 991 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
26
27
28
29
module github.com/aws/amazon-kinesis-streams-for-fluent-bit
go 1.20
require (
github.com/aws/amazon-kinesis-firehose-for-fluent-bit v1.7.1
github.com/aws/aws-sdk-go v1.44.229
github.com/fluent/fluent-bit-go v0.0.0-20201210173045-3fd1e0486df2
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.3
github.com/json-iterator/go v1.1.12
github.com/lestrrat-go/strftime v1.0.6
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.2
google.golang.org/protobuf v1.30.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/ugorji/go/codec v1.1.7 // indirect
golang.org/x/net v0.8.0 // indirect
golang.org/x/sys v0.6.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)