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

Commit a34ef8d

Browse files
authored
Bump key server (#936)
1 parent b440f01 commit a34ef8d

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
@@ -24,7 +24,7 @@ require (
2424
github.com/gonum/internal v0.0.0-20181124074243-f884aa714029 // indirect
2525
github.com/gonum/lapack v0.0.0-20181123203213-e4cdc5a0bff9 // indirect
2626
github.com/gonum/matrix v0.0.0-20181209220409-c518dec07be9
27-
github.com/google/exposure-notifications-server v0.14.1-0.20201029142042-d22c576d1701
27+
github.com/google/exposure-notifications-server v0.15.0
2828
github.com/google/go-cmp v0.5.2
2929
github.com/gorilla/csrf v1.7.0
3030
github.com/gorilla/handlers v1.5.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,8 @@ github.com/gonum/matrix v0.0.0-20181209220409-c518dec07be9/go.mod h1:0EXg4mc1CNP
488488
github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
489489
github.com/google/btree v1.0.0 h1:0udJVsspx3VBr5FwtLhQQtuAsVc79tTq0ocGIPAU6qo=
490490
github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
491-
github.com/google/exposure-notifications-server v0.14.1-0.20201029142042-d22c576d1701 h1:kuyJFaSRGgveKzgH4xwld3j2TZfu8wFHK4uhZmazY1c=
492-
github.com/google/exposure-notifications-server v0.14.1-0.20201029142042-d22c576d1701/go.mod h1:oyS7traveoREo37z0irHi0zN304YjD9esDZ4eL3Jtqo=
491+
github.com/google/exposure-notifications-server v0.15.0 h1:y0yNjt3BPRdtxFEIgrVcnuJuJECLpi+E+7+utPlN+wM=
492+
github.com/google/exposure-notifications-server v0.15.0/go.mod h1:oyS7traveoREo37z0irHi0zN304YjD9esDZ4eL3Jtqo=
493493
github.com/google/flatbuffers v1.11.0/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8=
494494
github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
495495
github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=

0 commit comments

Comments
 (0)