module github.com/microsoft/cobalt go 1.12 require ( contrib.go.opencensus.io/exporter/ocagent v0.4.2 // indirect github.com/Azure/azure-sdk-for-go v30.0.0+incompatible github.com/Azure/go-autorest v11.7.0+incompatible github.com/aws/aws-sdk-go v1.19.18 // indirect github.com/census-instrumentation/opencensus-proto v0.1.0 // indirect github.com/davecgh/go-spew v1.1.1 // indirect github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect github.com/go-sql-driver/mysql v1.4.1 // indirect github.com/golang/protobuf v1.3.0 // indirect github.com/google/go-cmp v0.3.0 // indirect github.com/google/uuid v1.1.1 // indirect github.com/gruntwork-io/terratest v0.16.1 github.com/kr/pretty v0.1.0 // indirect github.com/magefile/mage v1.8.0 github.com/pquerna/otp v1.2.0 // indirect github.com/satori/go.uuid v1.2.0 // indirect github.com/stretchr/testify v1.3.0 golang.org/x/crypto v0.0.0-20190506204251-e1dfcc566284 // indirect golang.org/x/net v0.0.0-20190502183928-7f726cade0ab // indirect golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect golang.org/x/sys v0.0.0-20190502175342-a43fa875dd82 // indirect golang.org/x/text v0.3.2 // indirect google.golang.org/api v0.1.0 // indirect google.golang.org/appengine v1.4.0 // indirect google.golang.org/genproto v0.0.0-20190201180003-4b09977fb922 // indirect google.golang.org/grpc v1.18.0 // indirect gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect ) replace git.apache.org/thrift.git => github.com/apache/thrift v0.12.0