2019-02-22 00:44:36 +00:00
|
|
|
module github.com/vmware/vmware-go-kcl
|
|
|
|
|
|
|
|
|
|
require (
|
2019-06-28 04:56:44 +00:00
|
|
|
github.com/aws/aws-sdk-go v1.19.38
|
|
|
|
|
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.3.0
|
|
|
|
|
golang.org/x/net v0.0.0-20190522155817-f3200d17e092 // indirect
|
|
|
|
|
golang.org/x/sys v0.0.0-20190528012530-adf421d2caf4 // indirect
|
|
|
|
|
golang.org/x/text v0.3.2 // indirect
|
2019-02-22 00:44:36 +00:00
|
|
|
)
|