Update aws go sdk to the latest. Also, update integration tests by publishing data using both PutRecord and PutRecords. Signed-off-by: Tao Jiang <taoj@vmware.com>
21 lines
723 B
Modula-2
21 lines
723 B
Modula-2
module github.com/vmware/vmware-go-kcl
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1 // indirect
|
|
github.com/aws/aws-sdk-go v1.34.8
|
|
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
|
|
github.com/sirupsen/logrus v1.4.2
|
|
github.com/stretchr/testify v1.5.1
|
|
go.uber.org/atomic v1.4.0 // indirect
|
|
go.uber.org/multierr v1.2.0 // indirect
|
|
go.uber.org/zap v1.11.0
|
|
golang.org/x/sys v0.0.0-20190528012530-adf421d2caf4 // indirect
|
|
golang.org/x/text v0.3.2 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.0.0
|
|
)
|
|
|
|
go 1.13
|