Bug Fix infra pipeline unit test failures
go.mod
0 → 100644
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/dgrijalva/jwt-go v3.2.0+incompatible // indirect | ||
github.com/dimchansky/utfbom v1.1.0 // indirect | ||
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect | ||
github.com/elastic/go-elasticsearch/v6 v6.8.5 | ||
github.com/elazarl/goproxy v0.0.0-20191011121108-aa519ddbe484 // indirect | ||
github.com/go-redis/redis/v7 v7.0.0-beta.4 | ||
github.com/go-sql-driver/mysql v1.4.1 // indirect | ||
github.com/gogo/protobuf v1.3.1 // indirect | ||
github.com/google/btree v1.0.0 // indirect | ||
github.com/google/gofuzz v1.1.0 // indirect | ||
github.com/google/uuid v1.1.1 // indirect | ||
github.com/googleapis/gnostic v0.2.0 // indirect | ||
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect | ||
github.com/gruntwork-io/gruntwork-cli v0.6.1 // indirect | ||
github.com/gruntwork-io/terratest v0.16.1 | ||
github.com/imdario/mergo v0.3.8 // indirect | ||
github.com/json-iterator/go v1.1.9 // indirect | ||
github.com/magefile/mage v1.8.0 | ||
github.com/modern-go/reflect2 v1.0.1 // indirect | ||
github.com/otiai10/copy v1.1.1 // indirect | ||
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/pquerna/otp v1.2.0 // indirect | ||
github.com/satori/go.uuid v1.2.0 // indirect | ||
github.com/spf13/cobra v0.0.5 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
github.com/stretchr/testify v1.4.0 | ||
golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876 // indirect | ||
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect | ||
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect | ||
gopkg.in/inf.v0 v0.9.1 // indirect | ||
k8s.io/api v0.0.0-20190222213804-5cb15d344471 // indirect | ||
k8s.io/apimachinery v0.0.0-20190221213512-86fb29eff628 | ||
k8s.io/client-go v10.0.0+incompatible // indirect | ||
k8s.io/klog v0.2.0 // indirect | ||
k8s.io/kubernetes v1.13.4 // indirect | ||
sigs.k8s.io/yaml v1.1.0 // indirect | ||
) | ||
replace git.apache.org/thrift.git => github.com/apache/thrift v0.12.0 |
go.sum
0 → 100644
This diff is collapsed.
Please register or sign in to comment