// Copyright 2018-2019 The Go Cloud Development Kit Authors // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. module gocloud.dev require ( cloud.google.com/go v0.39.0 contrib.go.opencensus.io/exporter/aws v0.0.0-20181029163544-2befc13012d0 contrib.go.opencensus.io/exporter/stackdriver v0.11.0 contrib.go.opencensus.io/integrations/ocsql v0.1.4 github.com/Azure/azure-amqp-common-go v1.1.4 github.com/Azure/azure-pipeline-go v0.1.9 github.com/Azure/azure-sdk-for-go v27.3.0+incompatible github.com/Azure/azure-service-bus-go v0.4.1 github.com/Azure/azure-storage-blob-go v0.6.0 github.com/Azure/go-autorest v11.1.2+incompatible github.com/Azure/go-autorest/tracing v0.1.0 // indirect github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20190418212003-6ac0b49e7197 github.com/aws/aws-sdk-go v1.19.16 github.com/dimchansky/utfbom v1.1.0 // indirect github.com/fsnotify/fsnotify v1.4.7 github.com/go-sql-driver/mysql v1.4.1 github.com/go-stack/stack v1.8.0 // indirect github.com/golang/protobuf v1.3.1 github.com/golang/snappy v0.0.1 // indirect github.com/google/go-cmp v0.3.0 github.com/google/martian v2.1.1-0.20190517191504-25dcb96d9e51+incompatible // indirect github.com/google/uuid v1.1.1 github.com/google/wire v0.2.2 github.com/googleapis/gax-go v2.0.2+incompatible github.com/hashicorp/golang-lru v0.5.1 // indirect github.com/lib/pq v1.1.0 github.com/mitchellh/go-homedir v1.1.0 // indirect github.com/pkg/errors v0.8.1 // indirect github.com/stretchr/testify v1.3.0 // indirect github.com/tidwall/pretty v0.0.0-20190325153808-1166b9ac2b65 // indirect github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect github.com/xdg/stringprep v1.0.0 // indirect go.mongodb.org/mongo-driver v1.0.1 go.opencensus.io v0.21.0 golang.org/x/crypto v0.0.0-20190422183909-d864b10871cd golang.org/x/net v0.0.0-20190424112056-4829fb13d2c6 golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a golang.org/x/sync v0.0.0-20190423024810-112230192c58 golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db // indirect golang.org/x/xerrors v0.0.0-20190410155217-1f06c39b4373 google.golang.org/api v0.5.0 google.golang.org/genproto v0.0.0-20190508193815-b515fa19cec8 google.golang.org/grpc v1.20.1 gopkg.in/yaml.v2 v2.2.1 // indirect pack.ag/amqp v0.11.0 )