forked from google/go-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
62 lines (59 loc) · 2.56 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
// 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
go 1.12
require (
cloud.google.com/go v0.58.0
cloud.google.com/go/firestore v1.2.0
cloud.google.com/go/pubsub v1.4.0
cloud.google.com/go/storage v1.9.0
contrib.go.opencensus.io/exporter/aws v0.0.0-20190807220307-c50fb1bd7f21
contrib.go.opencensus.io/exporter/stackdriver v0.13.1
contrib.go.opencensus.io/integrations/ocsql v0.1.6
github.com/Azure/azure-amqp-common-go/v3 v3.0.0
github.com/Azure/azure-pipeline-go v0.2.2
github.com/Azure/azure-sdk-for-go v43.1.0+incompatible
github.com/Azure/azure-service-bus-go v0.10.2
github.com/Azure/azure-storage-blob-go v0.9.0
github.com/Azure/go-amqp v0.12.7
github.com/Azure/go-autorest/autorest v0.10.2
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2
github.com/GoogleCloudPlatform/cloudsql-proxy v1.17.0
github.com/aws/aws-sdk-go v1.31.14
github.com/fsnotify/fsnotify v1.4.9
github.com/go-sql-driver/mysql v1.5.0
github.com/golang/protobuf v1.4.2
github.com/google/go-cmp v0.4.1
github.com/google/go-replayers/grpcreplay v1.0.0
github.com/google/go-replayers/httpreplay v0.1.1
github.com/google/martian v2.1.1-0.20190517191504-25dcb96d9e51+incompatible // indirect
github.com/google/uuid v1.1.1
github.com/google/wire v0.4.0
github.com/googleapis/gax-go v2.0.2+incompatible
github.com/googleapis/gax-go/v2 v2.0.5
github.com/lib/pq v1.7.0
github.com/mattn/go-ieproxy v0.0.1 // indirect
github.com/mitchellh/mapstructure v1.3.2 // indirect
go.opencensus.io v0.22.3
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
golang.org/x/net v0.0.0-20200602114024-627f9648deb9
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
golang.org/x/sys v0.0.0-20200610111108-226ff32320da // indirect
golang.org/x/tools v0.0.0-20200610052024-8d7dbee4c8ae // indirect
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
google.golang.org/api v0.26.0
google.golang.org/genproto v0.0.0-20200610104632-a5b850bcf112
google.golang.org/grpc v1.29.1
)