github.com/cornelk/go-cloud@v0.17.1/go.mod (about)

     1  // Copyright 2018-2019 The Go Cloud Development Kit Authors
     2  //
     3  // Licensed under the Apache License, Version 2.0 (the "License");
     4  // you may not use this file except in compliance with the License.
     5  // You may obtain a copy of the License at
     6  //
     7  //     https://www.apache.org/licenses/LICENSE-2.0
     8  //
     9  // Unless required by applicable law or agreed to in writing, software
    10  // distributed under the License is distributed on an "AS IS" BASIS,
    11  // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12  // See the License for the specific language governing permissions and
    13  // limitations under the License.
    14  
    15  module github.com/cornelk/go-cloud
    16  
    17  go 1.12
    18  
    19  require (
    20  	cloud.google.com/go v0.39.0
    21  	contrib.go.opencensus.io/exporter/aws v0.0.0-20181029163544-2befc13012d0
    22  	contrib.go.opencensus.io/exporter/stackdriver v0.12.1
    23  	contrib.go.opencensus.io/integrations/ocsql v0.1.4
    24  	github.com/Azure/azure-amqp-common-go/v2 v2.1.0
    25  	github.com/Azure/azure-pipeline-go v0.1.9
    26  	github.com/Azure/azure-sdk-for-go v30.1.0+incompatible
    27  	github.com/Azure/azure-service-bus-go v0.9.1
    28  	github.com/Azure/azure-storage-blob-go v0.6.0
    29  	github.com/Azure/go-autorest v12.0.0+incompatible
    30  	github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20190605020000-c4ba1fdf4d36
    31  	github.com/aws/aws-sdk-go v1.19.45
    32  	github.com/dimchansky/utfbom v1.1.0 // indirect
    33  	github.com/fsnotify/fsnotify v1.4.7
    34  	github.com/go-sql-driver/mysql v1.4.1
    35  	github.com/golang/protobuf v1.3.1
    36  	github.com/google/go-cmp v0.3.0
    37  	github.com/google/go-replayers/grpcreplay v0.1.0
    38  	github.com/google/go-replayers/httpreplay v0.1.0
    39  	github.com/google/martian v2.1.1-0.20190517191504-25dcb96d9e51+incompatible // indirect
    40  	github.com/google/uuid v1.1.1
    41  	github.com/google/wire v0.3.0
    42  	github.com/googleapis/gax-go v2.0.2+incompatible
    43  	github.com/lib/pq v1.1.1
    44  	github.com/mitchellh/go-homedir v1.1.0 // indirect
    45  	go.opencensus.io v0.22.0
    46  	golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
    47  	golang.org/x/net v0.0.0-20190619014844-b5b0513f8c1b
    48  	golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
    49  	golang.org/x/sync v0.0.0-20190423024810-112230192c58
    50  	golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
    51  	google.golang.org/api v0.6.0
    52  	google.golang.org/appengine v1.6.1 // indirect
    53  	google.golang.org/genproto v0.0.0-20190620144150-6af8c5fc6601
    54  	google.golang.org/grpc v1.21.1
    55  	pack.ag/amqp v0.11.2
    56  )