@@ -3,30 +3,31 @@ module github.com/google/exposure-notifications-verification-server
3
3
go 1.14
4
4
5
5
require (
6
- cloud.google.com/go v0.63 .0
6
+ cloud.google.com/go v0.65 .0
7
7
cloud.google.com/go/firestore v1.3.0 // indirect
8
- contrib.go.opencensus.io/exporter/stackdriver v0.13.3 // indirect
8
+ cloud.google.com/go/storage v1.11.0 // indirect
9
+ contrib.go.opencensus.io/exporter/stackdriver v0.13.4 // indirect
9
10
firebase.google.com/go v3.13.0+incompatible
10
- github.com/Azure/azure-sdk-for-go v45.1 .0+incompatible // indirect
11
+ github.com/Azure/azure-sdk-for-go v46.0 .0+incompatible // indirect
11
12
github.com/Azure/go-autorest/autorest v0.11.4 // indirect
12
13
github.com/Azure/go-autorest/autorest/azure/auth v0.5.1 // indirect
13
14
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
14
15
github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect
15
16
github.com/Masterminds/semver v1.5.0 // indirect
16
- github.com/aws/aws-sdk-go v1.34.7 // indirect
17
+ github.com/aws/aws-sdk-go v1.34.14 // indirect
17
18
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
18
19
github.com/client9/misspell v0.3.4
19
20
github.com/containerd/continuity v0.0.0-20200710164510-efbc4488d8fe // indirect
20
21
github.com/denisenkom/go-mssqldb v0.0.0-20200620013148-b91950f658ec // indirect
21
22
github.com/dgrijalva/jwt-go v3.2.0+incompatible
22
23
github.com/google/exposure-notifications-server v0.6.0
23
- github.com/google/go-cmp v0.5.1
24
- github.com/google/uuid v1.1.1 // indirect
24
+ github.com/google/go-cmp v0.5.2
25
+ github.com/google/uuid v1.1.2 // indirect
25
26
github.com/gorilla/csrf v1.7.0
26
- github.com/gorilla/handlers v1.4.2
27
- github.com/gorilla/mux v1.7.4
28
- github.com/gorilla/schema v1.1 .0
29
- github.com/gorilla/sessions v1.2.0
27
+ github.com/gorilla/handlers v1.5.0
28
+ github.com/gorilla/mux v1.8.0
29
+ github.com/gorilla/schema v1.2 .0
30
+ github.com/gorilla/sessions v1.2.1
30
31
github.com/gorilla/websocket v1.4.2 // indirect
31
32
github.com/grpc-ecosystem/grpc-gateway v1.14.7 // indirect
32
33
github.com/jinzhu/gorm v1.9.16
@@ -38,8 +39,8 @@ require (
38
39
github.com/opencensus-integrations/redigo v2.0.1+incompatible
39
40
github.com/opencontainers/go-digest v1.0.0 // indirect
40
41
github.com/ory/dockertest v3.3.5+incompatible
41
- github.com/prometheus/common v0.12 .0 // indirect
42
- github.com/prometheus/statsd_exporter v0.17 .0 // indirect
42
+ github.com/prometheus/common v0.13 .0 // indirect
43
+ github.com/prometheus/statsd_exporter v0.18 .0 // indirect
43
44
github.com/rakutentech/jwk-go v1.0.1
44
45
github.com/sethvargo/go-envconfig v0.3.1
45
46
github.com/sethvargo/go-limiter v0.4.1
@@ -51,10 +52,10 @@ require (
51
52
github.com/unrolled/secure v1.0.8
52
53
go.opencensus.io v0.22.4
53
54
go.uber.org/zap v1.15.0
54
- golang.org/x/sys v0.0.0-20200817155316-9781c653f443 // indirect
55
55
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e
56
- golang.org/x/tools v0.0.0-20200818005847-188abfa75333
57
- google.golang.org/genproto v0.0.0-20200815001618-f69a88009b70
56
+ golang.org/x/tools v0.0.0-20200831203904-5a2aa26beb65
57
+ google.golang.org/genproto v0.0.0-20200831141814-d751682dd103
58
+ google.golang.org/grpc v1.31.1 // indirect
58
59
gopkg.in/gormigrate.v1 v1.6.0
59
60
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
60
61
honnef.co/go/tools v0.0.1-2020.1.5
0 commit comments