forked from google/go-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
55 lines (52 loc) · 2.25 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
// 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.44.3
contrib.go.opencensus.io/exporter/aws v0.0.0-20181029163544-2befc13012d0
contrib.go.opencensus.io/exporter/stackdriver v0.12.1
contrib.go.opencensus.io/integrations/ocsql v0.1.4
github.com/Azure/azure-amqp-common-go/v2 v2.1.0
github.com/Azure/azure-pipeline-go v0.2.1
github.com/Azure/azure-sdk-for-go v30.1.0+incompatible
github.com/Azure/azure-service-bus-go v0.9.1
github.com/Azure/azure-storage-blob-go v0.8.0
github.com/Azure/go-autorest v12.0.0+incompatible
github.com/GoogleCloudPlatform/cloudsql-proxy v0.0.0-20191009163259-e802c2cb94ae
github.com/aws/aws-sdk-go v1.19.45
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/golang/protobuf v1.3.2
github.com/google/go-cmp v0.4.0
github.com/google/go-replayers/grpcreplay v0.1.0
github.com/google/go-replayers/httpreplay v0.1.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.3.0
github.com/googleapis/gax-go v2.0.2+incompatible
github.com/lib/pq v1.1.1
github.com/mitchellh/go-homedir v1.1.0 // indirect
go.opencensus.io v0.22.2
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
golang.org/x/sync v0.0.0-20190423024810-112230192c58
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
google.golang.org/api v0.9.0
google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64
google.golang.org/grpc v1.21.1
pack.ag/amqp v0.11.2
)