forked from google/exposure-notifications-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
88 lines (86 loc) · 4.06 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
77
78
79
80
81
82
83
84
85
86
87
88
module github.com/google/exposure-notifications-server
go 1.15
require (
cloud.google.com/go v0.61.0
cloud.google.com/go/storage v1.10.0
contrib.go.opencensus.io/exporter/ocagent v0.7.0
contrib.go.opencensus.io/exporter/prometheus v0.2.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/client9/misspell v0.3.4
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.5.0
github.com/google/mako v0.2.0
github.com/google/uuid v1.0.0
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
github.com/hashicorp/go-plugin v1.3.0 // indirect
github.com/hashicorp/go-retryablehttp v0.6.7 // 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/kelseyhightower/run v0.0.16
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/mikehelmick/go-chaff v0.3.0
github.com/mitchellh/cli v1.1.1 // indirect
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
github.com/mitchellh/mapstructure v1.3.3
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
github.com/sethvargo/go-envconfig v0.2.3
github.com/sethvargo/go-gcpkms v0.1.0
github.com/sethvargo/go-retry v0.1.0
github.com/sethvargo/go-signalcontext v0.1.0
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.4
go.uber.org/zap v1.14.1
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
golang.org/x/tools v0.0.0-20200715235423-130c9f19d3fe
google.golang.org/api v0.29.0
google.golang.org/genproto v0.0.0-20200715011427-11fb19a81f2c
google.golang.org/grpc v1.30.0
google.golang.org/protobuf v1.25.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
honnef.co/go/tools v0.0.1-2020.1.4
)