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

Commit 8dc84ce

Browse files
authored
update dep to 0.19.0 (#1514)
1 parent 8f67bb2 commit 8dc84ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/gonum/internal v0.0.0-20181124074243-f884aa714029 // indirect
3030
github.com/gonum/lapack v0.0.0-20181123203213-e4cdc5a0bff9 // indirect
3131
github.com/gonum/matrix v0.0.0-20181209220409-c518dec07be9
32-
github.com/google/exposure-notifications-server v0.18.2-0.20201228230945-5c73e7f7dcc9
32+
github.com/google/exposure-notifications-server v0.19.0
3333
github.com/google/go-cmp v0.5.4
3434
github.com/google/uuid v1.1.2
3535
github.com/gorilla/csrf v1.7.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,8 +597,8 @@ github.com/gonum/matrix v0.0.0-20181209220409-c518dec07be9/go.mod h1:0EXg4mc1CNP
597597
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
598598
github.com/google/btree v1.0.0 h1:0udJVsspx3VBr5FwtLhQQtuAsVc79tTq0ocGIPAU6qo=
599599
github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
600-
github.com/google/exposure-notifications-server v0.18.2-0.20201228230945-5c73e7f7dcc9 h1:FquFrd6oFdxah+Ryq4g5jaRmkCCO80PGlEVgyIkMJbo=
601-
github.com/google/exposure-notifications-server v0.18.2-0.20201228230945-5c73e7f7dcc9/go.mod h1:eL1658rCU3qe1/HkDXrDfkeGY3uhm576GhBGLcTKJMM=
600+
github.com/google/exposure-notifications-server v0.19.0 h1:2ehtzfuDvxZR3ssWh26gGvGw7WZ5laKncXxco/OSk+8=
601+
github.com/google/exposure-notifications-server v0.19.0/go.mod h1:eL1658rCU3qe1/HkDXrDfkeGY3uhm576GhBGLcTKJMM=
602602
github.com/google/flatbuffers v1.11.0/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8=
603603
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
604604
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=

0 commit comments

Comments
 (0)