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

+16-15
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)