зеркало из https://github.com/microsoft/cobalt.git
36 строки
1.5 KiB
Modula-2
36 строки
1.5 KiB
Modula-2
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/go-sql-driver/mysql v1.4.1 // 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.9 // indirect
|
|
github.com/magefile/mage v1.8.0
|
|
github.com/mitchellh/go-homedir v1.1.0 // indirect
|
|
github.com/otiai10/copy v1.1.1 // indirect
|
|
github.com/pquerna/otp v1.2.0 // indirect
|
|
github.com/satori/go.uuid v1.2.0 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
golang.org/x/crypto v0.0.0-20190506204251-e1dfcc566284 // indirect
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
|
|
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // 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
|
|
k8s.io/api v0.18.1 // indirect
|
|
k8s.io/client-go v11.0.0+incompatible // indirect
|
|
k8s.io/utils v0.0.0-20200411171748-3d5a2fe318e4 // indirect
|
|
)
|
|
|
|
replace git.apache.org/thrift.git => github.com/apache/thrift v0.12.0
|