Skip to content
This repository was archived by the owner on Jul 12, 2023. It is now read-only.

Commit 3929814

Browse files
authored
november dependency update (#2382)
1 parent c5fe960 commit 3929814

File tree

4 files changed

+139
-196
lines changed

4 files changed

+139
-196
lines changed

go.mod

Lines changed: 44 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ module github.com/google/exposure-notifications-verification-server
33
go 1.19
44

55
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
88
contrib.go.opencensus.io/integrations/ocsql v0.1.7
99
firebase.google.com/go v3.13.0+incompatible
1010
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
1212
github.com/chromedp/chromedp v0.8.6
1313
github.com/dustin/go-humanize v1.0.0
1414
github.com/fatih/structs v1.1.0
1515
github.com/golang-jwt/jwt v3.2.2+incompatible
1616
github.com/golang-migrate/migrate/v4 v4.15.2
1717
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
1919
github.com/google/go-cmp v0.5.9
2020
github.com/google/uuid v1.3.0
2121
github.com/gorilla/handlers v1.5.1
@@ -25,12 +25,12 @@ require (
2525
github.com/gorilla/sessions v1.2.1
2626
github.com/hashicorp/go-multierror v1.1.1
2727
github.com/jinzhu/gorm v1.9.16
28-
github.com/kelseyhightower/run v0.0.17
28+
github.com/kelseyhightower/run v0.0.18
2929
github.com/leonelquinteros/gotext v1.5.0
3030
github.com/lib/pq v1.10.7
3131
github.com/microcosm-cc/bluemonday v1.0.21
3232
github.com/mikehelmick/go-chaff v0.6.0
33-
github.com/nyaruka/phonenumbers v1.1.1
33+
github.com/nyaruka/phonenumbers v1.1.4
3434
github.com/opencensus-integrations/redigo v2.0.1+incompatible
3535
github.com/ory/dockertest v3.3.5+incompatible
3636
github.com/rakutentech/jwk-go v1.0.1
@@ -42,35 +42,37 @@ require (
4242
github.com/sethvargo/go-retry v0.2.3
4343
github.com/sethvargo/zapw v0.1.0
4444
github.com/unrolled/secure v1.13.0
45-
go.opencensus.io v0.23.0
45+
go.opencensus.io v0.24.0
4646
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
5151
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
5454
gopkg.in/gormigrate.v1 v1.6.0
5555
)
5656

5757
require (
5858
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
6668
contrib.go.opencensus.io/exporter/ocagent v0.7.0 // indirect
6769
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
6870
contrib.go.opencensus.io/exporter/stackdriver v0.13.14 // indirect
6971
github.com/Abirdcfly/dupword v0.0.7 // indirect
7072
github.com/Antonboom/errname v0.1.7 // indirect
7173
github.com/Antonboom/nilnil v0.1.1 // indirect
7274
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
7476
github.com/Azure/azure-storage-blob-go v0.15.0 // indirect
7577
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
7678
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
@@ -96,7 +98,7 @@ require (
9698
github.com/armon/go-radix v1.0.0 // indirect
9799
github.com/ashanbrown/forbidigo v1.3.0 // indirect
98100
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
100102
github.com/aymerick/douceur v0.2.0 // indirect
101103
github.com/benbjohnson/clock v1.3.0 // indirect
102104
github.com/beorn7/perks v1.0.1 // indirect
@@ -127,7 +129,7 @@ require (
127129
github.com/fatih/structtag v1.2.0 // indirect
128130
github.com/felixge/httpsnoop v1.0.3 // indirect
129131
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
131133
github.com/fzipp/gocyclo v0.6.0 // indirect
132134
github.com/go-critic/go-critic v0.6.5 // indirect
133135
github.com/go-kit/log v0.2.1 // indirect
@@ -159,19 +161,19 @@ require (
159161
github.com/golangci/revgrep v0.0.0-20220804021717-745bb2f7c2e6 // indirect
160162
github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 // indirect
161163
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
163165
github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 // indirect
164166
github.com/gorilla/css v1.0.0 // indirect
165167
github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
166168
github.com/gostaticanalysis/comment v1.4.2 // indirect
167169
github.com/gostaticanalysis/forcetypeassert v0.1.0 // indirect
168170
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
170172
github.com/hashicorp/errwrap v1.1.0 // indirect
171173
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
172174
github.com/hashicorp/go-hclog v1.3.1 // indirect
173175
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
175177
github.com/hashicorp/go-retryablehttp v0.7.1 // indirect
176178
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
177179
github.com/hashicorp/go-secure-stdlib/mlock v0.1.2 // indirect
@@ -182,8 +184,8 @@ require (
182184
github.com/hashicorp/go-version v1.6.0 // indirect
183185
github.com/hashicorp/golang-lru v0.5.4 // indirect
184186
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
187189
github.com/hashicorp/yamux v0.1.1 // indirect
188190
github.com/hexops/gotextdiff v1.0.3 // indirect
189191
github.com/inconshreveable/mousetrap v1.0.0 // indirect
@@ -223,7 +225,7 @@ require (
223225
github.com/mattn/go-ieproxy v0.0.9 // indirect
224226
github.com/mattn/go-isatty v0.0.16 // indirect
225227
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
227229
github.com/mbilski/exhaustivestruct v1.2.0 // indirect
228230
github.com/mgechev/revive v1.2.4 // indirect
229231
github.com/mitchellh/copystructure v1.2.0 // indirect
@@ -242,17 +244,17 @@ require (
242244
github.com/opencontainers/image-spec v1.0.2 // indirect
243245
github.com/opencontainers/runc v1.1.4 // indirect
244246
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
246248
github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d // indirect
247249
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
248250
github.com/pkg/errors v0.9.1 // indirect
249251
github.com/pmezard/go-difflib v1.0.0 // indirect
250252
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
253255
github.com/prometheus/common v0.37.0 // indirect
254256
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
256258
github.com/prometheus/statsd_exporter v0.22.8 // indirect
257259
github.com/quasilyte/go-ruleguard v0.3.18 // indirect
258260
github.com/quasilyte/gogrep v0.0.0-20220828223005-86e4605de09f // indirect
@@ -282,8 +284,8 @@ require (
282284
github.com/spf13/viper v1.13.0 // indirect
283285
github.com/ssgreg/nlreturn/v2 v2.2.1 // indirect
284286
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
287289
github.com/subosito/gotenv v1.4.1 // indirect
288290
github.com/tdakkota/asciicheck v0.1.1 // indirect
289291
github.com/tetafro/godot v1.4.11 // indirect
@@ -299,16 +301,16 @@ require (
299301
gitlab.com/bosi/decorder v0.2.3 // indirect
300302
go.uber.org/atomic v1.10.0 // indirect
301303
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
304306
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
309311
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
310312
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
312314
google.golang.org/protobuf v1.28.1 // indirect
313315
gopkg.in/ini.v1 v1.67.0 // indirect
314316
gopkg.in/square/go-jose.v2 v2.6.0 // indirect

0 commit comments

Comments
 (0)