forked from google/exposure-notifications-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
76 lines (74 loc) · 3.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
64
65
66
67
68
69
70
71
72
73
74
75
76
module github.com/google/exposure-notifications-server
go 1.14
require (
cloud.google.com/go v0.57.0
cloud.google.com/go/storage v1.6.0
contrib.go.opencensus.io/exporter/ocagent v0.7.0
contrib.go.opencensus.io/exporter/stackdriver v0.13.1
github.com/Azure/azure-sdk-for-go v42.3.0+incompatible
github.com/Azure/azure-storage-blob-go v0.8.0
github.com/Azure/go-autorest/autorest v0.10.2
github.com/Azure/go-autorest/autorest/adal v0.8.3
github.com/DataDog/datadog-go v3.7.1+incompatible // indirect
github.com/Jeffail/gabs/v2 v2.5.0 // indirect
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/aliyun/alibaba-cloud-sdk-go v1.61.213 // indirect
github.com/armon/go-proxyproto v0.0.0-20200108142055-f0b8253b1507 // indirect
github.com/aws/aws-sdk-go v1.31.4
github.com/circonus-labs/circonusllhist v0.1.4 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gin-gonic/gin v1.6.3
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/go-test/deep v1.0.6 // indirect
github.com/golang-migrate/migrate/v4 v4.10.0
github.com/golang/protobuf v1.4.2
github.com/google/go-cmp v0.4.1
github.com/hashicorp/go-hclog v0.13.0
github.com/hashicorp/go-memdb v1.2.1 // indirect
github.com/hashicorp/go-msgpack v1.1.5 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/hashicorp/go-plugin v1.3.0 // indirect
github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
github.com/hashicorp/raft v1.1.2 // indirect
github.com/hashicorp/vault v1.2.1-0.20200522144850-6f72d4ff250f
github.com/hashicorp/vault-plugin-secrets-kv v0.5.5
github.com/hashicorp/vault/api v1.0.5-0.20200522144850-6f72d4ff250f
github.com/hashicorp/vault/sdk v0.1.14-0.20200519221838-e0cfd64bc267
github.com/hashicorp/yamux v0.0.0-20190923154419-df201c70410d // indirect
github.com/jackc/pgx/v4 v4.6.0
github.com/jefferai/jsonx v1.0.1 // indirect
github.com/keybase/go-crypto v0.0.0-20200123153347-de78d2cb44f4 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/lib/pq v1.5.2 // indirect
github.com/lstoll/awskms v0.0.0-20191202211033-9042d2a6f52c
github.com/mitchellh/cli v1.1.1 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/mapstructure v1.3.1 // indirect
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/onsi/ginkgo v1.12.0 // indirect
github.com/onsi/gomega v1.9.0 // indirect
github.com/oracle/oci-go-sdk v19.3.0+incompatible // indirect
github.com/ory/dockertest v3.3.5+incompatible
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
github.com/posener/complete v1.2.3 // indirect
github.com/prometheus/client_golang v1.6.0 // indirect
github.com/prometheus/common v0.10.0 // indirect
github.com/sethvargo/go-envconfig v0.1.1
github.com/sethvargo/go-gcpkms v0.0.0-20200417004547-e50d0c7083d9
github.com/shirou/gopsutil v2.20.4+incompatible // indirect
github.com/shopspring/decimal v0.0.0-20200419222939-1884f454f8ea // indirect
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/tv42/httpunix v0.0.0-20191220191345-2ba4b9c3382c // indirect
go.opencensus.io v0.22.3
go.uber.org/zap v1.14.1
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
golang.org/x/tools v0.0.0-20200513154647-78b527d18275 // indirect
google.golang.org/api v0.25.0
google.golang.org/genproto v0.0.0-20200527145253-8367513e4ece
google.golang.org/grpc v1.29.1
google.golang.org/protobuf v1.24.0
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
gopkg.in/ini.v1 v1.56.0 // indirect
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
)