@@ -3,19 +3,19 @@ module github.com/google/exposure-notifications-verification-server
3
3
go 1.19
4
4
5
5
require (
6
- cloud.google.com/go/monitoring v1.6 .0
7
- cloud.google.com/go/secretmanager v1.7 .0
6
+ cloud.google.com/go/monitoring v1.9 .0
7
+ cloud.google.com/go/secretmanager v1.9 .0
8
8
contrib.go.opencensus.io/integrations/ocsql v0.1.7
9
9
firebase.google.com/go v3.13.0+incompatible
10
10
github.com/NYTimes/gziphandler v1.1.1
11
- github.com/chromedp/cdproto v0.0.0-20221007020655-65fa4346613f
11
+ github.com/chromedp/cdproto v0.0.0-20221126224343-3a0787b8dd28
12
12
github.com/chromedp/chromedp v0.8.6
13
13
github.com/dustin/go-humanize v1.0.0
14
14
github.com/fatih/structs v1.1.0
15
15
github.com/golang-jwt/jwt v3.2.2+incompatible
16
16
github.com/golang-migrate/migrate/v4 v4.15.2
17
17
github.com/golangci/golangci-lint v1.50.0
18
- github.com/google/exposure-notifications-server v1.14.0
18
+ github.com/google/exposure-notifications-server v1.14.1-0.20221128215310-97d0b99b9b15
19
19
github.com/google/go-cmp v0.5.9
20
20
github.com/google/uuid v1.3.0
21
21
github.com/gorilla/handlers v1.5.1
@@ -25,12 +25,12 @@ require (
25
25
github.com/gorilla/sessions v1.2.1
26
26
github.com/hashicorp/go-multierror v1.1.1
27
27
github.com/jinzhu/gorm v1.9.16
28
- github.com/kelseyhightower/run v0.0.17
28
+ github.com/kelseyhightower/run v0.0.18
29
29
github.com/leonelquinteros/gotext v1.5.0
30
30
github.com/lib/pq v1.10.7
31
31
github.com/microcosm-cc/bluemonday v1.0.21
32
32
github.com/mikehelmick/go-chaff v0.6.0
33
- github.com/nyaruka/phonenumbers v1.1.1
33
+ github.com/nyaruka/phonenumbers v1.1.4
34
34
github.com/opencensus-integrations/redigo v2.0.1+incompatible
35
35
github.com/ory/dockertest v3.3.5+incompatible
36
36
github.com/rakutentech/jwk-go v1.0.1
@@ -42,35 +42,37 @@ require (
42
42
github.com/sethvargo/go-retry v0.2.3
43
43
github.com/sethvargo/zapw v0.1.0
44
44
github.com/unrolled/secure v1.13.0
45
- go.opencensus.io v0.23 .0
45
+ go.opencensus.io v0.24 .0
46
46
go.uber.org/zap v1.23.0
47
- golang.org/x/net v0.0.0-20221004154528-8021a29435af
48
- golang.org/x/sync v0.0.0-20220929204114-8fcdb60fdcc0
49
- golang.org/x/text v0.3.7
50
- golang.org/x/tools v0.1.12
47
+ golang.org/x/net v0.2.0
48
+ golang.org/x/sync v0.1.0
49
+ golang.org/x/text v0.4.0
50
+ golang.org/x/tools v0.3.0
51
51
gonum.org/v1/gonum v0.12.0
52
- google.golang.org/api v0.98 .0
53
- google.golang.org/genproto v0.0.0-20220930163606-c98284e70a91
52
+ google.golang.org/api v0.103 .0
53
+ google.golang.org/genproto v0.0.0-20221118155620-16455021b5e6
54
54
gopkg.in/gormigrate.v1 v1.6.0
55
55
)
56
56
57
57
require (
58
58
4d63.com/gochecknoglobals v0.1.0 // indirect
59
- cloud.google.com/go v0.104.0 // indirect
60
- cloud.google.com/go/compute v1.10.0 // indirect
61
- cloud.google.com/go/firestore v1.7.0 // indirect
62
- cloud.google.com/go/iam v0.5.0 // indirect
63
- cloud.google.com/go/kms v1.4.0 // indirect
64
- cloud.google.com/go/storage v1.27.0 // indirect
65
- cloud.google.com/go/trace v1.2.0 // indirect
59
+ cloud.google.com/go v0.107.0 // indirect
60
+ cloud.google.com/go/compute v1.12.1 // indirect
61
+ cloud.google.com/go/compute/metadata v0.2.1 // indirect
62
+ cloud.google.com/go/firestore v1.8.0 // indirect
63
+ cloud.google.com/go/iam v0.7.0 // indirect
64
+ cloud.google.com/go/kms v1.6.0 // indirect
65
+ cloud.google.com/go/longrunning v0.3.0 // indirect
66
+ cloud.google.com/go/storage v1.28.0 // indirect
67
+ cloud.google.com/go/trace v1.4.0 // indirect
66
68
contrib.go.opencensus.io/exporter/ocagent v0.7.0 // indirect
67
69
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
68
70
contrib.go.opencensus.io/exporter/stackdriver v0.13.14 // indirect
69
71
github.com/Abirdcfly/dupword v0.0.7 // indirect
70
72
github.com/Antonboom/errname v0.1.7 // indirect
71
73
github.com/Antonboom/nilnil v0.1.1 // indirect
72
74
github.com/Azure/azure-pipeline-go v0.2.3 // indirect
73
- github.com/Azure/azure-sdk-for-go v66.0 .0+incompatible // indirect
75
+ github.com/Azure/azure-sdk-for-go v67.1 .0+incompatible // indirect
74
76
github.com/Azure/azure-storage-blob-go v0.15.0 // indirect
75
77
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
76
78
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
@@ -96,7 +98,7 @@ require (
96
98
github.com/armon/go-radix v1.0.0 // indirect
97
99
github.com/ashanbrown/forbidigo v1.3.0 // indirect
98
100
github.com/ashanbrown/makezero v1.1.1 // indirect
99
- github.com/aws/aws-sdk-go v1.44.114 // indirect
101
+ github.com/aws/aws-sdk-go v1.44.146 // indirect
100
102
github.com/aymerick/douceur v0.2.0 // indirect
101
103
github.com/benbjohnson/clock v1.3.0 // indirect
102
104
github.com/beorn7/perks v1.0.1 // indirect
@@ -127,7 +129,7 @@ require (
127
129
github.com/fatih/structtag v1.2.0 // indirect
128
130
github.com/felixge/httpsnoop v1.0.3 // indirect
129
131
github.com/firefart/nonamedreturns v1.0.4 // indirect
130
- github.com/fsnotify/fsnotify v1.5.4 // indirect
132
+ github.com/fsnotify/fsnotify v1.6.0 // indirect
131
133
github.com/fzipp/gocyclo v0.6.0 // indirect
132
134
github.com/go-critic/go-critic v0.6.5 // indirect
133
135
github.com/go-kit/log v0.2.1 // indirect
@@ -159,19 +161,19 @@ require (
159
161
github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6 // indirect
160
162
github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 // indirect
161
163
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
162
- github.com/googleapis/gax-go/v2 v2.5.1 // indirect
164
+ github.com/googleapis/gax-go/v2 v2.7.0 // indirect
163
165
github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 // indirect
164
166
github.com/gorilla/css v1.0.0 // indirect
165
167
github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
166
168
github.com/gostaticanalysis/comment v1.4.2 // indirect
167
169
github.com/gostaticanalysis/forcetypeassert v0.1.0 // indirect
168
170
github.com/gostaticanalysis/nilerr v0.1.1 // indirect
169
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.11.3 // indirect
171
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.14.0 // indirect
170
172
github.com/hashicorp/errwrap v1.1.0 // indirect
171
173
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
172
174
github.com/hashicorp/go-hclog v1.3.1 // indirect
173
175
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
174
- github.com/hashicorp/go-plugin v1.4.5 // indirect
176
+ github.com/hashicorp/go-plugin v1.4.6 // indirect
175
177
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
176
178
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
177
179
github.com/hashicorp/go-secure-stdlib/mlock v0.1.2 // indirect
@@ -182,8 +184,8 @@ require (
182
184
github.com/hashicorp/go-version v1.6.0 // indirect
183
185
github.com/hashicorp/golang-lru v0.5.4 // indirect
184
186
github.com/hashicorp/hcl v1.0.0 // indirect
185
- github.com/hashicorp/vault/api v1.8.0 // indirect
186
- github.com/hashicorp/vault/sdk v0.6.0 // indirect
187
+ github.com/hashicorp/vault/api v1.8.2 // indirect
188
+ github.com/hashicorp/vault/sdk v0.6.1 // indirect
187
189
github.com/hashicorp/yamux v0.1.1 // indirect
188
190
github.com/hexops/gotextdiff v1.0.3 // indirect
189
191
github.com/inconshreveable/mousetrap v1.0.0 // indirect
@@ -223,7 +225,7 @@ require (
223
225
github.com/mattn/go-ieproxy v0.0.9 // indirect
224
226
github.com/mattn/go-isatty v0.0.16 // indirect
225
227
github.com/mattn/go-runewidth v0.0.9 // indirect
226
- github.com/matttproud/golang_protobuf_extensions v1.0.2 // indirect
228
+ github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
227
229
github.com/mbilski/exhaustivestruct v1.2.0 // indirect
228
230
github.com/mgechev/revive v1.2.4 // indirect
229
231
github.com/mitchellh/copystructure v1.2.0 // indirect
@@ -242,17 +244,17 @@ require (
242
244
github.com/opencontainers/image-spec v1.0.2 // indirect
243
245
github.com/opencontainers/runc v1.1.4 // indirect
244
246
github.com/pelletier/go-toml v1.9.5 // indirect
245
- github.com/pelletier/go-toml/v2 v2.0.5 // indirect
247
+ github.com/pelletier/go-toml/v2 v2.0.6 // indirect
246
248
github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d // indirect
247
249
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
248
250
github.com/pkg/errors v0.9.1 // indirect
249
251
github.com/pmezard/go-difflib v1.0.0 // indirect
250
252
github.com/polyfloyd/go-errorlint v1.0.5 // indirect
251
- github.com/prometheus/client_golang v1.13 .0 // indirect
252
- github.com/prometheus/client_model v0.2 .0 // indirect
253
+ github.com/prometheus/client_golang v1.14 .0 // indirect
254
+ github.com/prometheus/client_model v0.3 .0 // indirect
253
255
github.com/prometheus/common v0.37.0 // indirect
254
256
github.com/prometheus/procfs v0.8.0 // indirect
255
- github.com/prometheus/prometheus v0.39.1 // indirect
257
+ github.com/prometheus/prometheus v0.40.3 // indirect
256
258
github.com/prometheus/statsd_exporter v0.22.8 // indirect
257
259
github.com/quasilyte/go-ruleguard v0.3.18 // indirect
258
260
github.com/quasilyte/gogrep v0.0.0-20220828223005-86e4605de09f // indirect
@@ -282,8 +284,8 @@ require (
282
284
github.com/spf13/viper v1.13.0 // indirect
283
285
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect
284
286
github.com/stbenjam/no-sprintf-host-port v0.1.1 // indirect
285
- github.com/stretchr/objx v0.4 .0 // indirect
286
- github.com/stretchr/testify v1.8.0 // indirect
287
+ github.com/stretchr/objx v0.5 .0 // indirect
288
+ github.com/stretchr/testify v1.8.1 // indirect
287
289
github.com/subosito/gotenv v1.4.1 // indirect
288
290
github.com/tdakkota/asciicheck v0.1.1 // indirect
289
291
github.com/tetafro/godot v1.4.11 // indirect
@@ -299,16 +301,16 @@ require (
299
301
gitlab.com/bosi/decorder v0.2.3 // indirect
300
302
go.uber.org/atomic v1.10.0 // indirect
301
303
go.uber.org/multierr v1.8.0 // indirect
302
- golang.org/x/crypto v0.0.0-20221010152910-d6f0a8c073c2 // indirect
303
- golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
304
+ golang.org/x/crypto v0.3.0 // indirect
305
+ golang.org/x/exp v0.0.0-20221031165847-c99f073a8326 // indirect
304
306
golang.org/x/exp/typeparams v0.0.0-20220827204233-334a2380cb91 // indirect
305
- golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
306
- golang.org/x/oauth2 v0.0.0-20221006150949-b44042a4b9c1 // indirect
307
- golang.org/x/sys v0.0.0-20221006211917-84dc82d7e875 // indirect
308
- golang.org/x/time v0.0.0-20220922220347-f3bd1da661af // indirect
307
+ golang.org/x/mod v0.7.0 // indirect
308
+ golang.org/x/oauth2 v0.2.0 // indirect
309
+ golang.org/x/sys v0.2.0 // indirect
310
+ golang.org/x/time v0.2.0 // indirect
309
311
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
310
312
google.golang.org/appengine v1.6.7 // indirect
311
- google.golang.org/grpc v1.50 .0 // indirect
313
+ google.golang.org/grpc v1.51 .0 // indirect
312
314
google.golang.org/protobuf v1.28.1 // indirect
313
315
gopkg.in/ini.v1 v1.67.0 // indirect
314
316
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
0 commit comments