2019-02-22 00:44:36 +00:00
|
|
|
module github.com/vmware/vmware-go-kcl
|
|
|
|
|
|
2021-10-22 01:28:41 +00:00
|
|
|
go 1.17
|
|
|
|
|
|
2019-02-22 00:44:36 +00:00
|
|
|
require (
|
2021-10-22 01:28:41 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.41.7
|
|
|
|
|
github.com/awslabs/kinesis-aggregation/go v0.0.0-20210630091500-54e17340d32f
|
|
|
|
|
github.com/golang/protobuf v1.5.2
|
|
|
|
|
github.com/google/uuid v1.3.0
|
|
|
|
|
github.com/prometheus/client_golang v1.11.0
|
|
|
|
|
github.com/prometheus/common v0.32.1
|
2021-10-15 12:21:53 +00:00
|
|
|
github.com/rs/zerolog v1.25.0
|
2021-10-22 01:28:41 +00:00
|
|
|
github.com/sirupsen/logrus v1.8.1
|
|
|
|
|
github.com/stretchr/testify v1.7.0
|
|
|
|
|
go.uber.org/zap v1.19.1
|
2019-10-28 12:08:18 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
2019-02-22 00:44:36 +00:00
|
|
|
)
|
2019-10-28 12:08:18 +00:00
|
|
|
|
2021-10-22 01:28:41 +00:00
|
|
|
require (
|
|
|
|
|
github.com/BurntSushi/toml v0.4.1 // indirect
|
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
|
github.com/jmespath/go-jmespath v0.4.0 // indirect
|
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
|
github.com/prometheus/client_model v0.2.0 // indirect
|
|
|
|
|
github.com/prometheus/procfs v0.7.3 // indirect
|
|
|
|
|
go.uber.org/atomic v1.9.0 // indirect
|
|
|
|
|
go.uber.org/multierr v1.7.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
|
|
|
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
|
|
|
)
|