forked from aws/amazon-cloudwatch-logs-for-fluent-bit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
17 lines (15 loc) · 660 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/aws/amazon-cloudwatch-logs-for-fluent-bit
go 1.12
require (
github.com/aws/amazon-kinesis-firehose-for-fluent-bit v1.0.1-0.20191203194629-8f64e9241296
github.com/aws/aws-sdk-go v1.25.45
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
github.com/fluent/fluent-bit-go v0.0.0-20190925192703-ea13c021720c
github.com/golang/mock v1.3.1
github.com/json-iterator/go v1.1.8
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.3.0
github.com/ugorji/go/codec v1.1.7 // indirect
golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 // indirect
)