forked from google/go-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
63 lines (60 loc) · 2.6 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
63
// 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.90.0
cloud.google.com/go/firestore v1.5.0
cloud.google.com/go/pubsub v1.13.0
cloud.google.com/go/storage v1.16.0
contrib.go.opencensus.io/exporter/aws v0.0.0-20200617204711-c478e41e60e9
contrib.go.opencensus.io/exporter/stackdriver v0.13.8
contrib.go.opencensus.io/integrations/ocsql v0.1.7
github.com/Azure/azure-amqp-common-go/v3 v3.1.0
github.com/Azure/azure-pipeline-go v0.2.3
github.com/Azure/azure-sdk-for-go v54.3.0+incompatible
github.com/Azure/azure-service-bus-go v0.10.14
github.com/Azure/azure-storage-blob-go v0.14.0
github.com/Azure/go-amqp v0.13.10
github.com/Azure/go-autorest/autorest v0.11.19
github.com/Azure/go-autorest/autorest/adal v0.9.14
github.com/Azure/go-autorest/autorest/azure/auth v0.5.8
github.com/GoogleCloudPlatform/cloudsql-proxy v1.24.0
github.com/aws/aws-sdk-go v1.40.16
github.com/fsnotify/fsnotify v1.4.9
github.com/go-sql-driver/mysql v1.6.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.6
github.com/google/go-replayers/grpcreplay v1.1.0
github.com/google/go-replayers/httpreplay v0.1.2
github.com/google/martian v2.1.1-0.20190517191504-25dcb96d9e51+incompatible // indirect
github.com/google/uuid v1.3.0
github.com/google/wire v0.5.0
github.com/googleapis/gax-go/v2 v2.0.5
github.com/klauspost/compress v1.12.2 // indirect
github.com/lib/pq v1.10.2
github.com/mitchellh/mapstructure v1.4.1 // indirect
github.com/stretchr/objx v0.2.0 // indirect
go.opencensus.io v0.23.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985
golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
google.golang.org/api v0.52.0
google.golang.org/genproto v0.0.0-20210728212813-7823e685a01f
google.golang.org/grpc v1.39.1
nhooyr.io/websocket v1.8.7 // indirect
)