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

Commit 929749e

Browse files
authored
Upgrade Deps (#433)
* update deps * go mod tidy * Fix opencensus dep * tidy
1 parent d3b5ae3 commit 929749e

File tree

2 files changed

+59
-53
lines changed

2 files changed

+59
-53
lines changed

go.mod

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,31 @@ module github.com/google/exposure-notifications-verification-server
33
go 1.14
44

55
require (
6-
cloud.google.com/go v0.63.0
6+
cloud.google.com/go v0.65.0
77
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
910
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
1112
github.com/Azure/go-autorest/autorest v0.11.4 // indirect
1213
github.com/Azure/go-autorest/autorest/azure/auth v0.5.1 // indirect
1314
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
1415
github.com/Azure/go-autorest/autorest/validation v0.3.0 // indirect
1516
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
1718
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect
1819
github.com/client9/misspell v0.3.4
1920
github.com/containerd/continuity v0.0.0-20200710164510-efbc4488d8fe // indirect
2021
github.com/denisenkom/go-mssqldb v0.0.0-20200620013148-b91950f658ec // indirect
2122
github.com/dgrijalva/jwt-go v3.2.0+incompatible
2223
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
2526
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
3031
github.com/gorilla/websocket v1.4.2 // indirect
3132
github.com/grpc-ecosystem/grpc-gateway v1.14.7 // indirect
3233
github.com/jinzhu/gorm v1.9.16
@@ -38,8 +39,8 @@ require (
3839
github.com/opencensus-integrations/redigo v2.0.1+incompatible
3940
github.com/opencontainers/go-digest v1.0.0 // indirect
4041
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
4344
github.com/rakutentech/jwk-go v1.0.1
4445
github.com/sethvargo/go-envconfig v0.3.1
4546
github.com/sethvargo/go-limiter v0.4.1
@@ -51,10 +52,10 @@ require (
5152
github.com/unrolled/secure v1.0.8
5253
go.opencensus.io v0.22.4
5354
go.uber.org/zap v1.15.0
54-
golang.org/x/sys v0.0.0-20200817155316-9781c653f443 // indirect
5555
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
5859
gopkg.in/gormigrate.v1 v1.6.0
5960
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
6061
honnef.co/go/tools v0.0.1-2020.1.5

0 commit comments

Comments
 (0)