2019-02-22 00:44:36 +00:00
|
|
|
module github.com/vmware/vmware-go-kcl
|
|
|
|
|
|
|
|
|
|
require (
|
2019-10-28 12:08:18 +00:00
|
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
2020-12-18 22:52:04 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.34.8
|
2020-12-23 15:47:47 +00:00
|
|
|
github.com/awslabs/kinesis-aggregation/go v0.0.0-20201211133042-142dfe1d7a6d
|
|
|
|
|
github.com/golang/protobuf v1.3.1
|
2019-06-28 04:56:44 +00:00
|
|
|
github.com/google/uuid v1.1.1
|
|
|
|
|
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
|
|
|
|
|
github.com/prometheus/client_golang v0.9.3
|
|
|
|
|
github.com/prometheus/common v0.4.1
|
|
|
|
|
github.com/prometheus/procfs v0.0.0-20190523193104-a7aeb8df3389 // indirect
|
2021-10-15 12:21:53 +00:00
|
|
|
github.com/rs/zerolog v1.25.0
|
2019-06-28 04:56:44 +00:00
|
|
|
github.com/sirupsen/logrus v1.4.2
|
2020-12-18 22:52:04 +00:00
|
|
|
github.com/stretchr/testify v1.5.1
|
2019-10-28 12:08:18 +00:00
|
|
|
go.uber.org/atomic v1.4.0 // indirect
|
|
|
|
|
go.uber.org/multierr v1.2.0 // indirect
|
|
|
|
|
go.uber.org/zap v1.11.0
|
|
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2019-02-22 00:44:36 +00:00
|
|
|
)
|
2019-10-28 12:08:18 +00:00
|
|
|
|
|
|
|
|
go 1.13
|